llvm-6502/lib/Transforms/InstCombine
Chandler Carruth bd7cba0d81 [Modules] Move GetElementPtrTypeIterator into the IR library. As its
name might indicate, it is an iterator over the types in an instruction
in the IR.... You see where this is going.

Another step of modularizing the support library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202815 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-04 10:40:04 +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 Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +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