llvm-6502/lib/Transforms/InstCombine
2012-11-30 22:47:15 +00:00
..
CMakeLists.txt
InstCombine.h Move the InstVisitor utility into VMCore where it belongs. It heavily 2012-11-30 03:08:41 +00:00
InstCombineAddSub.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
InstCombineAndOrXor.cpp rdar://12329730 (defect 2) 2012-11-26 21:44:25 +00:00
InstCombineCalls.cpp Move library call simplification statistic to instcombine 2012-11-30 04:05:06 +00:00
InstCombineCasts.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
InstCombineCompares.cpp Make this easier to understand, as suggested by Chandler. 2012-11-16 20:53:08 +00:00
InstCombineLoadStoreAlloca.cpp Get rid of the getPointeeAlignment helper function from 2012-11-26 23:04:53 +00:00
InstCombineMulDivRem.cpp reversed the logic of the log2 detection routine to reduce the number of nested ifs 2012-11-30 22:47:15 +00:00
InstCombinePHI.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
InstCombineSelect.cpp InstCombine: Fix an edge case where constant icmps could sneak into ConstantFoldInstOperands and crash. 2012-10-20 08:43:52 +00:00
InstCombineShifts.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
InstCombineSimplifyDemanded.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
InstCombineVectorOps.cpp [InstCombine] Teach InstCombine how to handle an obfuscated splat. 2012-10-16 21:29:38 +00:00
InstCombineWorklist.h
InstructionCombining.cpp instcombine: Migrate math library call simplifications 2012-11-13 04:16:17 +00:00
LLVMBuild.txt
Makefile