llvm-6502/lib/Transforms/InstCombine
Chris Lattner 02446fc99a split instcombine of compares (visit[FI]Cmp) out to
a new InstCombineCompares.cpp file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92467 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-04 07:37:31 +00:00
..
CMakeLists.txt split instcombine of compares (visit[FI]Cmp) out to 2010-01-04 07:37:31 +00:00
InstCombine.h split instcombine of compares (visit[FI]Cmp) out to 2010-01-04 07:37:31 +00:00
InstCombineCompares.cpp split instcombine of compares (visit[FI]Cmp) out to 2010-01-04 07:37:31 +00:00
InstCombineSimplifyDemanded.cpp move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp 2010-01-04 07:17:19 +00:00
InstCombineWorklist.h remove a ton of unneeded LLVMContext stuff. 2010-01-04 07:02:48 +00:00
InstructionCombining.cpp split instcombine of compares (visit[FI]Cmp) out to 2010-01-04 07:37:31 +00:00
Makefile