Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
[oota-llvm.git] / include / llvm / Support / Dwarf.h
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-07-26 Reid SpencerFor PR780:
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-01 Jim LaskeyRemove comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.
2006-01-26 Jim LaskeySplit out Dwarf constants for use outside DwarfWriter.