summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...David Blaikie2014-05-061-29/+0
* DebugInfo: Emit the definition of enums when the definition preceeds the decl...David Blaikie2014-05-061-0/+29
* PR19598: Ensure temporary metadata nodes used in debug info are destroyed.David Blaikie2014-05-061-38/+32
* Build debug info for ObjC interface types at the end of the translation unit ...David Blaikie2014-05-051-101/+23
* Simplify replacement map by avoiding duplicate values and ensuring the values...David Blaikie2014-05-051-15/+9
* PR19623: Support typedefs (and alias templates) of void.David Blaikie2014-05-011-3/+0
* [Modules] Remove the only use of the DEBUG(...) macro in the compilerChandler Carruth2014-04-211-1/+0
* Further simplify r206430.Adrian Prantl2014-04-171-13/+4
* Debug info: When collecting the parameters of C++ partial templateAdrian Prantl2014-04-171-4/+10
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-21/+12
* Add global static variables for anonymous union fields. This makesEric Christopher2014-04-101-6/+53
* DebugInfo: Support type alias templatesDavid Blaikie2014-04-061-4/+35
* DebugInfo: emit namespace aliases as named imported declarations instead of n...David Blaikie2014-04-061-2/+2
* Reapply r205655, DebugInfo: Place global constants in their appropriate context.David Blaikie2014-04-051-1/+4
* DebugInfo: Avoid emitting constnants for every useDavid Blaikie2014-04-051-1/+5
* Revert "DebugInfo: Place global constants in their appropriate context."David Blaikie2014-04-051-4/+1
* DebugInfo: Place global constants in their appropriate context.David Blaikie2014-04-041-1/+4
* DebugInfo: PR19298: function local const variables duplicated in the root scopeDavid Blaikie2014-04-041-0/+3
* DebugInfo: Include default template arguments in template type namesDavid Blaikie2014-04-021-22/+8
* Partially revert r204517 and fix a different way:Eric Christopher2014-04-011-6/+15
* Debug info: fix a crash when emitting IndirectFieldDecls, which wereAdrian Prantl2014-04-011-1/+1
* Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.Adrian Prantl2014-04-011-4/+4
* Add an explanatory comment and FIXME about the function declarationEric Christopher2014-03-271-0/+5
* Revert "Just call getContextDescriptor to get the context for subprograms"Eric Christopher2014-03-271-3/+8
* Just call getContextDescriptor to get the context for subprogramsEric Christopher2014-03-261-8/+3
* CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to theAdrian Prantl2014-03-211-1/+4
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-4/+1
* [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...Aaron Ballman2014-03-141-4/+2
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-1/+1
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-3/+1
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-6/+5
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-4/+1
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-3/+1
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-9/+6
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-3/+2
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-3/+1
* DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...David Blaikie2014-03-041-2/+7
* Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCacheReid Kleckner2014-03-041-1/+2
* DebugInfo: Improvements/corrections to conservative emission of types in expl...David Blaikie2014-03-041-1/+2
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-031-18/+51
* Update call DIBuilder::createLexicalBlock.Diego Novillo2014-03-031-1/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Pass down the debug emission kind into the compile unit for codeEric Christopher2014-02-271-4/+6
* 80-col and bad line ending fixups.Eric Christopher2014-02-261-8/+8
* Address review comments for r202185, no functionality changes.Adrian Prantl2014-02-251-2/+3
* Debug info: Generate debug info for variadic functions.Adrian Prantl2014-02-251-0/+16
* DebugInfo: Avoid unnecessarily looking up the context when the declaration is...David Blaikie2014-02-181-3/+2
* Debug info: fix a crasher when when emitting debug info forAdrian Prantl2014-02-041-3/+4
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Debug info: use the file a typedef is defined in as its decl_file insteadAdrian Prantl2014-01-211-2/+4
OpenPOWER on IntegriCloud