summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/debug-info-blocks.ll
AgeCommit message (Expand)Author
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2024-02-05[ARM] Convert tests to opaque pointers (NFC)Nikita Popov
2024-01-05[RemoveDIs] Handle DPValues in FastISel (#76952)Orlando Cazalet-Hyams
2020-09-30Reapply "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-22Revert "Reapply Revert "RegAllocFast: Rewrite and improve""Muhammad Omair Javaid
2020-09-21Reapply Revert "RegAllocFast: Rewrite and improve"Matt Arsenault
2020-09-18Temporarily Revert "RegAllocFast: Rewrite and improve"Eric Christopher
2020-09-18RegAllocFast: Rewrite and improveMatt Arsenault
2019-09-18Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl
2019-08-29[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locationsJeremy Morse
2019-08-29[DebugInfo] LiveDebugValues should always revisit backedges if it skips themJeremy Morse
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-16[DebugInfo] Unify dumping of address rangesJonas Devlieghere
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl
2017-08-29[dwarfdump] Pretty print location expressions and location listsReid Kleckner
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2015-12-19Hopefully fix debug-info-blocks.ll test on win32 botKeno Fischer
2015-12-19Clean up the processing of dbg.value in various placesKeno Fischer
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-17Use TargetRegisterInfo for printing MachineOperand register commentsDan Gohman
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-04Update the out-of-date dwarf expressions in these testcases.Adrian Prantl
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-08-06DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l...David Blaikie
2014-06-30Debug info: split out complex DIVariable address expressions into aAdrian Prantl
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren
2013-09-06Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-08-08Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher
2013-07-29Debug Info: update testing cases to pass verifier.Manman Ren