index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-20
/
+4
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-2
/
+2
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-0
/
+250
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-409
/
+0
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
1
-1
/
+1
*
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...
David Blaikie
2013-11-16
1
-1
/
+1
*
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...
David Blaikie
2013-11-15
1
-1
/
+1
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-3
/
+3
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
1
-2
/
+2
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
1
-1
/
+1
*
Unify the adding of enumerators with the construction of the enumeration.
Eric Christopher
2013-11-11
1
-1
/
+1
*
Just pass the DIComposite type by value instead of by pointer.
Eric Christopher
2013-11-11
1
-1
/
+1
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-6
/
+14
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
1
-0
/
+11
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+6
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
1
-3
/
+0
*
Debug Info: add a helper function createAndAddDIE.
Manman Ren
2013-10-29
1
-0
/
+4
*
Fix name of variable in comment.
Eric Christopher
2013-10-24
1
-1
/
+1
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-9
/
+9
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-2
/
+2
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-4
/
+4
*
Debug Info: code clean up.
Manman Ren
2013-10-23
1
-6
/
+6
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-19
/
+27
*
Debug Info: add a newly-created DIE to a parent in the same function.
Manman Ren
2013-10-18
1
-10
/
+12
*
According to the dwarf standard pubnames and pubtypes for languages
Eric Christopher
2013-10-17
1
-1
/
+5
*
Debug Info: static member DIE creation.
Manman Ren
2013-10-14
1
-2
/
+2
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
1
-1
/
+1
*
Reorganize some member variables and update a comment.
Eric Christopher
2013-10-05
1
-6
/
+6
*
Fix one comment and update another. Slightly reformat.
Eric Christopher
2013-10-05
1
-1
/
+1
*
Add a resolve method on CompileUnit that forwards to DwarfDebug.
Eric Christopher
2013-10-05
1
-2
/
+7
*
Make a bunch of CompileUnit member functions private.
Eric Christopher
2013-10-05
1
-35
/
+37
*
Remove odd use of this.
Eric Christopher
2013-10-04
1
-1
/
+1
*
Reformat some odd formattings.
Eric Christopher
2013-10-04
1
-32
/
+19
*
Tighten up some type arguments to functions. Where we expect a
Eric Christopher
2013-10-04
1
-2
/
+2
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-5
/
+0
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
1
-16
/
+10
*
Migrate addGlobalName to the .cpp file as an intermediate step
Eric Christopher
2013-09-20
1
-2
/
+1
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Formatting.
Eric Christopher
2013-08-26
1
-10
/
+10
*
Remove the language parameter and variable from the compile unit. We
Eric Christopher
2013-08-26
1
-5
/
+5
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-15
/
+15
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
Simplify code. No functionality change.
Benjamin Kramer
2013-07-05
1
-7
/
+3
*
addConstantValue, addConstantFPValue never returned anything but
Eric Christopher
2013-07-03
1
-5
/
+5
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-2
/
+5
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-1
/
+5
*
Use const references instead of pointers to references that are
Eric Christopher
2013-06-24
1
-4
/
+5
*
DebugInfo: don't use location lists when the location covers the whole functi...
David Blaikie
2013-06-20
1
-1
/
+1
*
Pass the MDNode in and do the insertion at compile unit creation time
Eric Christopher
2013-05-08
1
-2
/
+2
[next]