summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/pieces-3.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.Tom Weaver2019-12-201-2/+3
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-0/+1
* [DebugInfo] Omit location list entries with empty rangesDavid Stenberg2019-01-091-4/+2
* [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised outJeremy Morse2018-12-101-2/+3
* [X86] Handle COPYs of physregs better (regalloc hints)Simon Pilgrim2018-09-191-3/+4
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-1/+1
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-2/+2
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-1/+1
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-16/+4
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-6/+6
* Improve the accuracy of variable ranges .debug_loc location lists.Adrian Prantl2017-06-161-5/+4
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-5/+5
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Document an anomaly in this testcase.Adrian Prantl2016-02-291-1/+6
* Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.Adrian Prantl2016-02-291-8/+11
* Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2015-12-161-1/+1
* Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2015-12-091-1/+1
* Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2015-12-091-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-5/+5
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-28/+28
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-26/+26
* Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in theAdrian Prantl2015-02-091-5/+5
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-3/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-42/+42
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-25/+25
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-25/+25
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-25/+25
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-23/+23
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-23/+23
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-23/+23
* DebugLocEntry: Restore the comparison predicate from before theAdrian Prantl2014-08-121-0/+1
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-0/+105
OpenPOWER on IntegriCloud