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
...
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
1
-2
/
+2
*
DWARF: Avoid cross-CU references under Fission
David Blaikie
2017-05-12
1
-54
/
+35
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-15
/
+4
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-1
/
+3
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
1
-3
/
+1
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-1
/
+3
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-5
/
+2
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-3
/
+3
*
If the DIUnit has flags passed on it then have DW_AT_producer be a combinatio...
Eric Christopher
2017-03-29
1
-1
/
+8
*
Fix PR32298 by adding an early exit to getFrameIndexExprs().
Adrian Prantl
2017-03-22
1
-0
/
+6
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
1
-4
/
+3
*
Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression
Adrian Prantl
2017-03-20
1
-7
/
+17
*
Rename methods in DwarfExpression to adhere to the LLVM coding guidelines.
Adrian Prantl
2017-03-16
1
-9
/
+9
*
Revert "Debug Info: Add basic support for external types references."
Adrian Prantl
2017-03-13
1
-1
/
+0
*
Debug Info: Sort frame index expressions before emitting them.
Adrian Prantl
2017-02-17
1
-0
/
+9
*
Refactor DebugHandlerBase a bit to common non-debug-having-function filtering
David Blaikie
2017-02-16
1
-27
/
+12
*
DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...
David Blaikie
2017-02-03
1
-0
/
+12
*
Remove an assertion that doesn't hold when mixing -g and -gmlt through
Paul Robinson
2017-02-01
1
-3
/
+1
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-1
/
+1
*
Remove an assertion that doesn't hold when mixing -g and -gmlt through
Paul Robinson
2017-02-01
1
-1
/
+0
*
Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...
Dehao Chen
2017-01-19
1
-2
/
+4
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-4
/
+6
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-7
/
+36
*
Allow "line 0" to be the first explicit debug location in a function.
Paul Robinson
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-36
/
+7
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-7
/
+36
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-36
/
+7
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-7
/
+36
*
DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697
David Blaikie
2016-12-15
1
-0
/
+1
*
DebugInfo: Emit ranges for functions with DISubprograms but lacking locations...
David Blaikie
2016-12-15
1
-11
/
+7
*
DebugInfo: Improve type safety and simplify some subprogram finalization code
David Blaikie
2016-12-14
1
-9
/
+7
*
[DWARF] Preserve column number when emitting 'line 0' record
Paul Robinson
2016-12-14
1
-4
/
+9
*
Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...
Paul Robinson
2016-12-12
1
-13
/
+57
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-32
/
+14
*
[DWARF] Suppress .loc directives from CFI instructions
Paul Robinson
2016-12-09
1
-2
/
+2
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-39
/
+39
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-7
/
+6
*
revert r288283 as it causes debug info (line numbers) to be lost in instrumen...
Kostya Serebryany
2016-12-01
1
-47
/
+8
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-4
/
+4
*
Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...
Paul Robinson
2016-11-30
1
-8
/
+47
*
Revert r288212 due to lldb failure.
Paul Robinson
2016-11-29
1
-47
/
+8
*
Emit 'no line' information for interesting 'orphan' instructions.
Paul Robinson
2016-11-29
1
-8
/
+47
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-6
/
+8
*
Restructure DwarfDebug::beginInstruction(). [NFC]
Paul Robinson
2016-11-22
1
-21
/
+26
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-3
/
+6
*
Simplify control flow in the the DWARF expression compiler
Adrian Prantl
2016-11-02
1
-9
/
+6
*
Emit DW_OP_piece also if the previous value was a constant.
Adrian Prantl
2016-11-02
1
-4
/
+6
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-5
/
+4
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+2
[prev]
[next]