summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
AgeCommit message (Expand)Author
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2016-10-05Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.Adrian Prantl
2016-10-05Revert "Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace."Adrian Prantl
2016-10-05Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.Adrian Prantl
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
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
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-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-15DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
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-07-25Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie
2014-07-21Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie
2014-07-09Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie
2014-07-03Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher
2014-07-02Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-08-06Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren
2013-08-02Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher
2013-08-01Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren
2013-07-29Debug Info: update testing cases to pass verifier.Manman Ren
2013-07-24Update testing cases to pass debug info verifier.Manman Ren
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren
2013-06-15DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...David Blaikie
2013-06-15DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2011-04-05Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen