summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-0/+3
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-051-3/+0
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-041-38/+9
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-031-9/+38
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-0/+3
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-3/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-3/+3
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-3/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-3/+3
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-3/+3
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-3/+3
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-3/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-18/+30
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-2/+5
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-1/+2
* Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl2018-11-091-1/+1
* Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim2018-11-091-1/+1
* 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
OpenPOWER on IntegriCloud