llvm-6502/lib/CodeGen/AsmPrinter
Jeffrey Yasskin 8c42ca9374 _2_ gcc crashes, ah, ah, ah...
(Rolling back r97906.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97909 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-07 07:16:49 +00:00
..
AsmPrinter.cpp use OutStreamer.EmitCodeAlignment for alignment in the text 2010-02-23 18:46:22 +00:00
CMakeLists.txt Fix cmake builds. 2009-05-19 00:18:14 +00:00
DIE.cpp Fix to get it to compile. 2010-02-11 01:15:27 +00:00
DIE.h teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
DwarfDebug.cpp _2_ gcc crashes, ah, ah, ah... 2010-03-07 07:16:49 +00:00
DwarfDebug.h _2_ gcc crashes, ah, ah, ah... 2010-03-07 07:16:49 +00:00
DwarfException.cpp A much cleaner (and less code!) way of inserting the correct amount of padding 2010-02-26 22:17:52 +00:00
DwarfException.h Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there 2010-02-15 22:35:59 +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 MC'ize padding when padding the ULEB128 value. 2010-02-25 00:24:52 +00:00
DwarfPrinter.h LLVM puts padding bytes in the __gcc_except_tab section after the 2010-02-24 23:34:35 +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