llvm-6502/lib/Transforms
Shuxin Yang 556dd3a9a9 [GV] Remove dead code which is really difficult to decipher.
Actually it took me couple of hours trying to make sense of them and
only to find they are dead code.  I guess the original author used
"allSingleSucc" to indicate if there are any critial edge emanating
from some blocks, and tried to perform code motion (actually speculation)
in the presence of these critical edges; but later on he/she changed mind
and decided to perform edge-splitting first.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180951 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-02 21:14:31 +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 This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Instrumentation This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
IPO This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
ObjCARC This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Scalar [GV] Remove dead code which is really difficult to decipher. 2013-05-02 21:14:31 +00:00
Utils This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Vectorize This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +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