| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert d91ed80 "[codeview] Reference types in type parent scopes" | Hans Wennborg | 2019-11-08 | 1 | -13/+0 |
| * | [codeview] Reference types in type parent scopes | Reid Kleckner | 2019-11-07 | 1 | -0/+13 |
| * | Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" | Amy Huang | 2019-10-28 | 1 | -1/+1 |
| * | Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs." | Amy Huang | 2019-10-25 | 1 | -1/+1 |
| * | Add an instruction marker field to the ExtraInfo in MachineInstrs. | Amy Huang | 2019-10-25 | 1 | -1/+1 |
| * | [COFF] Change a variable type to be const in the HeapAllocSite map. | Amy Huang | 2019-07-18 | 1 | -1/+2 |
| * | Emit global variables as S_CONSTANT records for codeview debug info. | Amy Huang | 2019-05-16 | 1 | -3/+3 |
| * | [DebugInfo] Delete TypedDINodeRef | Fangrui Song | 2019-05-07 | 1 | -4/+4 |
| * | Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ... | Amy Huang | 2019-04-24 | 1 | -0/+1 |
| * | Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db) | Amy Huang | 2019-04-23 | 1 | -1/+0 |
| * | [MS] Emit S_HEAPALLOCSITE debug info | Amy Huang | 2019-04-19 | 1 | -0/+1 |
| * | [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC | David Stenberg | 2019-04-10 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [codeview] Check if this 'this' type of a method is a pointer | Reid Kleckner | 2018-12-26 | 1 | -1/+1 |
| * | [CodeView] Emit global variables within lexical scopes to limit visibility | Brock Wyma | 2018-12-20 | 1 | -4/+25 |
| * | [DebugInfo] Move several private headers to include directory | Yonghong Song | 2018-12-18 | 1 | -2/+2 |
| * | [codeview] Add begin/endSymbolRecord helpers, NFC | Reid Kleckner | 2018-12-14 | 1 | -1/+10 |
| * | [CodeView] Add support for ref-qualified member functions. | Zachary Turner | 2018-11-20 | 1 | -0/+4 |
| * | [codeview] Expose -gcodeview-ghash for global type hashing | Reid Kleckner | 2018-11-16 | 1 | -0/+3 |
| * | [codeview] Let the X86 backend tell us the VFRAME offset adjustment | Reid Kleckner | 2018-11-03 | 1 | -0/+3 |
| * | [codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source file | Reid Kleckner | 2018-10-12 | 1 | -0/+2 |
| * | [CodeView] Emit function options for subprogram and member functions | Aaron Smith | 2018-10-02 | 1 | -4/+4 |
| * | [codeview] Fix 32-bit x86 variable locations in realigned stack frames | Reid Kleckner | 2018-10-02 | 1 | -0/+2 |
| * | [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL | Reid Kleckner | 2018-10-01 | 1 | -2/+28 |
| * | [codeview] Remove dead code | Reid Kleckner | 2018-09-14 | 1 | -4/+0 |
| * | [DebugInfo] Do not generate label debug info if it has been processed. | Hsiangkai Wang | 2018-09-06 | 1 | -2/+2 |
| * | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-17 | 1 | -1/+1 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr... | Bruno Cardoso Lopes | 2018-08-14 | 1 | -1/+1 |
| * | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-14 | 1 | -1/+1 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels." | Vlad Tsyrklevich | 2018-07-31 | 1 | -1/+1 |
| * | [DebugInfo] Generate DWARF debug information for labels. | Hsiangkai Wang | 2018-07-31 | 1 | -1/+1 |
| * | Revert "[DebugInfo] Generate DWARF debug information for labels." | Shiva Chen | 2018-07-24 | 1 | -1/+1 |
| * | [DebugInfo] Generate DWARF debug information for labels. | Shiva Chen | 2018-07-24 | 1 | -1/+1 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -2/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -5/+5 |
| * | [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... | Brock Wyma | 2018-04-16 | 1 | -0/+4 |
| * | [Debuginfo][COFF] Minimal serialization support for precompiled types records | Alexandre Ganea | 2018-04-09 | 1 | -1/+2 |
| * | Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo... | Reid Kleckner | 2018-03-15 | 1 | -1/+37 |
| * | [codeview] Delete FunctionInfo copy ctor and move out of DenseMap | Reid Kleckner | 2018-03-15 | 1 | -1/+6 |
| * | Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for... | Reid Kleckner | 2018-03-15 | 1 | -37/+1 |
| * | [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes | Brock Wyma | 2018-03-15 | 1 | -1/+37 |
| * | [CodeView] Emit UdtSourceLine information for enums | Aaron Smith | 2018-03-06 | 1 | -0/+2 |
| * | [CodeView] Lower __restrict and other pointer qualifiers correctly | Reid Kleckner | 2018-02-27 | 1 | -2/+6 |
| * | [CodeView] Teach clang to emit the .debug$H COFF section. | Zachary Turner | 2017-12-13 | 1 | -2/+4 |
| * | Split TypeTableBuilder into two classes. | Zachary Turner | 2017-11-30 | 1 | -2/+2 |
| * | [codeview] Merge file checksum entries for DIFiles with the same absolute path | Reid Kleckner | 2017-10-31 | 1 | -2/+3 |
| * | Mark static member functions as static in CodeViewDebug | Adrian McCarthy | 2017-09-13 | 1 | -1/+2 |
| * | Add llvm.codeview.annotation to implement MSVC __annotation | Reid Kleckner | 2017-09-05 | 1 | -0/+2 |
| * | [codeview] Generalize DIExpression parsing to handle load chains | Reid Kleckner | 2017-08-31 | 1 | -1/+1 |
| * | Reland r311957 [codeview] support more DW_OPs for more complete debug info | Bob Haarman | 2017-08-29 | 1 | -0/+6 |