1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Transforms/InstCombine
2010-01-05 18:09:56 +00:00
..
CMakeLists.txt split and/or/xor out into one overly-large (2000LOC) file. However, I think 2010-01-05 07:50:36 +00:00
InstCombine.h split mul/div/rem instructions out to their own file. 2010-01-05 06:09:35 +00:00
InstCombineAddSub.cpp split add/sub out to its own file. Eliminate use of 2010-01-05 07:18:46 +00:00
InstCombineAndOrXor.cpp split and/or/xor out into one overly-large (2000LOC) file. However, I think 2010-01-05 07:50:36 +00:00
InstCombineCalls.cpp split call handling out to InstCombineCalls.cpp 2010-01-05 07:32:13 +00:00
InstCombineCasts.cpp Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. 2010-01-05 13:12:22 +00:00
InstCombineCompares.cpp optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn! 2010-01-05 18:09:56 +00:00
InstCombineLoadStoreAlloca.cpp split out load/store/alloca. 2010-01-05 05:57:49 +00:00
InstCombineMulDivRem.cpp split mul/div/rem instructions out to their own file. 2010-01-05 06:09:35 +00:00
InstCombinePHI.cpp Add newline at EOF. 2010-01-05 13:32:48 +00:00
InstCombineSelect.cpp clean up header. 2010-01-05 06:05:07 +00:00
InstCombineShifts.cpp split instcombine of shifts out to its own file. 2010-01-05 07:44:46 +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
InstCombineVectorOps.cpp reduce indentation 2010-01-05 05:42:08 +00:00
InstCombineWorklist.h remove a ton of unneeded LLVMContext stuff. 2010-01-04 07:02:48 +00:00
InstructionCombining.cpp Use do+while instead of while for loops which obviously have a 2010-01-05 16:27:25 +00:00
Makefile forgot to svn add these. 2010-01-04 06:28:20 +00:00