summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/instructions-debug-location.mir
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* [mir] Serialize DILocation inline when not possible to use a metadata referenceDaniel Sanders2018-12-131-0/+41
* MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun2018-10-301-1/+5
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-14/+14
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-4/+4
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-21/+20
* MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun2016-08-241-2/+0
* llc: Add support for -run-pass noneMatthias Braun2016-07-161-1/+1
* [MIR] Print on the given output instead of stderr.Quentin Colombet2016-07-131-1/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-9/+8
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-191-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
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-28/+25
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+35
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-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-1/+1
* MIR Tests: Add liveins and successors to make tests pass with machine verifier.Alex Lorenz2015-07-241-0/+1
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-221-0/+65
OpenPOWER on IntegriCloud