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
*
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
*
Debug Info: take advantage of the existing CU::resolve.
Manman Ren
2013-10-08
1
-7
/
+7
*
Formally added an explicit enum for DWARF TLS support. No functionality change.
Richard Mitton
2013-10-07
1
-3
/
+4
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-16
/
+64
*
Add a resolve method on CompileUnit that forwards to DwarfDebug.
Eric Christopher
2013-10-05
1
-6
/
+6
*
Make a bunch of CompileUnit member functions private.
Eric Christopher
2013-10-05
1
-1
/
+1
*
Minor formatting/comment rewording/etc.
David Blaikie
2013-10-04
1
-5
/
+3
*
Tighten up some type arguments to functions. Where we expect a
Eric Christopher
2013-10-04
1
-4
/
+4
*
Remove some dead code.
David Blaikie
2013-10-04
1
-5
/
+0
*
Simplify setting of DIE tag for type DIEs by setting it in one* place.
David Blaikie
2013-10-04
1
-16
/
+8
*
Prune includes.
Eric Christopher
2013-10-04
1
-2
/
+0
*
Use addFlag to add the enum class attribute.
Eric Christopher
2013-10-04
1
-1
/
+1
*
Use Die->addValue and DIEIntegerOne directly when we want to add
Eric Christopher
2013-10-04
1
-3
/
+2
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-2
/
+1
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-74
/
+26
*
DebugInfo: Fix ordering of members after r191928
David Blaikie
2013-10-04
1
-1
/
+8
*
DebugInfo: Avoid redundantly adding child DIEs to parents.
David Blaikie
2013-10-03
1
-5
/
+11
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-13
/
+3
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-16
/
+64
*
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
[next]