summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ASTSourceDescriptor::ModuleName to FullModuleName for clarity.Adrian Prantl2015-09-191-7/+7
* Refactor ASTReader::getSourceDescriptor(const Module &) into a constructorAdrian Prantl2015-09-191-2/+1
* CGDebugInfo: Make creating a skeleton CU in getOrCreateModuleRef optional.Adrian Prantl2015-09-181-14/+21
* Debug Info: Use the full module name as a key when caching DIModules.Adrian Prantl2015-09-181-1/+1
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+26
* Remove an unnecessary check. NFCAdrian Prantl2015-09-111-1/+1
* Remove a redundant check from CGDebugInfo::shouldOmitDefinition() (NFC).Adrian Prantl2015-09-111-7/+1
* Cleanup: Get rid of a bunch of unnecessary invocations of internString()Adrian Prantl2015-09-111-21/+14
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-12/+56
* Revert "Module Debugging: Emit forward declarations for types that are define...Adrian Prantl2015-09-111-144/+10
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-10/+144
* Cleanup: Let CGDebugInfo::ModuleRefCache use a TrackingMDNode (NFC).Adrian Prantl2015-09-111-6/+6
* [MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer2015-09-101-3/+2
* Add a getDeclContextDescriptor() helper function to CGDebugInfo. (NFC)Adrian Prantl2015-09-101-25/+23
* Remove unneeded #include.Adrian Prantl2015-09-081-1/+0
* Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl2015-09-081-3/+52
* CGDebugInfo: Instead of uniquing RetainedTypes, just refrain from retainingAdrian Prantl2015-08-271-6/+7
* CGDebugInfo: Factor out a getOrCreateStandaloneType() method.Adrian Prantl2015-08-271-3/+15
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+1
* DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFCDuncan P. N. Exon Smith2015-08-261-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...David Blaikie2015-08-121-23/+32
* DI: Update for LLVM API change for local variablesDuncan P. N. Exon Smith2015-07-311-18/+23
* DI: Make getOrCreateLimitedType() return DICompositeType, NFCDuncan P. N. Exon Smith2015-07-241-6/+4
* DI: Make StaticDataMemberCache type-safe, NFCDuncan P. N. Exon Smith2015-07-241-2/+2
* Cleanup the doxygen comments in CGDebugInfo.cpp according to the codingAdrian Prantl2015-07-081-95/+1
* Debug info: Emit distinct __block_literal_generic types for blocks withAdrian Prantl2015-07-071-6/+6
* Debug info: Don't emit a bogus location for the global block pointer typeAdrian Prantl2015-07-061-4/+4
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-011-31/+5
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-011-5/+31
* Use an early exit to improve readability. (NFC)Adrian Prantl2015-06-301-34/+32
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-301-0/+54
* Omit 'nodebug' methods from the class description.Paul Robinson2015-06-251-1/+2
* [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointerDavid Majnemer2015-06-231-1/+1
* Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.Adrian Prantl2015-06-151-4/+15
* [MS ABI, DebugInfo] Omit the size for model-less pointers-to-membersDavid Majnemer2015-05-261-3/+5
* Debug info: Adapt to new DIBuilder interface.Adrian Prantl2015-05-211-0/+1
* Debug Info: Represent local anonymous unions as anonymous unionsAdrian Prantl2015-04-291-2/+9
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-290/+289
* Revert "Debug Info: Represent local anonymous unions as anonymous unions"Adrian Prantl2015-04-291-0/+25
* Debug Info: Represent local anonymous unions as anonymous unionsAdrian Prantl2015-04-281-25/+0
* Replace getPointeeType()->isFunctionType with isMemberDataPointerTypeDavid Majnemer2015-04-241-1/+1
* DebugInfo: Prepare for removal of DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-31/+36
* DebugInfo: Prepare for deletion of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-54/+41
* DebugInfo: Prepare for deletion of subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-79/+80
* DebugInfo: Prepare for deletion of subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-16/+14
* DebugInfo: Prepare for deletion of DITypeDuncan P. N. Exon Smith2015-04-201-174/+159
* DebugInfo: Prepare for deletion of DIScopeDuncan P. N. Exon Smith2015-04-201-7/+7
* DebugInfo: Prepare for deletion of DIDescriptorDuncan P. N. Exon Smith2015-04-181-22/+13
* DebugInfo: Update for LLVM API change in DIBuilder (r235111)Duncan P. N. Exon Smith2015-04-161-91/+75
OpenPOWER on IntegriCloud