summaryrefslogtreecommitdiff
path: root/test/JitListener/multiple.ll
AgeCommit message (Expand)Author
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
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-01-03Fix several accidental DOS line endings in source filesDimitry Andric
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-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2015-01-09Fix the JIT event listeners and replace the associated tests.Andrew Kaylor