summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-291-1/+2
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-291-18/+9
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-3/+3
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-291-7/+17
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-291-9/+5
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-291-29/+24
* Debug Info: code clean up.Manman Ren2013-10-231-22/+14
* Debug Info: code clean up.Manman Ren2013-10-231-3/+3
* Debug Info: code clean up.Manman Ren2013-10-231-14/+8
* Debug Info: code clean up.Manman Ren2013-10-231-12/+12
* Remove {} from one-line block.Manman Ren2013-10-231-2/+1
* Fix up some old review feedback.Eric Christopher2013-10-211-2/+3
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-109/+123
* Remove unused variable.Benjamin Kramer2013-10-191-2/+1
* Reformat.Eric Christopher2013-10-191-80/+73
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-191-7/+6
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-181-14/+17
* Debug Info: simplify code a bit.Manman Ren2013-10-181-1/+1
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-171-7/+52
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-171-3/+6
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-161-3/+5
* Debug Info: static member DIE creation.Manman Ren2013-10-141-12/+22
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-111-13/+10
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+1
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-3/+4
* Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Manman Ren2013-10-081-4/+4
* Debug Info: take advantage of the existing CU::resolve.Manman Ren2013-10-081-7/+7
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-3/+4
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-16/+64
* Add a resolve method on CompileUnit that forwards to DwarfDebug.Eric Christopher2013-10-051-6/+6
* Make a bunch of CompileUnit member functions private.Eric Christopher2013-10-051-1/+1
* Minor formatting/comment rewording/etc.David Blaikie2013-10-041-5/+3
* Tighten up some type arguments to functions. Where we expect aEric Christopher2013-10-041-4/+4
* Remove some dead code.David Blaikie2013-10-041-5/+0
* Simplify setting of DIE tag for type DIEs by setting it in one* place.David Blaikie2013-10-041-16/+8
* Prune includes.Eric Christopher2013-10-041-2/+0
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-1/+1
* Use Die->addValue and DIEIntegerOne directly when we want to addEric Christopher2013-10-041-3/+2
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-2/+1
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-74/+26
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-041-1/+8
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-031-5/+11
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-13/+3
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-16/+64
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-10/+10
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-241-0/+1
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-231-1/+1
* Formatting.Eric Christopher2013-09-231-6/+6
* Move emission of the debug string table to early in the debugEric Christopher2013-09-201-0/+28
* Migrate addGlobalName to the .cpp file as an intermediate stepEric Christopher2013-09-201-0/+5
OpenPOWER on IntegriCloud