summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant check for nullptr.Adrian Prantl2017-03-271-2/+2
* [codeview] Don't assert when the user violates the ODRReid Kleckner2017-03-241-28/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-2/+2
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-3/+2
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-2/+3
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-3/+2
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-2/+2
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-161-14/+2
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-3/+5
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-111-0/+1
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-2/+2
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-2/+3
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-11/+14
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-13/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-14/+11
* Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-17/+13
* [CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner2016-12-161-13/+17
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-11/+14
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-14/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-11/+14
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-2/+2
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-2/+2
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-4/+5
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-5/+5
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-95/+109
* Emit S_COMPILE3 record once per TU rather than once per functionAdrian McCarthy2016-11-021-2/+5
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-021-16/+14
* DebugInfo: make DW_TAG_atomic_type validVictor Leschuk2016-10-311-1/+2
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-251-1/+4
* [codeview] Truncate records to maximum record size near 64KBReid Kleckner2016-10-051-4/+7
* [codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* recordsReid Kleckner2016-10-051-36/+65
* Clamp version number in S_COMPILE3 to avoid overflowing 16-bit field.Adrian McCarthy2016-09-291-5/+6
* [codeview] Use character types for all byte-sized integer typesReid Kleckner2016-09-291-10/+10
* Fix syntactical nit from r281990.Adrian McCarthy2016-09-201-3/+3
* Emit S_COMPILE3 CodeView recordAdrian McCarthy2016-09-201-0/+127
* Fix indentation in codeview codeReid Kleckner2016-09-141-7/+7
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-6/+13
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-1/+2
* [codeview] Don't assert if the array element type is incompleteReid Kleckner2016-09-091-15/+26
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-16/+14
* [codeview] Emit vtable shape informationReid Kleckner2016-08-311-2/+23
* [codeview] Remove redundant TypeTable lookupReid Kleckner2016-08-301-17/+1
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-2/+3
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-36/+35
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-2/+2
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-2/+2
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-1/+1
OpenPOWER on IntegriCloud