summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Declare class DwarfDebug before use instead of relying on a forward declarationDmitri Gribenko2012-12-161-0/+1
* To simplify some code move the unit emission into the holders.Eric Christopher2012-12-151-6/+8
* Update some comments.Eric Christopher2012-12-111-2/+2
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-101-3/+37
* Rearrange vars and make comments more obvious.Eric Christopher2012-12-101-3/+5
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-101-9/+10
* Reorder fission variables.Eric Christopher2012-12-101-3/+9
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-4/+4
* Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky2012-12-031-0/+3
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-301-0/+17
* More comment.Eric Christopher2012-11-291-0/+2
* Attempt to make the comments for dwarf debug look more likeEric Christopher2012-11-271-158/+111
* Make comment names match function names.Eric Christopher2012-11-271-3/+3
* Pull some code out into functions to make rearranging them a bit easier.Eric Christopher2012-11-221-0/+15
* Update for some of the coding standard before rearranging functionsEric Christopher2012-11-211-10/+10
* Update some comments.Eric Christopher2012-11-211-1/+2
* Update and add some comments.Eric Christopher2012-11-211-0/+8
* Whitespace.Eric Christopher2012-11-211-26/+26
* Remove constness from this, it modifies the output stream as doesEric Christopher2012-11-201-1/+1
* Remove unused function argument, add a bit to the comment.Eric Christopher2012-11-201-2/+3
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-191-3/+3
* Add an option to enable prototype "fission" capabilities and debug changes.Eric Christopher2012-11-121-0/+2
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-311-2/+2
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-211-4/+2
* Recommit, with fixes:Eric Christopher2012-09-121-0/+10
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-10/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+10
* 80-col fixup.Eric Christopher2012-09-101-1/+2
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-231-1/+2
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-231-0/+7
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-011-3/+0
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-271-0/+3
* Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov2012-06-291-7/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-2/+2
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-091-5/+5
* DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer2012-03-111-4/+3
* Grammar.Eric Christopher2012-03-021-1/+1
* tidy up forward declarations.Chris Lattner2012-01-261-0/+2
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-4/+1
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-071-4/+0
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-0/+15
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-071-0/+4
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-021-0/+4
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-2/+7
* Remove unused forward decl.Eric Christopher2011-10-251-1/+0
* Missed a spot!Nick Lewycky2011-10-181-1/+1
* Fix some typo/formatting issues. No functionality change.Nick Lewycky2011-10-181-8/+8
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-3/+4
* Eliminate unnecessary forwarding function.Devang Patel2011-08-181-3/+0
OpenPOWER on IntegriCloud