llvm-6502/lib/Transforms/InstCombine
2011-05-18 17:58:37 +00:00
..
CMakeLists.txt Removed a bunch of unnecessary target_link_libraries. 2010-09-28 22:39:14 +00:00
InstCombine.h Stop trying to have instcombine preserve LCSSA form: this was not 2011-04-27 10:55:12 +00:00
InstCombineAddSub.cpp add is always integer, thanks to Frits for noticing this. 2011-02-17 20:55:29 +00:00
InstCombineAndOrXor.cpp We require threse bits to be zero, too. 2011-04-28 21:38:51 +00:00
InstCombineCalls.cpp Fix inelegant initialization. 2011-05-18 15:54:26 +00:00
InstCombineCasts.cpp Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in instcombine. 2011-05-18 00:32:01 +00:00
InstCombineCompares.cpp Avoid combining GEPs that might overflow at runtime. 2011-05-14 05:55:10 +00:00
InstCombineLoadStoreAlloca.cpp Remove PHINode::reserveOperandSpace(). Instead, add a parameter to 2011-03-30 11:28:46 +00:00
InstCombineMulDivRem.cpp Remove unused variable. 2011-05-02 18:41:29 +00:00
InstCombinePHI.cpp Stop trying to have instcombine preserve LCSSA form: this was not 2011-04-27 10:55:12 +00:00
InstCombineSelect.cpp Switch more inst insertion in instcombine to IRBuilder. 2011-05-18 17:58:37 +00:00
InstCombineShifts.cpp Balance parentheses. 2011-04-29 08:41:23 +00:00
InstCombineSimplifyDemanded.cpp X86 pmovsx/pmovzx ignore the upper half of their inputs. 2011-05-17 22:13:31 +00:00
InstCombineVectorOps.cpp Instcombile optimization: extractelement(cast) -> cast(extractelement) 2011-03-31 22:57:29 +00:00
InstCombineWorklist.h InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing. 2011-03-05 16:43:46 +00:00
InstructionCombining.cpp Start trying to make InstCombine preserve more debug info. The idea here is to set the debug location on the IRBuilder, which will be then right location in most cases. This should magically give many transformations debug locations, and fixing places which are missing a debug location will usually just means changing the code creating it to use the IRBuilder. 2011-05-18 01:28:27 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00