llvm-6502/lib/Transforms/InstCombine
Rafael Espindola f116e5308d Rename many DataLayout variables from TD to DL.
I am really sorry for the noise, but the current state where some parts of the
code use TD (from the old name: TargetData) and other parts use DL makes it
hard to write a patch that changes where those variables come from and how
they are passed along.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201827 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-21 00:06:31 +00:00
..
CMakeLists.txt Tidy up a bit. No functional change. 2013-04-05 21:20:12 +00:00
InstCombine.h Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineAddSub.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +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 Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
InstCombineCompares.cpp Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +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 Rename many DataLayout variables from TD to DL. 2014-02-21 00:06:31 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile