summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF
Commit message (Expand)AuthorAgeFilesLines
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-0/+144
* Use fully qualified name when printing S_CONSTANT recordsAmy Huang2019-06-131-56/+94
* [DebugInfo] Use FrameDestroy to extend stack locations to end-of-functionJeremy Morse2019-06-131-2/+3
* [DebugInfo] Terminate all location-lists at end of blockJeremy Morse2019-06-102-6/+16
* [COFF, ARM64] Fix location of ARM64 CodeView testTom Tan2019-06-012-1/+4
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-311-0/+149
* Add enums as global variables in the IR metadata.Amy Huang2019-05-301-56/+92
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-26/+47
* Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang2019-05-161-0/+64
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-152-3/+3
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-081-15/+5
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-0170-78/+78
* [DebugInfo] Terminate more location-list ranges at the end of blocksJeremy Morse2019-04-291-5/+15
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-118-26/+26
* [DebugInfo] Track multiple registers in DbgEntityHistoryCalculatorDavid Stenberg2019-04-101-1/+1
* Revert r357256 "[DAGCombine] Improve Lifetime node chains."Hans Wennborg2019-04-031-0/+13
* [DAGCombine] Improve Lifetime node chains.Nirav Dave2019-03-291-13/+0
* [DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodesNirav Dave2019-03-271-6/+5
* Re-land r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-03-131-32/+0
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-111-0/+42
* [CodeView] Emit HasConstructorOrDestructor class option for non-trivial const...Aaron Smith2019-02-263-11/+1023
* Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-02-182-5/+38
* [DAGCombiner] Eliminate dead stores to stack.Clement Courbet2019-02-182-38/+5
* [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEsDavid Stenberg2019-02-133-6/+6
* [DebugInfo] Keep parameter DBG_VALUEs before prologue codeDavid Stenberg2019-02-121-1/+1
* [CodeView] Allow empty types in member functionsJosh Stone2019-01-231-0/+72
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang2019-01-161-2/+2
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-152-4/+4
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-1/+1
* [codeview] Check if this 'this' type of a method is a pointerReid Kleckner2018-12-261-0/+45
* [CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma2018-12-202-41/+317
* [codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner2018-12-188-46/+64
* [codeview] Look through typedefs in getCompleteTypeIndexReid Kleckner2018-12-111-0/+72
* [CodeView] Add support for ref-qualified member functions.Zachary Turner2018-11-201-0/+205
* [CodeView] Mark this pointers as const.Zachary Turner2018-11-2010-49/+77
* [CodeView] Don't print PointerAttributes when dumping.Zachary Turner2018-11-2010-36/+0
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-4/+5
* [codeview] Let the X86 backend tell us the VFRAME offset adjustmentReid Kleckner2018-11-032-6/+185
* [CodeView] Emit the correct TypeIndex for std::nullptr_t.Zachary Turner2018-11-011-0/+42
* [codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source fileReid Kleckner2018-10-121-0/+39
* [CodeView] Only add the Scoped flag for an enum type when it has an immediat...Aaron Smith2018-10-021-0/+179
* [CodeView] Emit function options for subprogram and member functionsAaron Smith2018-10-022-6/+590
* [codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner2018-10-022-2/+231
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-019-59/+772
* [X86] Handle COPYs of physregs better (regalloc hints)Simon Pilgrim2018-09-191-8/+8
* [codeview] Improve readobj FPO dumper and pdbutil register namesReid Kleckner2018-09-072-24/+160
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-287-11/+11
* DebugInfo: Improve debug location mergingDavid Blaikie2018-08-231-1/+1
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-166-22/+22
* Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne2018-07-181-3/+3
OpenPOWER on IntegriCloud