summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/sret.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-3/+3
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-1/+0
* DebugInfo: Use base address selection entries for debug_locDavid Blaikie2019-10-111-0/+1
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-9/+9
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-3/+3
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-3/+3
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-1/+1
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-6/+3
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-1/+1
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-4/+16
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-22/+22
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-11/+10
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-151-1/+1
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-131-1/+1
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-131-1/+1
* Temporarily revert r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-071-1/+1
* [Verifier] Check that debug values have proper sizeKeno Fischer2016-01-071-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-18/+18
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-9/+9
* 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-17/+17
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-5/+5
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-128/+128
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-3/+3
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-90/+90
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-21/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-6/+6
* Remove support for DIVariable's FlagIndirectVariable and expectAdrian Prantl2015-01-191-2/+2
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-39/+39
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-145/+145
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-95/+95
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-95/+95
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-95/+95
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-18/+18
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-18/+18
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-18/+18
* Debug info: Add a new explicit DIDescriptor flag for the "public" accessAdrian Prantl2014-08-291-2/+2
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-131-2/+2
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-271-2/+2
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-141-14/+7
* Remove command line option for CU hashing. This is on by default now.Eric Christopher2014-03-141-1/+1
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-081-0/+400
OpenPOWER on IntegriCloud