summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/ARM
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse2020-02-122-2/+2
* [DebugInfo][test] Change two MIR tests to use -start-before=livedebugvalues i...Fangrui Song2020-01-241-2/+2
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-242-2/+2
* [DebugInfo] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-201-2/+2
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-181-2/+2
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-181-2/+2
* DWARF location lists: Add section index dumpingPavel Labath2019-11-181-2/+2
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-0/+91
* [DebugInfo] Remove some users of DBG_VALUEs IsIndirect fieldJeremy Morse2019-10-152-2/+2
* [ISEL][ARM][AARCH64] Tracking simple parameter forwarding registersNikola Prica2019-10-081-0/+41
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-2/+2
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-191-1/+1
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* Describe stack-id as an enumSander de Smalen2019-06-171-4/+4
* [DebugInfo] Honour variable fragments in LiveDebugValuesJeremy Morse2019-06-131-24/+0
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-1/+24
* [DebugInfo] Ignore bitcasts when lowering stack arg dbg.valuesDavid Stenberg2019-03-181-0/+53
* [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEsDavid Stenberg2019-02-131-0/+1
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-152-3/+3
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-2/+2
* [DebugInfo] Omit location list entries with empty rangesDavid Stenberg2019-01-091-7/+8
* test/DebugInfo: Convert some tests to MIRMatthias Braun2018-11-022-114/+212
* MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun2018-10-301-1/+1
* Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun2018-10-111-1/+2
* DwarfDebug: Pick next location in case of missing location at block beginMatthias Braun2018-10-051-2/+1
* [DebugInfo] Normalize common kinds of DWARF sub-expressions.Jonas Devlieghere2018-09-052-3/+3
* [SelectionDAG] Remove debug locations from ConstantSD(FP)NodesVedant Kumar2018-06-251-3/+10
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-0918-20/+20
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-313-4/+4
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-162-9/+9
* [MIR] Fix DebugInfo tests after r319445Francis Visoiu Mistrih2017-11-301-1/+1
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-282-3/+3
* Fix an assertion in SelectionDAG::transferDbgValues()Adrian Prantl2017-11-131-0/+28
* Make DIExpression::createFragmentExpression() return an Optional.Adrian Prantl2017-11-071-0/+95
* Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl2017-11-031-0/+118
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-115-5/+5
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-117-8/+8
* SelectionDAG: Emit correct debug info for multi-register function arguments.Adrian Prantl2017-08-301-0/+77
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-304-5/+5
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-296-22/+28
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-4/+4
* Remove PrologEpilogInserter's usage of DBG_VALUE's offset fieldAdrian Prantl2017-08-011-1/+1
* Debug Info: Also check the DWARF output in assembler-only test casesAdrian Prantl2017-07-311-0/+5
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-289-31/+31
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-1/+1
* PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl2017-03-161-3/+1
* Revert "PR32288: More efficient encoding for DWARF expr subregister access."Adrian Prantl2017-03-161-1/+3
* PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl2017-03-161-3/+1
* Fix an assertion in DwarfExpression when emitting fragments in vector registersAdrian Prantl2016-12-221-0/+66
OpenPOWER on IntegriCloud