llvm-6502/lib/Transforms/InstCombine
2010-01-08 21:37:11 +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 make this a static function instead of a method. 2010-01-05 22:30:42 +00:00
InstCombineAddSub.cpp reduce indentation 2010-01-05 20:56:24 +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 Remove unnecessary dyn_cast and add a comment. Part of a WIP. 2010-01-08 21:37:11 +00:00
InstCombineCasts.cpp mplement a theoretical fixme. 2010-01-08 19:28:47 +00:00
InstCombineCompares.cpp tidy up some stuff duncan pointed out. 2010-01-08 17:48:19 +00:00
InstCombineLoadStoreAlloca.cpp split out load/store/alloca. 2010-01-05 05:57:49 +00:00
InstCombineMulDivRem.cpp Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
InstCombinePHI.cpp Add newline at EOF. 2010-01-05 13:32:48 +00:00
InstCombineSelect.cpp Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
InstCombineShifts.cpp teach instcombine to delete sign extending shift pairs (sra(shl X, C), C) when 2010-01-08 19:04:21 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp reduce indentation 2010-01-05 05:42:08 +00:00
InstCombineWorklist.h
InstructionCombining.cpp teach ComputeNumSignBits to look through PHI nodes. 2010-01-07 23:44:37 +00:00
Makefile