summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-11-30-misched-dbg.ll
AgeCommit message (Expand)AuthorFilesLines
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-4/+4
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-2/+2
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-2/+2
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-2/+2
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-2/+2
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-26/+26
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2015-04-15DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith1-2/+2
2015-03-27DebugInfo: Update testcases with invalid variablesDuncan P. N. Exon Smith1-2/+2
2015-03-23DebugInfo: Overload get() in DIDescriptor subclassesDuncan P. N. Exon Smith1-1/+1
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-27/+27
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-34/+34
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-25/+25
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-25/+25
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-25/+25
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-3/+3
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-3/+3
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-3/+3
2014-07-25DebugInfo: Fix up some test cases to have more correct debug info metadata.David Blaikie1-2/+9
2014-06-24Fix up scoping in a few tests (and delete one that validates unnecessary beha...David Blaikie1-9/+9
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-4/+3
2013-11-23Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-1/+1
2013-07-27Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren1-1/+1
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren1-2/+2
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie1-16/+16
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-16/+16
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie1-1/+1
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-3/+3
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-7/+9
2012-12-05RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick1-0/+49
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling1-1/+1
2012-12-01misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick1-0/+85