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
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary temporary construction.
David Blaikie
2013-11-17
1
-1
/
+1
*
Remove redundant explicit default initialization.
David Blaikie
2013-11-17
1
-2
/
+2
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
1
-3
/
+2
*
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...
David Blaikie
2013-11-16
1
-4
/
+4
*
DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call
David Blaikie
2013-11-16
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
1
-1
/
+3
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-5
/
+5
*
DwarfCompileUnit: Simplify getLanguage() calls to use existing member function
David Blaikie
2013-11-15
1
-3
/
+3
*
Replace the dangling context hotfix with an assertion.
Adrian Prantl
2013-11-15
1
-4
/
+1
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
1
-16
/
+17
*
DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs
David Blaikie
2013-11-15
1
-5
/
+5
*
Reimplement r194843 in a slightly less broken way.
Adrian Prantl
2013-11-15
1
-3
/
+5
*
Restore the behaviour from before r194728.
Adrian Prantl
2013-11-15
1
-1
/
+3
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
1
-19
/
+19
*
DebugInfo: Simplify/narrow null-check for getOrCreateType
David Blaikie
2013-11-14
1
-2
/
+4
*
DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...
David Blaikie
2013-11-14
1
-11
/
+4
*
Remove unnecessary 'else' after return.
David Blaikie
2013-11-14
1
-4
/
+3
*
Unify the adding of enumerators with the construction of the enumeration.
Eric Christopher
2013-11-11
1
-22
/
+24
*
Formatting.
Eric Christopher
2013-11-11
1
-9
/
+8
*
80-col.
Eric Christopher
2013-11-11
1
-5
/
+7
*
Just pass the DIComposite type by value instead of by pointer.
Eric Christopher
2013-11-11
1
-5
/
+5
*
DebugInfo: Emit member variable locations as data instead of expressions in b...
David Blaikie
2013-11-01
1
-29
/
+31
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-4
/
+46
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
1
-0
/
+13
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-1
/
+2
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
1
-18
/
+9
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-3
/
+3
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
1
-7
/
+17
*
Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.
Manman Ren
2013-10-29
1
-9
/
+5
*
Debug Info: add a helper function createAndAddDIE.
Manman Ren
2013-10-29
1
-29
/
+24
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-22
/
+14
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-3
/
+3
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-14
/
+8
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-12
/
+12
*
Remove {} from one-line block.
Manman Ren
2013-10-23
1
-2
/
+1
*
Fix up some old review feedback.
Eric Christopher
2013-10-21
1
-2
/
+3
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-109
/
+123
*
Remove unused variable.
Benjamin Kramer
2013-10-19
1
-2
/
+1
*
Reformat.
Eric Christopher
2013-10-19
1
-80
/
+73
*
Fix up a few minor performance problems spotted in code review.
Eric Christopher
2013-10-19
1
-7
/
+6
*
Debug Info: add a newly-created DIE to a parent in the same function.
Manman Ren
2013-10-18
1
-14
/
+17
*
Debug Info: simplify code a bit.
Manman Ren
2013-10-18
1
-1
/
+1
*
According to the dwarf standard pubnames and pubtypes for languages
Eric Christopher
2013-10-17
1
-7
/
+52
*
Add the subprogram DIEs to the context they're created with only
Eric Christopher
2013-10-17
1
-3
/
+6
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
1
-3
/
+5
*
Debug Info: static member DIE creation.
Manman Ren
2013-10-14
1
-12
/
+22
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
1
-13
/
+10
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
1
-1
/
+1
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
1
-3
/
+4
*
Debug Info: rename getOriginalTypeSize to getBaseTypeSize.
Manman Ren
2013-10-08
1
-4
/
+4
[next]