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
...
*
Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Adrian Prantl
2014-05-29
1
-2
/
+0
*
Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
2014-05-27
1
-46
/
+32
*
Factor out looking for prologue end into a function
Alexey Samsonov
2014-05-27
1
-12
/
+12
*
Don't pre-populate the set of keys in the map with variable locations history.
Alexey Samsonov
2014-05-27
1
-11
/
+2
*
DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.
David Blaikie
2014-05-27
1
-6
/
+1
*
DebugInfo: Create abstract function definitions even when concrete definition...
David Blaikie
2014-05-27
1
-46
/
+35
*
DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.
David Blaikie
2014-05-27
1
-1
/
+1
*
DebugInfo: Lazily construct subprogram definition DIEs.
David Blaikie
2014-05-27
1
-10
/
+22
*
DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
2014-05-27
1
-0
/
+21
*
DebugInfo: Put concrete definitions referencing abstract definitions in the s...
David Blaikie
2014-05-23
1
-1
/
+3
*
Add FIXME comment based on code review feedback by Hal Finkel on r209338
David Blaikie
2014-05-23
1
-0
/
+2
*
Rename a couple of variables to be more accurate.
David Blaikie
2014-05-23
1
-8
/
+8
*
DebugInfo: Fix cross-CU references for scopes (and variables within those sco...
David Blaikie
2014-05-23
1
-3
/
+4
*
DebugInfo: Simplify dead variable collection slightly.
David Blaikie
2014-05-22
1
-3
/
+1
*
Revert "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-05-21
1
-14
/
+10
*
DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...
David Blaikie
2014-05-21
1
-13
/
+11
*
DebugInfo: Ensure concrete out of line variables from inlined functions refer...
David Blaikie
2014-05-21
1
-20
/
+25
*
Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...
David Blaikie
2014-05-20
1
-5
/
+5
*
Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.
Alexey Samsonov
2014-05-20
1
-3
/
+3
*
DebugInfo: Emit function definitions within their namespace scope.
David Blaikie
2014-05-20
1
-22
/
+0
*
DebugInfo: Assume all subprogram DIEs have been created before any abstract s...
David Blaikie
2014-05-19
1
-5
/
+5
*
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
[prev]
[next]