summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile() directly.Adrian Prantl2018-12-111-3/+0
* Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl2018-12-111-1/+8
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-3/+3
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-051-3/+3
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-3/+3
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+3
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-3/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+3
* Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...Hans Wennborg2018-10-231-3/+0
* [DebugInfo] Generate debug information for labels. (After fix PR39094)Hsiangkai Wang2018-10-231-0/+3
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+5
* Add template type and value parameter metadata nodes to template variable spe...Matthew Voss2018-10-031-1/+8
* Revert "[DebugInfo] Generate debug information for labels."Vitaly Buka2018-09-271-3/+0
* [DebugInfo] Generate debug information for labels.Hsiangkai Wang2018-09-261-0/+3
* [CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet2018-09-241-13/+6
* [CodeGen] Add to emitted DebugLoc information about coverage when it's requiredCalixte Denizet2018-09-211-6/+13
* Remove all uses of DIFlagBlockByrefStructAdrian Prantl2018-09-101-2/+9
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Sam McCall2018-09-061-3/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-09-061-0/+3
* [DebugInfo][OpenCL] Address post-commit review for r338299Scott Linder2018-08-081-0/+16
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Hsiangkai Wang2018-08-061-3/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-08-061-0/+3
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Shiva Chen2018-07-241-3/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Shiva Chen2018-07-241-0/+3
* [DebugInfo] Follow-up commit to improve consistency. NFCJonas Devlieghere2018-06-281-15/+11
* [DebugInfo] Emit ObjC methods as part of interfaceJonas Devlieghere2018-06-271-0/+4
* Revert "[DebugInfo] Don't bother with MD5 checksums of preprocessed files."Paul Robinson2018-05-251-1/+0
* [DebugInfo] Don't bother with MD5 checksums of preprocessed files.Paul Robinson2018-05-251-0/+1
* Revert r331843 "[DebugInfo] Generate debug information for labels."Hans Wennborg2018-05-091-3/+0
* [DebugInfo] Generate debug information for labels.Shiva Chen2018-05-091-0/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-1/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-0/+3
* [DebugInfo] Update Checksum handling in CGDebugInfoScott Linder2018-02-121-2/+2
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-4/+21
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-20/+4
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-4/+20
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-2/+2
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-261-2/+2
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-2/+2
* [codeview] Emit nested enums and typedefs from classesReid Kleckner2017-08-081-2/+2
* [codeview] Fix class name formattingReid Kleckner2017-08-081-0/+3
* [CGDebugInfo] Finalize SubPrograms when we're done with themKeno Fischer2017-06-011-1/+1
* Simplify DINamespace caching in CGDebugInfoAdrian Prantl2017-05-121-9/+2
* Module Debug Info: Emit namespaced C++ forward decls in the correct module.Adrian Prantl2017-05-111-2/+10
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-0/+1
* [DebugInfo] Append extended dereferencing mechanism to variables' DIExpressio...Konstantin Zhuravlyov2017-03-091-0/+9
* PR32042: Create inlined debug info for EmitInlinedInheritingCXXConstructorCall.Adrian Prantl2017-02-271-3/+41
OpenPOWER on IntegriCloud