index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-10
/
+10
*
Add namespaces to the list of items that we expose via pubnames.
Eric Christopher
2013-09-24
1
-0
/
+1
*
Add more external types to the pubtypes table. Expand the asm
Eric Christopher
2013-09-23
1
-1
/
+1
*
Formatting.
Eric Christopher
2013-09-23
1
-6
/
+6
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
1
-0
/
+28
*
Migrate addGlobalName to the .cpp file as an intermediate step
Eric Christopher
2013-09-20
1
-0
/
+5
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-0
/
+14
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
1
-1
/
+1
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-5
/
+5
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
1
-5
/
+5
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
1
-1
/
+1
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-07
1
-1
/
+1
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
1
-1
/
+1
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-1
/
+1
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
1
-2
/
+1
*
Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...
Michael Gottesman
2013-09-04
1
-21
/
+5
*
Revert "Remove the darwin gdb option, that version of gdb is now dead and the...
Michael Gottesman
2013-09-04
1
-5
/
+21
*
Remove the darwin gdb option, that version of gdb is now dead and
Eric Christopher
2013-09-04
1
-21
/
+5
*
Use DW_FORM_sdata for signed constant values and udata on occasion
Eric Christopher
2013-08-27
1
-22
/
+53
*
Remove the language parameter and variable from the compile unit. We
Eric Christopher
2013-08-26
1
-5
/
+7
*
DebugInfo: don't emit zero-length names for parameters
David Blaikie
2013-08-19
1
-1
/
+2
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
1
-3
/
+0
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
1
-1
/
+3
*
The conversion to bool is fine here, no need to check isType.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-10
/
+16
*
Change variable name and reflow formatting.
Eric Christopher
2013-08-08
1
-10
/
+10
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-25
/
+25
*
DebugInfo: Emit definitions for types with no members.
David Blaikie
2013-08-01
1
-7
/
+3
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-4
/
+44
*
Collapse temporary variable into call.
Eric Christopher
2013-07-14
1
-4
/
+2
*
Fix comment.
Eric Christopher
2013-07-09
1
-1
/
+1
*
Typo.
Adrian Prantl
2013-07-09
1
-1
/
+1
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-2
/
+3
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
1
-10
/
+10
*
addConstantValue, addConstantFPValue never returned anything but
Eric Christopher
2013-07-03
1
-25
/
+13
*
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
2013-07-02
1
-3
/
+3
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-9
/
+12
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
1
-10
/
+13
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-3
/
+18
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-5
/
+10
*
Formatting.
Eric Christopher
2013-06-24
1
-3
/
+2
*
Use const references instead of pointers to references that are
Eric Christopher
2013-06-24
1
-17
/
+18
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
1
-2
/
+11
*
DebugInfo: don't use location lists when the location covers the whole functi...
David Blaikie
2013-06-20
1
-4
/
+9
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-36
/
+16
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-14
/
+4
*
Formatting.
Eric Christopher
2013-05-30
1
-1
/
+1
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
1
-7
/
+2
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
1
-2
/
+7
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-19
/
+12
[next]