summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Put back doxygen comment accidentally dropped in r250418.Benjamin Kramer2015-10-151-0/+5
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-19/+0
* Support Debug Info path remappingSaleem Abdulrasool2015-10-121-0/+5
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-2/+2
* Debug Info: Use the module pointer as key for the module cache.Adrian Prantl2015-09-241-1/+1
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-221-0/+3
* Module debugging: Support submodules in the PCM/PCH debug info.Adrian Prantl2015-09-201-3/+10
* CGDebugInfo: Make creating a skeleton CU in getOrCreateModuleRef optional.Adrian Prantl2015-09-181-2/+4
* Debug Info: Use the full module name as a key when caching DIModules.Adrian Prantl2015-09-181-2/+2
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-0/+3
* Revert "Module Debugging: Emit forward declarations for types that are define...Adrian Prantl2015-09-111-9/+0
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-111-0/+9
* Cleanup: Let CGDebugInfo::ModuleRefCache use a TrackingMDNode (NFC).Adrian Prantl2015-09-111-1/+1
* Add a getDeclContextDescriptor() helper function to CGDebugInfo. (NFC)Adrian Prantl2015-09-101-2/+5
* Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl2015-09-081-0/+3
* CGDebugInfo: Factor out a getOrCreateStandaloneType() method.Adrian Prantl2015-08-271-0/+3
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+1
* Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...David Blaikie2015-08-121-1/+4
* [UB] Another place where we were trying to put string data intoChandler Carruth2015-08-041-2/+4
* DI: Update for LLVM API change for local variablesDuncan P. N. Exon Smith2015-07-311-4/+3
* DI: Make getOrCreateLimitedType() return DICompositeType, NFCDuncan P. N. Exon Smith2015-07-241-1/+2
* DI: Make StaticDataMemberCache type-safe, NFCDuncan P. N. Exon Smith2015-07-241-1/+2
* Cleanup the doxygen comments in CGDebugInfo.cpp according to the codingAdrian Prantl2015-07-081-7/+54
* Cleanup the doxygen comments in CGDebugInfo.h according to the codingAdrian Prantl2015-07-081-126/+122
* Fix the spelling of Objective-C.Adrian Prantl2015-07-081-2/+1
* Debug info: Emit distinct __block_literal_generic types for blocks withAdrian Prantl2015-07-071-1/+0
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-011-11/+0
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-011-0/+11
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-301-0/+10
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-110/+110
* DebugInfo: Prepare for removal of DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-7/+8
* DebugInfo: Prepare for deletion of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-5/+6
* DebugInfo: Prepare for deletion of subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-49/+48
* DebugInfo: Prepare for deletion of subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-5/+5
* DebugInfo: Prepare for deletion of DITypeDuncan P. N. Exon Smith2015-04-201-68/+70
* DebugInfo: Prepare for deletion of DIScopeDuncan P. N. Exon Smith2015-04-201-7/+5
* Remove dead code, NFCDuncan P. N. Exon Smith2015-04-181-3/+0
* DebugInfo: Prepare for deletion of DIDescriptorDuncan P. N. Exon Smith2015-04-181-1/+1
* DebugInfo: Update for LLVM API change in DIBuilder (r235111)Duncan P. N. Exon Smith2015-04-161-22/+21
* CodeGen: Update for LLVM API change in r228030Duncan P. N. Exon Smith2015-02-031-2/+2
* Address review feedback for r228003.Adrian Prantl2015-02-031-14/+36
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-21/+19
* Add documentation to ApplyDebugLocation.Adrian Prantl2015-02-031-2/+4
* DebugInfo: Attribute implicit boolean tests to the expression being tested, n...David Blaikie2015-01-281-0/+2
* Update the doxygen comments in CGDebugInfo.h to follow the coding standards.Adrian Prantl2015-01-271-46/+46
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-0/+4
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-211-5/+2
* Recommit r225083 (reverted in r225361) now that calls to aggregate initialize...David Blaikie2015-01-181-3/+0
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-28/+11
OpenPOWER on IntegriCloud