llvm-6502/lib/Transforms
Eli Friedman 63a9660a41 Remove unused functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190442 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-10 22:42: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 [InstCombiner] Expose opportunities to merge subtract and comparison. 2013-09-09 20:56:48 +00:00
Instrumentation [asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. llvm part 2013-09-10 13:16:56 +00:00
IPO Don't shrink atomic ops to bool in GlobalOpt. 2013-09-09 22:00:13 +00:00
ObjCARC [objc-arc] Remove dead code from previous commit. 2013-09-03 22:40:56 +00:00
Scalar Remove unused functions. 2013-09-10 22:42:31 +00:00
Utils Use StringRef::npos for StringRef instead of std::string one 2013-09-10 00:41:53 +00:00
Vectorize LoopVectorize: PHI nodes are always at the beginning of a block, no need to scan the whole block. 2013-09-10 18:46:15 +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