summaryrefslogtreecommitdiff
path: root/test/JitListener
AgeCommit message (Expand)AuthorFilesLines
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2-25/+25
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2-7/+7
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith2-21/+21
2015-01-09Fix the JIT event listeners and replace the associated tests.Andrew Kaylor6-537/+222
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith3-212/+212
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith3-146/+146
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith3-146/+146
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith3-146/+146
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl3-30/+30
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl3-30/+30
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl3-30/+30
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren3-0/+6
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren3-16/+16
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren3-18/+18
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-9/+1
2013-07-29Debug Info: update testing cases to pass verifier.Manman Ren3-67/+61
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2-302/+301
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling3-3/+3
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling3-3/+3
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor4-0/+548