summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/fission-ranges.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-121-18/+9
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-061-17/+17
* llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie2019-10-111-9/+22
* [DebugInfo] Remove invalidated locations during LiveDebugValuesJeremy Morse2019-08-231-1/+1
* [DebugInfo] Terminate all location-lists at end of blockJeremy Morse2019-06-101-8/+12
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-1/+1
* [LiveDebugValues] Close range for previous variable's location when adding ne...Nikola Prica2019-06-031-9/+24
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-141-0/+2
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-081-15/+7
* [DebugInfo] Terminate more location-list ranges at the end of blocksJeremy Morse2019-04-291-7/+15
* DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie2018-12-141-1/+1
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-4/+7
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-0/+1
* X86, AArch64, ARM: Do not attach debug location to spill/reload instructionsMatthias Braun2018-10-051-1/+1
* Revert "X86, AArch64, ARM: Do not attach debug location to spill/reload instr...Matt Morehouse2018-10-021-1/+1
* X86, AArch64, ARM: Do not attach debug location to spill/reload instructionsMatthias Braun2018-10-011-1/+1
* [DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb2018-07-231-2/+2
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-2/+19
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"Sander de Smalen2018-02-221-11/+7
* [DebugInfo][FastISel] Fix dropping dbg.value()Sander de Smalen2018-02-171-7/+11
* llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl2017-09-131-1/+1
* 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-20/+14
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-8/+8
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-1/+1
* PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl2017-03-161-4/+4
* Revert "PR32288: More efficient encoding for DWARF expr subregister access."Adrian Prantl2017-03-161-4/+4
* PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl2017-03-161-4/+4
* Teach LiveDebugValues about lexical scopes.Adrian Prantl2016-09-281-3/+3
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-4/+3
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2015-12-161-4/+4
* Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2015-12-091-4/+4
* Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2015-12-091-4/+4
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-4/+4
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-2/+2
* 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-6/+6
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-38/+38
* Use the i8 immediate cmp instructions when possible.Rafael Espindola2015-03-161-5/+5
* Use add32ri8 and friends on fast isel.Rafael Espindola2015-03-131-1/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-29/+29
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-10/+10
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-52/+52
* [dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump.Frederic Riss2014-10-231-1/+1
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-29/+29
OpenPOWER on IntegriCloud