Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-29 Eric ChristopherMore comment.
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherMake comment names match function names.
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-21 Eric ChristopherUpdate some comments.
2012-11-21 Eric ChristopherUpdate and add some comments.
2012-11-21 Eric ChristopherWhitespace.
2012-11-20 Eric ChristopherRemove constness from this, it modifies the output...
2012-11-20 Eric ChristopherRemove unused function argument, add a bit to the comment.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric Christopher80-col fixup.
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-06-29 Alexey SamsonovCleanup in DwarfDebug - fix a typo and remove two unuse...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-09 Benjamin KramerAllocate the contents of DwarfDebug's StringMaps in...
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-02 Eric ChristopherGrammar.
2012-01-26 Chris Lattnertidy up forward declarations.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-07-20 Devang PatelRefactor.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-14 Devang PatelRefactor.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-06 Rafael EspindolaDead code elimination.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-05 Devang PatelRefactor.
2011-03-31 Devang PatelRemove dead code.
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-01 Devang PatelIf argument numbering is encoded in metadata then emit...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-01-06 Devang PatelEmit 128 bit constant.
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-12 Devang PatelRemove DW_AT_start_scope support. It is incomplete...
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-09-27 Devang PatelRemove dead argument.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-08-31 Devang PatelSimplify.
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-07-08 Devang PatelReuse DIEInteger for 1. This is frequently used while...
2010-07-07 Devang PatelOne MDNode may be used to create regular DIE as well...
next