llvm/lib/Transforms/InstCombine
2015-09-09 14:54:29 +00:00
..
CMakeLists.txt
InstCombineAddSub.cpp [InstCombine] Generalize sub of selects optimization to all BinaryOperators 2015-07-14 22:39:23 +00:00
InstCombineAndOrXor.cpp refactor matches for De Morgan's Laws; NFCI 2015-09-08 20:14:13 +00:00
InstCombineCalls.cpp [InstCombine] SSE/AVX vector shifts demanded shift amount bits 2015-08-13 07:39:03 +00:00
InstCombineCasts.cpp function names start with a lower case letter; NFC 2015-09-09 14:54:29 +00:00
InstCombineCompares.cpp [InstCombine] Don't assume m_Mul gives back an Instruction 2015-09-05 20:44:56 +00:00
InstCombineInternal.h [InstCombine] Fix PR24605. 2015-08-28 19:09:31 +00:00
InstCombineLoadStoreAlloca.cpp Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata() 2015-08-20 22:00:30 +00:00
InstCombineMulDivRem.cpp [InstCombine] Don't divide by zero when evaluating a potential transform 2015-09-06 06:49:59 +00:00
InstCombinePHI.cpp Revert "[InstCombinePHI] Partial simplification of identity operations." 2015-08-17 03:11:26 +00:00
InstCombineSelect.cpp Add support for floating-point minnum and maxnum 2015-08-11 09:12:57 +00:00
InstCombineShifts.cpp Convert PHI getIncomingValue() to foreach over incoming_values(). NFC. 2015-05-12 20:05:31 +00:00
InstCombineSimplifyDemanded.cpp Add support for floating-point minnum and maxnum 2015-08-11 09:12:57 +00:00
InstCombineVectorOps.cpp [InstSimplify] Teach InstSimplify how to simplify extractelement 2015-07-13 01:15:53 +00:00
InstructionCombining.cpp use minSize wrapper; NFCI 2015-08-18 16:44:23 +00:00
LLVMBuild.txt
Makefile