llvm-6502/lib/CodeGen/AsmPrinter
Nuno Lopes 98281a2050 convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset().
The later API is nicer than the former, and is correct regarding wrap-around offsets (if anyone cares).
There are a few more places left with duplicated code, which I'll remove soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171259 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-30 16:25:48 +00:00
..
ARMException.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmPrinter.cpp convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset(). 2012-12-30 16:25:48 +00:00
AsmPrinterDwarf.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmPrinterInlineAsm.cpp Rename LLVMContext diagnostic handler types and functions. 2012-12-25 00:07:12 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIE.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DIE.h Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
DwarfAccelTable.cpp Whitespace and 80-column cleanup. 2012-12-20 21:58:40 +00:00
DwarfAccelTable.h Whitespace and 80-column cleanup. 2012-12-20 21:58:40 +00:00
DwarfCFIException.cpp This patch is needed to make c++ exceptions work for mips16. 2012-12-16 04:00:45 +00:00
DwarfCompileUnit.cpp Start splitting out the debug string section handling by moving it 2012-12-20 21:58:36 +00:00
DwarfCompileUnit.h Whitespace and 80-column cleanup. 2012-12-20 21:58:40 +00:00
DwarfDebug.cpp For the dwarf5 split debug info code split out the string section 2012-12-27 02:14:01 +00:00
DwarfDebug.h For the dwarf5 split debug info code split out the string section 2012-12-27 02:14:01 +00:00
DwarfException.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DwarfException.h Factor out type info emission into separate routine. 2012-11-19 21:06:26 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
OcamlGCPrinter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Win64Exception.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00