llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 567dd1f5d0 fix PR6921 a different way. Intead of increasing the
alignment of globals with a specified alignment, we fix
common variables to obey their alignment.  Add a comment
explaining why this behavior is important.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102365 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-26 18:46:46 +00:00
..
AsmPrinter.cpp fix PR6921 a different way. Intead of increasing the 2010-04-26 18:46:46 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt Add a missing dependency to this library when building with CMake. 2010-04-09 05:55:25 +00:00
DIE.cpp
DIE.h Add support to emit dwarf ranges. 2010-04-16 23:33:45 +00:00
DwarfDebug.cpp Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, 2010-04-23 01:18:53 +00:00
DwarfDebug.h Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, 2010-04-23 01:18:53 +00:00
DwarfException.cpp Add const qualifiers to CodeGen's use of LLVM IR constructs. 2010-04-15 01:51:59 +00:00
DwarfException.h
Makefile
OcamlGCPrinter.cpp