summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-31
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-21
* Recommit, with fixes:Eric Christopher2012-09-12
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-12
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-12
* 80-col fixup.Eric Christopher2012-09-10
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-23
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-23
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-27
* Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-09
* DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer2012-03-11
* Grammar.Eric Christopher2012-03-02
* tidy up forward declarations.Chris Lattner2012-01-26
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-07
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Remove unused forward decl.Eric Christopher2011-10-25
* Missed a spot!Nick Lewycky2011-10-18
* Fix some typo/formatting issues. No functionality change.Nick Lewycky2011-10-18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Eliminate unnecessary forwarding function.Devang Patel2011-08-18
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Refactor.Devang Patel2011-08-15
* Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel2011-08-15
* This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...Devang Patel2011-08-15
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-15
* There is no need to maintain a set to keep track of variables that use locati...Devang Patel2011-08-15
* Fix warning.Devang Patel2011-08-15
* Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...Devang Patel2011-08-15
* Simplify mapping to variable from its abstract variable info.Devang Patel2011-08-15
* Refactor.Devang Patel2011-08-15
* Refactor.Devang Patel2011-08-15
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-15
* Start using LexicalScopes utility. No intetional functionality change.Devang Patel2011-08-10
* Refactor.Devang Patel2011-07-20
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-15
* Eliminate redundant map.Devang Patel2011-07-15
* Refactor.Devang Patel2011-07-14
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-14
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-14
* Make provision to have floating point constants in .debug_loc expressions.Devang Patel2011-07-08
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-01
* Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel2011-05-11