summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-0/+1
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-061-7/+0
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-1/+2
* Fix tests on Windows after D49466Fangrui Song2019-11-261-5/+3
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-3/+5
* Separate the MS inheritance model enum from the attribute, NFCReid Kleckner2019-11-221-6/+4
* Debug info: Emit objc_direct methods as members of their containing classAdrian Prantl2019-11-211-23/+25
* Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-201-42/+0
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...Vedant Kumar2019-11-191-10/+18
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-8/+5
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-5/+8
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-151-5/+2
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-11-151-2/+5
* Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-151-0/+42
* [clang] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-151-42/+0
* Debug Info: Nest Objective-C property function decls inside their container.Adrian Prantl2019-11-081-25/+42
* Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...Hans Wennborg2019-11-071-4/+6
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understoodVedant Kumar2019-11-041-6/+4
* make -ftime-trace also trace time spent creating debug infoLuboš Luňák2019-11-021-0/+33
* [NFC]: Removed an implicit capture argument from lambda.Sourabh Singh Tomar2019-11-021-1/+1
* Replace std::function in PrintingPolicy with a callbacks object.Richard Smith2019-10-291-2/+1
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+23
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-211-3/+3
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-181-1/+3
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+2
* CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...Simon Pilgrim2019-10-161-4/+5
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-091-2/+1
* Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-2/+2
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-4/+4
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-1/+1
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-1/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-0/+6
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-6/+0
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-0/+6
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-171-0/+2
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-051-5/+2
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-051-2/+5
* [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.Yuanfang Chen2019-09-041-9/+17
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-271-1/+6
* Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"Hans Wennborg2019-08-221-2/+1
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-201-1/+2
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+16
* Revert "[CGDebugInfo] Simplify EmitFunctionDecl parameters, NFC"Vedant Kumar2019-07-111-13/+10
* [CGDebugInfo] Simplify EmitFunctionDecl parameters, NFCVedant Kumar2019-07-111-10/+13
* [CGDebugInfo] Fix -femit-debug-entry-values crash on os_log_helpersVedant Kumar2019-07-111-3/+6
* [clang] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-4/+34
* Fix formatting after r364479Aaron Puchert2019-06-261-4/+2
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-261-3/+1
* [clang/DIVar] Emit the flag for params that have unmodified valueDjordje Todorovic2019-06-261-0/+39
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-1/+4
OpenPOWER on IntegriCloud