summaryrefslogtreecommitdiffstats
path: root/llvm/test/JitListener
Commit message (Expand)AuthorAgeFilesLines
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-092-4/+4
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-061-1/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-152-8/+6
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-012-2/+2
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-032-42/+42
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-052-8/+8
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-282-4/+4
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-2/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-4/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-292-44/+44
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-032-25/+25
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-7/+7
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-142-21/+21
* Fix the JIT event listeners and replace the associated tests.Andrew Kaylor2015-01-096-537/+222
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-153-212/+212
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-033-146/+146
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-023-146/+146
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-023-146/+146
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-013-30/+30
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-013-30/+30
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-013-30/+30
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-223-0/+6
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-063-16/+16
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-263-18/+18
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-9/+1
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-293-67/+61
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-302/+301
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-043-3/+3
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-043-3/+3
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-214-0/+548
OpenPOWER on IntegriCloud