summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a use-after-free introduced by r344915.Adrian Prantl2018-11-091-1/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+4
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-4/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-3/+3
* Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl2018-10-241-0/+9
* Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...Hans Wennborg2018-10-231-26/+0
* [DebugInfo] Generate debug information for labels. (After fix PR39094)Hsiangkai Wang2018-10-231-0/+26
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-1/+23
* Add template type and value parameter metadata nodes to template variable spe...Matthew Voss2018-10-031-5/+51
* Revert "[DebugInfo] Generate debug information for labels."Vitaly Buka2018-09-271-26/+0
* [DebugInfo] Generate debug information for labels.Hsiangkai Wang2018-09-261-0/+26
* [CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet2018-09-241-15/+11
* [CodeGen] Add to emitted DebugLoc information about coverage when it's requiredCalixte Denizet2018-09-211-11/+15
* Remove all uses of DIFlagBlockByrefStructAdrian Prantl2018-09-101-17/+15
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Sam McCall2018-09-061-26/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-09-061-0/+26
* [DEBUGINFO] Add support for emission of the debug directives only.Alexey Bataev2018-08-311-0/+3
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-3/+2
* Update comments in CGDebugInfo to reflect changes in the MS mangler, NFCReid Kleckner2018-08-171-12/+26
* Disable pubnames in NVPTX debug info using metadataDavid Blaikie2018-08-161-2/+5
* Update for LLVM API changeDavid Blaikie2018-08-161-1/+2
* [DebugInfo][OpenCL] Address post-commit review for r338299Scott Linder2018-08-081-55/+81
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Hsiangkai Wang2018-08-061-26/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-08-061-0/+26
* 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
OpenPOWER on IntegriCloud