index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DwarfDebug: Move ownership of CompileUnits into DwarfUnits
David Blaikie
2013-11-23
1
-10
/
+6
*
Refactor DW_AT_ranges handling to use labels for ranges rather than
Eric Christopher
2013-11-23
1
-23
/
+24
*
In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
2013-11-21
1
-40
/
+51
*
Constify the DIEs used for pubname and pubtype tables. Propagate
Eric Christopher
2013-11-21
1
-9
/
+9
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-18
/
+56
*
DebugInfo: Constify accelerator table handling, and separate type accelarator...
David Blaikie
2013-11-19
1
-26
/
+32
*
Fix comment.
Eric Christopher
2013-11-19
1
-1
/
+2
*
Refactor the section emission code to remove duplicates now that
Eric Christopher
2013-11-19
1
-39
/
+15
*
Reformat file.
Eric Christopher
2013-11-19
1
-249
/
+283
*
DwarfDebug: Move trailing else to the same line as prior closing brace
David Blaikie
2013-11-18
1
-4
/
+2
*
DwarfDebug: Remove some more redundant explicit constructions.
David Blaikie
2013-11-18
1
-4
/
+3
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
1
-1
/
+1
*
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...
David Blaikie
2013-11-15
1
-4
/
+3
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-7
/
+7
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
1
-6
/
+4
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
1
-1
/
+1
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
1
-3
/
+3
*
Comment some and reformat for clarity beginFunction.
Eric Christopher
2013-11-01
1
-30
/
+42
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-0
/
+3
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
1
-18
/
+5
*
DwarfDebug: Change Abbreviations member from pointer to reference
David Blaikie
2013-10-30
1
-7
/
+7
*
Debug Info: code clean up.
Manman Ren
2013-10-29
1
-1
/
+3
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-2
/
+41
*
Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.
Manman Ren
2013-10-29
1
-6
/
+5
*
DWARF emission: Remove unnecessary/redundant DIE reference code
David Blaikie
2013-10-24
1
-7
/
+0
*
Update misleading comment.
Eric Christopher
2013-10-24
1
-2
/
+3
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-2
/
+2
*
Debug Info: code clean up.
Manman Ren
2013-10-22
1
-7
/
+1
*
Formatting/whitespace.
Eric Christopher
2013-10-22
1
-4
/
+4
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-8
/
+8
*
Revert the rest of r192749 to bring back the buildbot. These two
Eric Christopher
2013-10-18
1
-2
/
+4
*
Temporarily revert r192749 as it is causing problems for LTO and
Eric Christopher
2013-10-18
1
-2
/
+8
*
According to the dwarf standard pubnames and pubtypes for languages
Eric Christopher
2013-10-17
1
-1
/
+1
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
1
-3
/
+11
*
Make sure we're not attempting to construct a subprogram DIE
Eric Christopher
2013-10-15
1
-16
/
+18
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
1
-5
/
+2
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
1
-12
/
+6
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
1
-3
/
+4
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
1
-2
/
+9
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+7
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-8
/
+8
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-34
/
+4
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-47
/
+13
*
Fixed a bug with section names containing special characters.
Richard Mitton
2013-10-03
1
-8
/
+24
*
DebugInfo: Avoid redundantly adding child DIEs to parents.
David Blaikie
2013-10-03
1
-6
/
+0
*
Make sure we emit a section for pubnames even if that section is
Eric Christopher
2013-10-03
1
-3
/
+0
*
Fix cut and paste typo.
Eric Christopher
2013-10-03
1
-2
/
+2
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-6
/
+3
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-8
/
+8
[next]