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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...
David Blaikie
2014-05-19
1
-1
/
+0
*
DebugInfo: Fix missing inlined_subroutines caused by r208748.
David Blaikie
2014-05-19
1
-1
/
+1
*
DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...
David Blaikie
2014-05-16
1
-2
/
+2
*
DebugInfo: Add an assert regarding the subprogram in the subprogram map match...
David Blaikie
2014-05-16
1
-0
/
+1
*
DebugInfo: Assume the CU's Subprogram list only contains definitions.
David Blaikie
2014-05-16
1
-4
/
+1
*
DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...
David Blaikie
2014-05-16
1
-39
/
+17
*
DebugInfo: Don't put fission type units in comdat sections.
David Blaikie
2014-05-15
1
-10
/
+14
*
DebugInfo: Simplify retrieving filename/directory name for line table entry b...
David Blaikie
2014-05-15
1
-26
/
+6
*
DwarfDebug: Don't set frame index locations on abstract variables.
David Blaikie
2014-05-14
1
-2
/
+0
*
DebugInfo: Sure up subprogram variable list handling with more assertions and...
David Blaikie
2014-05-14
1
-33
/
+31
*
DebugInfo: Assert that a CU's subprogram list contains only subprograms.
David Blaikie
2014-05-14
1
-2
/
+2
*
DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...
David Blaikie
2014-05-14
1
-15
/
+5
*
Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.
David Blaikie
2014-05-14
1
-5
/
+7
*
Revert "DebugInfo: Include lexical scopes in inlined subroutines."
David Blaikie
2014-05-12
1
-7
/
+5
*
DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...
David Blaikie
2014-05-12
1
-4
/
+1
*
DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...
David Blaikie
2014-05-12
1
-19
/
+20
*
DebugInfo: Include lexical scopes in inlined subroutines.
David Blaikie
2014-05-11
1
-5
/
+7
*
Use a single data structure to store all user variables in DwarfDebug
Alexey Samsonov
2014-04-30
1
-12
/
+11
*
Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."
David Blaikie
2014-04-30
1
-9
/
+4
*
DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...
David Blaikie
2014-04-30
1
-12
/
+21
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-9
/
+7
*
Slightly simplify code in DwarfDebug::beginFunction
Alexey Samsonov
2014-04-30
1
-7
/
+5
*
Move logic for calculating DBG_VALUE history map into separate file/class.
Alexey Samsonov
2014-04-30
1
-119
/
+18
*
Emit DW_AT_object_pointer once, on the declaration, for each function.
David Blaikie
2014-04-30
1
-4
/
+9
*
Fix the clang-cl self-host build by defining ~DwarfDebug out of line
Reid Kleckner
2014-04-30
1
-0
/
+3
*
Fix some 80 cols violations committed in r207539
David Blaikie
2014-04-29
1
-2
/
+4
*
DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...
David Blaikie
2014-04-29
1
-30
/
+36
*
Remove DwarfUnit::LabelRange since it's unused.
David Blaikie
2014-04-28
1
-3
/
+0
*
Satisfy sub-optimal GCC warning.
David Blaikie
2014-04-28
1
-4
/
+4
*
Add (...) around && clause to appeace gcc 4.8's warning
Eli Bendersky
2014-04-28
1
-3
/
+3
*
DebugInfo: Just store the DIE by value in the DwarfUnit
David Blaikie
2014-04-28
1
-11
/
+7
*
Pass DIEs to DwarfUnit constructors by unique_ptr.
David Blaikie
2014-04-28
1
-24
/
+26
*
Reformat, 80-col, tab characters, etc.
Eric Christopher
2014-04-28
1
-14
/
+13
*
Improve explicit memory ownership of DIEs
David Blaikie
2014-04-28
1
-18
/
+18
*
DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutines
David Blaikie
2014-04-28
1
-27
/
+50
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-5
/
+5
*
Debug Info: Prepare DebugLocEntry to handle more than a single value per
Adrian Prantl
2014-04-27
1
-21
/
+17
*
DwarfDebug: Roll argument into call.
David Blaikie
2014-04-26
1
-10
/
+6
*
DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...
David Blaikie
2014-04-26
1
-1
/
+1
*
DWARF Type Units: Avoid emitting type units under fission if the type require...
David Blaikie
2014-04-26
1
-4
/
+41
*
DwarfDebug: Minor refactoring around type unit construction
David Blaikie
2014-04-26
1
-16
/
+15
*
Make sure that rangelists are also relative to the compile unit
Eric Christopher
2014-04-25
1
-2
/
+9
*
DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...
David Blaikie
2014-04-25
1
-8
/
+8
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-4
/
+4
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-25
/
+26
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-7
/
+7
*
DwarfUnit: return by reference from createAndAddDIE
David Blaikie
2014-04-25
1
-14
/
+14
*
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
David Blaikie
2014-04-25
1
-12
/
+12
*
DwarfUnit: Suddently, DIE references, everywhere.
David Blaikie
2014-04-25
1
-44
/
+44
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-47
/
+48
[next]