summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
AgeCommit message (Expand)Author
2018-09-14[codeview] Remove dead codeReid Kleckner
2018-09-06[DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang
2018-06-11[CodeView] Omit forward references for unnamed structs and unionsBrock Wyma
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-14[CodeView] Improve debugging of virtual base class member variablesBrock Wyma
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-04-16[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma
2018-04-11CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.Peter Collingbourne
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2018-03-15Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner
2018-03-15[codeview] Fix sense of the assertion about hashtable insertionReid Kleckner
2018-03-15[codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner
2018-03-15Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...Reid Kleckner
2018-03-15[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopesBrock Wyma
2018-03-14TargetMachine: Add address space to getPointerSizeMatt Arsenault
2018-03-13Revert r327397 [CodeView] Omit forward references for unnamed structs and ...Brock Wyma
2018-03-13[CodeView] Omit forward references for unnamed structs and unionsBrock Wyma
2018-03-12[SelectionDAG] Improve handling of dangling debug infoBjorn Pettersson
2018-03-06[CodeView] Emit UdtSourceLine information for enumsAaron Smith
2018-02-27[CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner
2018-02-27[AsmPrinter] Handle qualified unnamed types in CodeView printerShoaib Meenai
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-11[CodeView] Allow variable names to be as long as the codeview format supportsBrock Wyma
2018-02-01[CodeView] Class record member counts should include base classes and ...Brock Wyma
2018-01-30Test commit.Brock Wyma
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-11[CodeView] Fix the type for a variadic argumentAaron Smith
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-10-31[codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-09-19Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner
2017-09-16Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann
2017-09-15Fix Bug 30978 by emitting cv file checksums.Eric Beckmann
2017-09-15[codeview] Use a type index of zero for static method "this" typesReid Kleckner
2017-09-13[codeview] Fold FIXME into comment, there's nothing to do. NFCReid Kleckner
2017-09-13[codeview] VLAs and unsized arrays should use a size of zeroReid Kleckner
2017-09-13Mark static member functions as static in CodeViewDebugAdrian McCarthy
2017-09-05[CodeView] Don't output S_UDTs for nested typedefs.Zachary Turner
2017-09-05Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner
2017-08-31[codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner
2017-08-30[codeview] make DbgVariableLocation::extractFromMachineInstruction use OptionalBob Haarman
2017-08-29[NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cppBob Haarman