llvm-6502/lib/Transforms/InstCombine
Chandler Carruth 4bbfbdf7d7 [Modules] Move CallSite into the IR library where it belogs. It is
abstracting between a CallInst and an InvokeInst, both of which are IR
concepts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202816 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-04 11:01:28 +00:00
..
CMakeLists.txt
InstCombine.h Make some DataLayout pointers const. 2014-02-24 23:12:18 +00:00
InstCombineAddSub.cpp [Modules] Move GetElementPtrTypeIterator into the IR library. As its 2014-03-04 10:40:04 +00:00
InstCombineAndOrXor.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineCalls.cpp [Modules] Move CallSite into the IR library where it belogs. It is 2014-03-04 11:01:28 +00:00
InstCombineCasts.cpp Make some DataLayout pointers const. 2014-02-24 23:12:18 +00:00
InstCombineCompares.cpp [Modules] Move GetElementPtrTypeIterator into the IR library. As its 2014-03-04 10:40:04 +00:00
InstCombineLoadStoreAlloca.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineMulDivRem.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombinePHI.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineSelect.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineShifts.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineSimplifyDemanded.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineVectorOps.cpp InstCombine: Don't try to use aggregate elements of ConstantExprs. 2014-01-24 19:02:37 +00:00
InstCombineWorklist.h Consistently use dbgs() in debug printing 2013-09-05 19:48:28 +00:00
InstructionCombining.cpp [Modules] Move GetElementPtrTypeIterator into the IR library. As its 2014-03-04 10:40:04 +00:00
LLVMBuild.txt
Makefile