summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Include unreferenced nested types in member list only for CodeViewAdrian McCarthy2016-07-211-0/+2
* Revert "Retry "Include debug info for nested structs and classes""Adrian McCarthy2016-07-061-2/+0
* Retry "Include debug info for nested structs and classes"Adrian McCarthy2016-07-061-0/+2
* Revert "Include debug info for nested structs and classes"Adrian McCarthy2016-07-061-2/+0
* Include debug info for nested structs and classesAdrian McCarthy2016-07-061-0/+2
* [CodeView] Implement support for bitfields in ClangDavid Majnemer2016-06-301-3/+8
* Reverting 268055 as it caused PR27579.Amjad Aboud2016-04-301-11/+0
* Recommitted r264281 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-0/+11
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* Revert "Recommitted r263425 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-11/+0
* Recommitted r263425 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-0/+11
* Revert "Recommitted r261634 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-11/+0
* Recommitted r261634 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-0/+11
* Revert r261634 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-11/+0
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-0/+11
* Fix typo in comment. NFCCraig Topper2016-02-071-1/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-221-0/+12
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+1
* Fix funciton->function typo.Eric Christopher2015-12-161-1/+1
* 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
OpenPOWER on IntegriCloud