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
/
DwarfDebug.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-24
/
+31
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-44
/
+12
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-37
/
+53
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-120
/
+83
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-9
/
+24
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-136
/
+75
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-254
/
+239
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-1
/
+1
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
1
-1
/
+1
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-0
/
+12
*
DwarfDebug: Change Abbreviations member from pointer to reference
David Blaikie
2013-10-30
1
-3
/
+3
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+3
*
Grammar.
Eric Christopher
2013-10-24
1
-1
/
+1
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
1
-8
/
+0
*
Add DbgVariable::resolve per Eric's suggestion.
Manman Ren
2013-10-08
1
-0
/
+5
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-2
/
+3
*
Fix one comment and update another. Slightly reformat.
Eric Christopher
2013-10-05
1
-3
/
+2
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-4
/
+0
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-54
/
+2
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-3
/
+4
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-2
/
+3
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-0
/
+51
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
1
-0
/
+1
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-0
/
+7
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-1
/
+14
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
1
-2
/
+8
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-5
/
+5
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-5
/
+5
*
Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
2013-09-10
1
-0
/
+6
*
Debug Info: define a DIRef template.
Manman Ren
2013-09-10
1
-1
/
+4
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
1
-3
/
+0
*
Rename for consistency.
Eric Christopher
2013-09-09
1
-1
/
+1
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+3
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+4
*
Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
2013-09-09
1
-2
/
+2
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-0
/
+7
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-8
/
+0
*
Have the skeleton compile unit construction method take the CU it
Eric Christopher
2013-08-26
1
-1
/
+1
*
Treat the pubtypes section similarly to the pubnames section and emit
Eric Christopher
2013-08-26
1
-3
/
+6
*
Turn on pubnames by default on linux.
Eric Christopher
2013-08-19
1
-0
/
+1
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+7
*
Clarify comments.
Eric Christopher
2013-07-14
1
-4
/
+1
*
Update comment to avoid mentioning DbgValues which is an instance
Eric Christopher
2013-07-08
1
-1
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
1
-3
/
+3
*
Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
2013-07-03
1
-5
/
+20
*
Add names to the header file since they help in documenting the API
Eric Christopher
2013-07-03
1
-10
/
+11
*
Move typedefs inside the class that they belong to.
Eric Christopher
2013-07-03
1
-10
/
+7
*
Remove unused field.
Eric Christopher
2013-07-03
1
-12
/
+19
*
Constify a few functions.
Eric Christopher
2013-07-03
1
-3
/
+3
[next]