llvm-6502/lib/Transforms/InstCombine
2013-08-16 17:03:36 +00:00
..
CMakeLists.txt Tidy up a bit. No functional change. 2013-04-05 21:20:12 +00:00
InstCombine.h Reapply with r182909 with a fix to the calculation of the new indices for 2013-05-31 00:59:42 +00:00
InstCombineAddSub.cpp Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). 2013-07-30 23:53:17 +00:00
InstCombineAndOrXor.cpp InstCombine: Use isAllOnesValue() instead of explicit -1. 2013-08-16 17:03:36 +00:00
InstCombineCalls.cpp Change behavior of calling bitcasted alias functions. 2013-07-30 20:45:05 +00:00
InstCombineCasts.cpp Use type helper functions instead of cast 2013-08-14 00:24:34 +00:00
InstCombineCompares.cpp Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs 2013-08-15 23:11:07 +00:00
InstCombineLoadStoreAlloca.cpp Fix always creating GEP with i32 indices 2013-08-14 00:24:38 +00:00
InstCombineMulDivRem.cpp Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP for consistency. 2013-07-26 17:55:00 +00:00
InstCombinePHI.cpp Tidy up a bit. No functional change. 2013-04-05 21:20:12 +00:00
InstCombineSelect.cpp InstCombine: Also turn selects fed by an and into arithmetic when the types don't match. 2013-06-29 21:17:04 +00:00
InstCombineShifts.cpp Revert r174152. The shift amount may overflow and in that case this transformation is illegal. 2013-02-01 07:59:33 +00:00
InstCombineSimplifyDemanded.cpp InstCombine: Don't just copy known bits from the first operand of an srem. 2013-05-09 16:32:32 +00:00
InstCombineVectorOps.cpp Fix a crash in EvaluateInDifferentElementOrder where it would generate an 2013-07-12 23:08:06 +00:00
InstCombineWorklist.h Fix missing -*- C++ -*-s 2013-08-06 00:16:21 +00:00
InstructionCombining.cpp Fix always creating GEP with i32 indices 2013-08-14 00:24:38 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00