summaryrefslogtreecommitdiff
path: root/test/DebugInfo/MIR
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30[MIR] Fix DebugInfo tests after r319445Francis Visoiu Mistrih
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-26Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon
2017-11-10[RegisterCoalescer] Move debug value after rematerialize trivial defKarl-Johan Karlsson
2017-09-28[DebugInfo] Do not extend range for physreg in LiveDebugVariablesBjorn Pettersson
2017-09-21[dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-29[dwarfdump] Pretty print location expressions and location listsReid Kleckner
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-05[ARM] Add registers to debuginfo MIR test cases.Florian Hahn
2017-08-02Update LiveDebugValues to generate DIExpressions for spill offsetsAdrian Prantl
2017-08-01Update MIR testcase to reflect change in r309751.Adrian Prantl
2017-06-20Fix a crash in DwarfDebug::validThroughout.Adrian Prantl
2017-06-16Improve the accuracy of variable ranges .debug_loc location lists.Adrian Prantl
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-01DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.Adrian Prantl
2017-05-30MIR: remove explicit "noVRegs" property.Tim Northover
2017-05-22Don't generate line&scope debug info for meta-instructions.Adrian Prantl
2017-05-22Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl
2017-05-22Don't generate line&scope debug info for meta-instructions.Adrian Prantl
2017-03-22Don't compose DWARF expressions with multiple subregisters.Adrian Prantl
2017-03-21Revert 298388 and 298389 because they broke some AMDGPU tests.Adrian Prantl
2017-03-21Don't compose DWARF expressions with multiple subregisters.Adrian Prantl
2017-02-14Reapply r294532, reverted in r294787.Wolfgang Pieb
2017-02-10Revert r294532, it caused PR31935Nico Weber
2017-02-08Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").Wolfgang Pieb
2017-02-08Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"NAKAMURA Takumi
2017-02-07DebugInfo: Track spilled variables in LiveDebugValuesWolfgang Pieb
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-12Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...Paul Robinson
2016-12-09Bigger-hammer REQUIRES to fix Windows bot.Paul Robinson
2016-12-09Speculative REQUIRES to fix Windows bot.Paul Robinson
2016-12-09Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl
2016-12-09[DWARF] Suppress .loc directives from CFI instructionsPaul Robinson
2016-12-02When instructions are hoisted out of loops by MachineLICM, remove their debug...Wolfgang Pieb
2016-09-28Teach LiveDebugValues about lexical scopes.Adrian Prantl
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun