summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add a definition for FieldSize that seems to make sense here."Eric Christopher2018-07-301-1/+0
* Add a definition for FieldSize that seems to make sense here.Eric Christopher2018-07-301-0/+1
* Fix use of uninitialized variable in r338299Scott Linder2018-07-301-1/+1
* [DebugInfo][OpenCL] Generate correct block literal debug info for OpenCLScott Linder2018-07-301-34/+48
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Shiva Chen2018-07-241-26/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Shiva Chen2018-07-241-0/+26
* [CodeGen] Record if a C++ record is a trivial typeAaron Smith2018-07-231-0/+4
* [codeview] Don't emit variable templates as class membersReid Kleckner2018-07-201-5/+10
* [DebugInfo] Follow-up commit to improve consistency. NFCJonas Devlieghere2018-06-281-112/+106
* [DebugInfo] Emit ObjC methods as part of interfaceJonas Devlieghere2018-06-271-0/+44
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-221-1/+1
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-211-1/+1
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-211-1/+1
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+10
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-10/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+10
* Revert "[DebugInfo] Don't bother with MD5 checksums of preprocessed files."Paul Robinson2018-05-251-12/+4
* [DebugInfo] Don't bother with MD5 checksums of preprocessed files.Paul Robinson2018-05-251-4/+12
* [CodeView] Enable debugging of captured variables within C++ lambdasBrock Wyma2018-05-221-19/+43
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-141-2/+6
* Revert r331843 "[DebugInfo] Generate debug information for labels."Hans Wennborg2018-05-091-26/+0
* [DebugInfo] Generate debug information for labels.Shiva Chen2018-05-091-0/+26
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-231-1/+2
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-201-2/+1
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-201-1/+2
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-1/+6
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-3/+0
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-021-1/+1
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-311-1/+1
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-291-1/+1
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+3
* [CodeGen] Emit DWARF "constructor" calling conventionJonas Devlieghere2018-03-221-3/+11
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-5/+24
* [CodeGen][DebugInfo] Refactor duplicated code, NFCScott Linder2018-02-261-6/+2
* Implement function attribute artificialErich Keane2018-02-141-1/+1
* [DebugInfo] Update Checksum handling in CGDebugInfoScott Linder2018-02-121-10/+14
* Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-5/+7
* Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov2018-02-071-7/+5
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-5/+7
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-16/+25
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-25/+16
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-16/+25
* [DWARFv5] Have -gdwarf-5 generate MD5 checksumsPaul Robinson2018-01-121-1/+2
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-1/+10
* Delete dead code.Adrian Prantl2017-12-211-1/+0
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-1/+1