summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/MIR
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-292-12/+12
* [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-202-12/+12
* [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-094-3/+535
* Revert "[DebugInfo] Make describeLoadedValue() reg aware"David Stenberg2019-12-094-535/+3
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-094-3/+535
* [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
* [DebugInfo] Handle call site values for instructions before call bundleDavid Stenberg2019-12-051-0/+187
* Reland "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-055-0/+677
* Revert "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-035-677/+0
* [LiveDebugValues] Introduce entry values of unmodified paramsDjordje Todorovic2019-12-035-0/+677
* [DebugInfo] Avoid register coalesing unsoundly changing DBG_VALUE locationsJeremy Morse2019-11-251-0/+145
* Fix an offset underflow bug in DwarfExpression when describing small values w...Adrian Prantl2019-11-201-0/+36
* [DebugInfo] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-2012-27/+27
* [DebugInfo] Describe size of spilled values in call site paramsVedant Kumar2019-11-191-1/+1
* Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsnThomas Preud'homme2019-11-191-0/+79
* [DebugInfo] Allow spill slots in call site parameter descriptionsVedant Kumar2019-11-141-0/+177
* [AArch64][DebugInfo] Fix incorrect call site param value produced by MOVZXiDjordje Todorovic2019-11-141-0/+136
* [DebugInfo] Avoid creating entry values for clobbered registersDavid Stenberg2019-11-131-0/+185
* [test][DebugInfo] Add the test for ARM call site parametersDjordje Todorovic2019-10-311-0/+171
* 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
* [ARM][AArch64][DebugInfo] Improve call site instruction interpretationDjordje Todorovic2019-10-301-0/+180
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-292-81/+106
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-292-2/+2
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-282-2/+2
* [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
* [DebugInfo] Stop describing imms in TargetInstrInfo's describeLoadedValue() implDavid Stenberg2019-10-232-0/+85
* 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-155-11/+11
* [DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica2019-10-081-0/+165
* [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-182-2/+2
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSizeSander de Smalen2019-09-182-2/+2
* [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-1131-35/+35
* [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
OpenPOWER on IntegriCloud