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
Joerg Sonnenberger
8e3050db51
PR 16899: Do not modify the basic block using the iterator, but keep the
...
next value. This avoids crashes due to invalidation. Patch by Joey Gouly. llvm-svn: 188605
2013-08-17 11:04:47 +00:00
..
Hello
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
InstCombine
InstCombine: Use isAllOnesValue() instead of explicit -1.
2013-08-16 17:03:36 +00:00
Instrumentation
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
2013-08-15 18:51:12 +00:00
IPO
Also remove logic in LateVectorize
2013-08-13 16:12:04 +00:00
ObjCARC
[objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occurred.
2013-08-09 23:22:27 +00:00
Scalar
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
2013-08-13 22:51:58 +00:00
Utils
Fixing a corner-case bug in strchr and strrchr lib call optimizations where
2013-08-15 20:58:59 +00:00
Vectorize
PR 16899: Do not modify the basic block using the iterator, but keep the
2013-08-17 11:04:47 +00:00
CMakeLists.txt
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.
2013-01-28 01:35:51 +00:00
LLVMBuild.txt
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.
2013-01-28 01:35:51 +00:00
Makefile
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.
2013-01-28 01:35:51 +00:00