summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-52/+31
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-31/+52
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-2/+2
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-021-0/+9
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-021-14/+0
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-40/+24
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-21/+40
* Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie2014-12-291-0/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-40/+21
* Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl2014-12-231-2/+3
* Fix a typo.Adrian Prantl2014-12-191-1/+1
* CGDebugInfo: Use DIBuilder API for self-referencing DICompositeTypesDuncan P. N. Exon Smith2014-12-181-9/+10
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-21/+40
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-40/+21
* Fix a GCC error from r223803Duncan P. N. Exon Smith2014-12-091-3/+5
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-109/+98
* Debug info for blocks: Fix a bug caught by the Verifier.Adrian Prantl2014-11-211-3/+6
* DebugInfo: Fix another case of r222377 when we do have a definition of the va...David Blaikie2014-11-211-11/+7
* Remove now dead code.Frederic Riss2014-11-201-7/+0
* Prepare for the DIBuilder populating DISubprogram's Variables with null.Frederic Riss2014-11-201-1/+2
* DebugInfo: Don't emit a 'global variable' when a static member declaration is...David Blaikie2014-11-191-4/+18
* Fix a temporary MDNode leak.Frederic Riss2014-11-191-0/+7
* Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()Frederic Riss2014-11-181-11/+83
* [DebugInfo] Move collection of various function/var decl properties into help...Frederic Riss2014-11-181-59/+79
* CGDebugInfo: Update for DIBuilder API changeDuncan P. N. Exon Smith2014-11-151-5/+7
* PR16091 continued: Debug Info for member functions with undeduced return types.David Blaikie2014-11-111-13/+7
* Return a DIDescriptor from CGDebugInfo::getDeclarationOrDefinition...Frederic Riss2014-11-061-3/+3
* [DebugInfo] Do not record artificial global initializer functions in the Decl...Frederic Riss2014-11-051-1/+4
* Debug info: Emit the correct type for the __FuncPtr field in a blockAdrian Prantl2014-11-051-2/+4
* Fix 80-column and other odd formatting.Eric Christopher2014-10-261-427/+388
* CodeGen: GLValue exprs in template parameters should have reference typeDavid Majnemer2014-10-241-0/+2
* DebugInfo: Correctly describe the lexical decl context of static member varia...David Blaikie2014-10-231-2/+9
* DebugInfo: Omit scopes in -gmlt to reduce metadata size (on disk and in memory)David Blaikie2014-10-221-5/+14
* Fix whitespace introduced in r220221David Blaikie2014-10-201-1/+1
* PR21312: Fix a regression in non-type template parameters of function type th...David Blaikie2014-10-201-2/+3
* Fix indentation.David Blaikie2014-10-201-1/+1
* PR21305: Typedefs in non-type template parameters in member data pointers.David Blaikie2014-10-181-1/+1
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-9/+6
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-5/+1
* DebugInfo: Lazily built static member variable declarations should use the ca...David Blaikie2014-10-141-0/+1
* Using an explicit cast to work around MSVC 2013 not picking the conversion op...Aaron Ballman2014-10-061-1/+1
* Add FIXME/notes to the future.David Blaikie2014-10-061-0/+5
* DebugInfo: Don't include implicit special members in the list of class membersDavid Blaikie2014-10-061-18/+17
* DebugInfo: Don't include member function template specializations in the list...David Blaikie2014-10-061-10/+0
* DIBuilder: Encapsulate DIExpression's element typeDuncan P. N. Exon Smith2014-10-011-18/+16
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-011-21/+25
* Reverting r218777 while investigating buildbot breakage.Adrian Prantl2014-10-011-25/+21
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-011-21/+25
* Remove dead code from DIBuilderJyoti Allur2014-09-291-3/+3
* Include debug info for types referenced only via explicit cast expressions.David Blaikie2014-09-241-0/+8