summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/inlining.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu2019-08-251-27/+24
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-091-14/+0
* Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu2019-07-031-0/+14
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-031-14/+0
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodesNirav Dave2019-03-271-6/+5
* Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-02-181-5/+6
* [DAGCombiner] Eliminate dead stores to stack.Clement Courbet2019-02-181-6/+5
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-1/+1
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-3/+3
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-2/+4
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-4/+2
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-2/+4
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-3/+3
* [X86] Optimization for replacing LEA with MOV at frame index elimination timeZvi Rackover2016-09-261-3/+3
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-3/+7
* [codeview] Shrink inlined call site line info tablesReid Kleckner2016-07-141-11/+6
* [CodeView] Implement function-type indicesDavid Majnemer2016-06-021-1/+7
* [codeview] Translate basic DITypes to CV type recordsReid Kleckner2016-06-011-31/+31
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-0/+44
* [codeview] Align class and print names of typesReid Kleckner2016-05-131-1/+1
* [codeview] Dump the type index on the first line of each recordReid Kleckner2016-05-131-8/+4
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-5/+4
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* [codeview] Only emit function ids for inlined functionsReid Kleckner2016-03-181-8/+40
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-1/+1
* [codeview] Improve readability of codeview assembly outputDavid Majnemer2016-02-021-5/+11
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-2/+2
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-34/+89
* [codeview] Begin to add support for inlined call sitesReid Kleckner2016-01-291-0/+160
OpenPOWER on IntegriCloud