summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/MIR/X86
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-291-9/+9
* [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.Tom Weaver2020-01-1422-0/+1546
* Revert "[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Te...Tom Weaver2020-01-1422-1546/+0
* [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.Tom Weaver2020-01-1422-0/+1546
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-243-4/+4
* [DWARF] Defer creating declaration DIEs until we prepare call site infoVedant Kumar2019-12-201-9/+9
* [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressionsDavid Stenberg2019-12-131-0/+118
* Revert 30e8f80fd5a4 "[DebugInfo] Don't create multiple DBG_VALUEs when sinking"Hans Wennborg2019-12-101-106/+0
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-093-3/+262
* Revert "[DebugInfo] Make describeLoadedValue() reg aware"David Stenberg2019-12-093-262/+3
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-093-3/+262
* [DebugInfo] Don't create multiple DBG_VALUEs when sinkingJeremy Morse2019-12-051-0/+106
* [DebugInfo] Don't reorder DBG_VALUEs when sunkJeremy Morse2019-12-051-1/+133
* [DebugInfo] Re-apply two patches to MachineSinkJeremy Morse2019-12-053-0/+213
* Reland "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-054-0/+664
* Revert "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-034-664/+0
* [LiveDebugValues] Introduce entry values of unmodified paramsDjordje Todorovic2019-12-034-0/+664
* [DebugInfo] Avoid register coalesing unsoundly changing DBG_VALUE locationsJeremy Morse2019-11-251-0/+145
* [DebugInfo] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-207-17/+17
* [DebugInfo] Describe size of spilled values in call site paramsVedant Kumar2019-11-191-1/+1
* [DebugInfo] Allow spill slots in call site parameter descriptionsVedant Kumar2019-11-141-0/+177
* Revert "[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instruc...Jeremy Morse2019-10-312-108/+0
* Revert "[DebugInfo] MachineSink: find more DBG_VALUEs to sink"Jeremy Morse2019-10-311-105/+0
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-291-26/+40
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-291-1/+1
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-281-1/+1
* [DebugInfo] MachineSink: find more DBG_VALUEs to sinkJeremy Morse2019-10-281-0/+105
* [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructionsJeremy Morse2019-10-282-0/+108
* Reverted r375425 as it broke some buildbots.Sander de Smalen2019-10-211-1/+1
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-211-1/+1
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-154-9/+9
* [DebugInfo] LiveDebugValues: move DBG_VALUE creation into VarLoc classJeremy Morse2019-10-041-1/+140
* [DebugInfo] LiveDebugValues: defer DBG_VALUE creation during analysisJeremy Morse2019-10-041-0/+103
* [DebugInfo] Exclude memory location values as parameter entry valuesDjordje Todorovic2019-09-271-4/+2
* Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize"Krasimir Georgiev2019-09-181-1/+1
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSizeSander de Smalen2019-09-181-1/+1
* [DWARF] Emit call site parameter info when tuning for lldbVedant Kumar2019-09-111-26/+63
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-1123-27/+27
* [DebugInfo] LiveDebugValues: explicitly terminate overwritten stack locationsJeremy Morse2019-09-061-0/+200
* [DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locationsJeremy Morse2019-09-021-0/+218
* [DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locationsJeremy Morse2019-08-291-0/+85
* [DebugInfo] LiveDebugValues should always revisit backedges if it skips themJeremy Morse2019-08-291-0/+122
* [test] Speculative fix for r369966 on llvm-clang-x86_64-winVedant Kumar2019-08-281-1/+1
* [DWARF] Pick the DWARF5 OP_entry_value opcode on DarwinVedant Kumar2019-08-261-0/+81
* [test] Remove extra spaces from a test, NFCVedant Kumar2019-08-261-7/+7
* [DebugInfo] Avoid dropping location info across block boundariesJeremy Morse2019-08-211-2/+158
* [DebugInfo] Make postra sinking of DBG_VALUEs subregister-safeJeremy Morse2019-08-191-0/+104
* [DebugInfo] Test for variable range un-coalescingJeremy Morse2019-08-191-0/+138
* [DebugInfo] Handle complex expressions with spills in LiveDebugValuesJeremy Morse2019-08-161-4/+145
OpenPOWER on IntegriCloud