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
/
test
/
DebugInfo
/
MIR
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2020-01-29
1
-9
/
+9
*
[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.
Tom Weaver
2020-01-14
22
-0
/
+1546
*
Revert "[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Te...
Tom Weaver
2020-01-14
22
-1546
/
+0
*
[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.
Tom Weaver
2020-01-14
22
-0
/
+1546
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
3
-4
/
+4
*
[DWARF] Defer creating declaration DIEs until we prepare call site info
Vedant Kumar
2019-12-20
1
-9
/
+9
*
[LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressions
David Stenberg
2019-12-13
1
-0
/
+118
*
Revert 30e8f80fd5a4 "[DebugInfo] Don't create multiple DBG_VALUEs when sinking"
Hans Wennborg
2019-12-10
1
-106
/
+0
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
3
-3
/
+262
*
Revert "[DebugInfo] Make describeLoadedValue() reg aware"
David Stenberg
2019-12-09
3
-262
/
+3
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
3
-3
/
+262
*
[DebugInfo] Don't create multiple DBG_VALUEs when sinking
Jeremy Morse
2019-12-05
1
-0
/
+106
*
[DebugInfo] Don't reorder DBG_VALUEs when sunk
Jeremy Morse
2019-12-05
1
-1
/
+133
*
[DebugInfo] Re-apply two patches to MachineSink
Jeremy Morse
2019-12-05
3
-0
/
+213
*
Reland "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-05
4
-0
/
+664
*
Revert "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-03
4
-664
/
+0
*
[LiveDebugValues] Introduce entry values of unmodified params
Djordje Todorovic
2019-12-03
4
-0
/
+664
*
[DebugInfo] Avoid register coalesing unsoundly changing DBG_VALUE locations
Jeremy Morse
2019-11-25
1
-0
/
+145
*
[DebugInfo] Remove the DIFlagArgumentNotModified debug info flag
Djordje Todorovic
2019-11-20
7
-17
/
+17
*
[DebugInfo] Describe size of spilled values in call site params
Vedant Kumar
2019-11-19
1
-1
/
+1
*
[DebugInfo] Allow spill slots in call site parameter descriptions
Vedant Kumar
2019-11-14
1
-0
/
+177
*
Revert "[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instruc...
Jeremy Morse
2019-10-31
2
-108
/
+0
*
Revert "[DebugInfo] MachineSink: find more DBG_VALUEs to sink"
Jeremy Morse
2019-10-31
1
-105
/
+0
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-29
1
-26
/
+40
*
Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...
Simon Pilgrim
2019-10-29
1
-1
/
+1
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-28
1
-1
/
+1
*
[DebugInfo] MachineSink: find more DBG_VALUEs to sink
Jeremy Morse
2019-10-28
1
-0
/
+105
*
[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructions
Jeremy Morse
2019-10-28
2
-0
/
+108
*
Reverted r375425 as it broke some buildbots.
Sander de Smalen
2019-10-21
1
-1
/
+1
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-21
1
-1
/
+1
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
4
-9
/
+9
*
[DebugInfo] LiveDebugValues: move DBG_VALUE creation into VarLoc class
Jeremy Morse
2019-10-04
1
-1
/
+140
*
[DebugInfo] LiveDebugValues: defer DBG_VALUE creation during analysis
Jeremy Morse
2019-10-04
1
-0
/
+103
*
[DebugInfo] Exclude memory location values as parameter entry values
Djordje Todorovic
2019-09-27
1
-4
/
+2
*
Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize"
Krasimir Georgiev
2019-09-18
1
-1
/
+1
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
Sander de Smalen
2019-09-18
1
-1
/
+1
*
[DWARF] Emit call site parameter info when tuning for lldb
Vedant Kumar
2019-09-11
1
-26
/
+63
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
23
-27
/
+27
*
[DebugInfo] LiveDebugValues: explicitly terminate overwritten stack locations
Jeremy Morse
2019-09-06
1
-0
/
+200
*
[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locations
Jeremy Morse
2019-09-02
1
-0
/
+218
*
[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locations
Jeremy Morse
2019-08-29
1
-0
/
+85
*
[DebugInfo] LiveDebugValues should always revisit backedges if it skips them
Jeremy Morse
2019-08-29
1
-0
/
+122
*
[test] Speculative fix for r369966 on llvm-clang-x86_64-win
Vedant Kumar
2019-08-28
1
-1
/
+1
*
[DWARF] Pick the DWARF5 OP_entry_value opcode on Darwin
Vedant Kumar
2019-08-26
1
-0
/
+81
*
[test] Remove extra spaces from a test, NFC
Vedant Kumar
2019-08-26
1
-7
/
+7
*
[DebugInfo] Avoid dropping location info across block boundaries
Jeremy Morse
2019-08-21
1
-2
/
+158
*
[DebugInfo] Make postra sinking of DBG_VALUEs subregister-safe
Jeremy Morse
2019-08-19
1
-0
/
+104
*
[DebugInfo] Test for variable range un-coalescing
Jeremy Morse
2019-08-19
1
-0
/
+138
*
[DebugInfo] Handle complex expressions with spills in LiveDebugValues
Jeremy Morse
2019-08-16
1
-4
/
+145
[next]