This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
History
Rui Ueyama
c487f7728e
Revert "r214897 - Remove dead zero store to calloc initialized memory"
...
It broke msan. llvm-svn: 214989
2014-08-06 19:30:38 +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
This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)".
2014-08-01 05:07:20 +00:00
Instrumentation
[dfsan] Try not to create too many additional basic blocks in functions which
2014-08-06 00:33:40 +00:00
IPO
Add a new option -run-slp-after-loop-vectorization.
2014-08-06 12:56:19 +00:00
ObjCARC
AA metadata refactoring (introduce AAMDNodes)
2014-07-24 12:16:19 +00:00
Scalar
Revert "r214897 - Remove dead zero store to calloc initialized memory"
2014-08-06 19:30:38 +00:00
Utils
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
2014-08-02 23:41:54 +00:00
Vectorize
Teach the SLP Vectorizer that keeping some values live over a callsite can have a cost.
2014-08-05 12:30:34 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…