This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ec1fc97e5da00a4bfbb16ac74449b2e042dc37cb
clang-p2996
/
llvm
/
lib
/
Transforms
History
Igor Laevsky
5e23e16c6c
This change is refactoring only. It moves basic block normalization for invokes to happen before replacement of a call with safepoint in "ReplaceWithStatepoint". Previously it was partly done before replacement of calls with safepoint and partly after call replacement but before RAUW's for gc_relocates, which was confusing.
...
llvm-svn: 236829
2015-05-08 11:59:09 +00:00
..
Hello
[CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32.
2014-07-13 13:36:48 +00:00
InstCombine
Update InstCombine to transform aggregate loads into scalar loads.
2015-05-07 05:52:40 +00:00
Instrumentation
Delete unused createSanitizerCoverageModulePass overload.
2015-05-07 22:46:06 +00:00
IPO
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GEP constant folding""
2015-05-07 17:28:58 +00:00
ObjCARC
Remove empty non-virtual destructors or mark them =default when non-public
2015-04-11 15:32:26 +00:00
Scalar
This change is refactoring only. It moves basic block normalization for invokes to happen before replacement of a call with safepoint in "ReplaceWithStatepoint". Previously it was partly done before replacement of calls with safepoint and partly after call replacement but before RAUW's for gc_relocates, which was confusing.
2015-05-08 11:59:09 +00:00
Utils
Implement
createSanitizerCtor
, common helper function for all sanitizers
2015-05-06 18:48:22 +00:00
Vectorize
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
2015-05-06 17:12:25 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…