llvm-6502/lib/CodeGen/AsmPrinter
Richard Osborne 95da605e15 Add a new jump table encoding to indicate jump tables entries
are inside the function by the target at the point of use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98255 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-11 14:58:16 +00:00
..
AsmPrinter.cpp Add a new jump table encoding to indicate jump tables entries 2010-03-11 14:58:16 +00:00
CMakeLists.txt elimiante the DWLabel class, using MCSymbol instead. Start 2010-03-08 22:23:36 +00:00
DIE.cpp inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DIE.h simplify EmitSectionOffset to always use .set if it is 2010-03-08 23:23:25 +00:00
DwarfDebug.cpp add missing filename! 2010-03-10 02:29:31 +00:00
DwarfDebug.h reapply r98035: 2010-03-09 04:54:43 +00:00
DwarfException.cpp move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +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
DwarfPrinter.cpp set the temporary bit on MCSymbols correctly. 2010-03-10 02:25:11 +00:00
DwarfPrinter.h inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DwarfWriter.cpp reapply r98035: 2010-03-09 04:54:43 +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