Start using DebugInfoFinder.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-13 Devang PatelUse assertion.
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Devang Patelrevert rev. 75503 for now.
2009-07-13 Devang PatelUse Mangler to remove leading '1' from linkage names.
2009-07-07 Devang PatelAccidently dropped this while removing dead code in...
2009-07-07 Devang PatelRemove dead code.
2009-06-29 Devang PatelStruct types are described using field types only.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-06-24 Owen AndersonDown with statics!
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-06-01 Bill WendlingAccidental commit. This isn't ready for prime time...
2009-05-30 Bill WendlingUntabification.
2009-05-20 Bill WendlingMinor code cleanup. No functionality change.
2009-05-20 Bill WendlingMerge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
2009-05-20 Bill WendlingRename 'New*' methods to 'Create*' to be consistent...
2009-05-20 Bill WendlingAdd comment for emit section.
2009-05-20 Bill WendlingMove 'Emit' methods down to their own place.
2009-05-20 Bill WendlingRevert r72192. It was causing a build failure.
2009-05-20 Bill WendlingDo some mechanical changes. Combine the 'construct...
2009-05-18 Bill WendlingDon't set the "location" information for inlined functi...
2009-05-18 Bill WendlingSmall code cleanup.
2009-05-18 Bill WendlingRecordVariable is called each time a DECLARE node is...
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...