llvm-6502/lib/CodeGen/AsmPrinter
Dan Gohman 618f17702d When CodeGen'ing unoptimized code, there may be unfolded constant expressions
in global initializers. Instead of aborting, attempt to fold them on the
spot. If folding succeeds, emit the folded expression instead.

This fixes PR6255.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95583 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08 22:02:38 +00:00
..
AsmPrinter.cpp When CodeGen'ing unoptimized code, there may be unfolded constant expressions 2010-02-08 22:02:38 +00:00
CMakeLists.txt Fix cmake builds. 2009-05-19 00:18:14 +00:00
DIE.cpp remove one form of EmitString, just use EmitBytes instead. We must 2010-01-23 03:11:46 +00:00
DIE.h teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
DwarfDebug.cpp Set DW_AT_artificial only if argument is marked as artificial. 2010-02-06 01:02:37 +00:00
DwarfDebug.h constify a bunch of dwarf stuff now that the registerinfo method 2010-01-26 23:18:02 +00:00
DwarfException.cpp Update of 94055 to track the IR level call site information via an intrinsic. 2010-01-28 01:45:32 +00:00
DwarfException.h constify a bunch of dwarf stuff now that the registerinfo method 2010-01-26 23:18:02 +00:00
DwarfLabel.cpp convert the DIE printing stuff to use raw_ostream instead of std::ostream. 2009-08-23 01:01:17 +00:00
DwarfLabel.h convert the DIE printing stuff to use raw_ostream instead of std::ostream. 2009-08-23 01:01:17 +00:00
DwarfPrinter.cpp emit jump table an alias ".set" directives through MCStreamer as 2010-01-26 21:53:08 +00:00
DwarfPrinter.h Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck 2010-02-07 21:09:22 +00:00
DwarfWriter.cpp constify a bunch of dwarf stuff now that the registerinfo method 2010-01-26 23:18:02 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OcamlGCPrinter.cpp remove uses of EOL. 2010-01-22 23:43:14 +00:00