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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...
Craig Topper
2013-07-03
1
-2
/
+6
*
Move instance variable before experimental section.
Eric Christopher
2013-07-03
1
-4
/
+5
*
Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
Eric Christopher
2013-07-03
1
-1
/
+1
*
Remove unnecessary forward declare.
Eric Christopher
2013-07-03
1
-1
/
+0
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+5
*
[DebugInfo] Hold generic MCExpr in AddrPool
Ulrich Weigand
2013-07-02
1
-2
/
+2
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
1
-1
/
+2
*
DebugInfo: Simplify the AddressPool representation
David Blaikie
2013-06-28
1
-3
/
+2
*
DebugInfo: constify the AddressPool MCSymbol pointers
David Blaikie
2013-06-28
1
-2
/
+3
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
1
-9
/
+0
[prev]
[next]