summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-06-114-28/+446
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-296-22/+22
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-28/+23
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-24/+29
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-29/+24
* [codeview] Include record prefix in global type hashingReid Kleckner2018-05-172-28/+90
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-141-91/+156
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-0957-148/+148
* [AsmPrinter] Allow emitting codeview for any windows targetMartin Storsjo2018-05-081-0/+4
* [SelectionDAG] Improve selection of DBG_VALUE using a PHI node resultBjorn Pettersson2018-04-301-3/+6
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-0/+586
* CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.Peter Collingbourne2018-04-113-8/+8
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-152-7/+335
* Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner2018-03-152-335/+7
* [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma2018-03-152-7/+335
* [FastISel] Sink local value materializations to first useReid Kleckner2018-03-141-0/+1
* Revert r327397 [CodeView] Omit forward references for unnamed structs and ...Brock Wyma2018-03-133-297/+28
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-03-133-28/+297
* [CodeView] Emit UdtSourceLine information for enumsAaron Smith2018-03-062-1/+12
OpenPOWER on IntegriCloud