Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / include / llvm / CodeGen / DwarfWriter.h
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-01-26 Evan ChengLooks like comments were chopped off.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-02 Chris LattnerFix a compilation error with GCC 4.1. Thanks to Vladim...
2006-03-01 Jim LaskeyUse context and not compile unit.
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-01-27 Jim LaskeyUsing bit size of integers instead of ambiguous "long...
2006-01-27 Jim LaskeySorry - really folowing convention.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-26 Jim LaskeyDropped DwarfWriter::
2006-01-26 Jim LaskeyUse global information to fill out Dwarf compile units.
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-21 Jim LaskeySimplify search for abbreviations.
2006-01-21 Jim LaskeyCorrect some simple errors.
2006-01-20 Jim LaskeyRight size integer values before emitting.
2006-01-20 Jim LaskeyReworked how Dwarf debug info entries and abbreviations...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-17 Jim LaskeyPastos.
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Jim LaskeyMisc. errors.
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-22 Reid SpencerAdd an eol at the end to shut gcc up.
2005-12-21 Jim LaskeyOops llvm namespace.
2005-12-21 Jim LaskeyStart of Dwarf framework code.