summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-4/+4
* Revert "Revert r178079, it caused PR15637."Eric Christopher2013-04-021-34/+16
* Revert r178079, it caused PR15637.Nico Weber2013-04-011-15/+33
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-2/+4
* Improvement on r177086.Adrian Prantl2013-03-291-3/+17
* Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...David Blaikie2013-03-261-8/+7
* Debug Info: remove use of magic numbers to tweak specific debug info metadata...David Blaikie2013-03-261-33/+15
* Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky2013-03-201-2/+7
* Always declare the .block_descriptor parameter, not just the local copy.Adrian Prantl2013-03-141-9/+10
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-10/+16
* Force column info to be generated for call expressions so we canAdrian Prantl2013-03-121-11/+13
* Improve the caching of debuginfo Objective C interface types.Adrian Prantl2013-03-111-27/+59
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-061-6/+57
* Temporarily revert r176116 for compile-time performance regression.Adrian Prantl2013-02-271-28/+2
* Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl2013-02-261-2/+28
* Update Clang for a minor DIBuilder breaking change.David Blaikie2013-02-251-10/+9
* Propagate the split dwarf file information through into the backendEric Christopher2013-02-221-1/+8
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-9/+15
* Fix formatting and tabs in file.Eric Christopher2013-02-211-26/+25
* Patch for debug info of qualified-id types is 'id'Fariborz Jahanian2013-02-211-2/+8
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+5
* Revert r174246, accidentally committed.David Blaikie2013-02-021-9/+0
* BasicsDavid Blaikie2013-02-021-0/+9
* Fix exception handling line table problems introduced by r173593David Blaikie2013-02-011-1/+3
* PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie2013-01-261-1/+1
* CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-211-0/+1
* PR14472: Preserve qualifiers while unwrapping types for debug infoDavid Blaikie2013-01-211-14/+9
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+3
* The last of PR14471: Debug info support for inline in-class initializer for f...David Blaikie2013-01-201-4/+8
* Emit the function type of member function pointer types the same as member fu...David Blaikie2013-01-191-2/+9
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-161-105/+155
* Extract the instance-method case for debug info out into a separate function.David Blaikie2013-01-071-10/+10
* Simplify computing debug info type for static member functions.David Blaikie2013-01-071-26/+27
* PR14759: Improve/correct support for debug info for C++ member pointers.David Blaikie2013-01-071-32/+2
* PR14573: Unnamed parameters in debug info, Part 2David Blaikie2013-01-051-2/+2
* Emit debug info for unnamed parameters.David Blaikie2013-01-051-17/+15
* Fix fieldNo usage for lambdas. No behavior change since theEric Christopher2013-01-041-2/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-6/+6
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+32
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-2834/+2802
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-2802/+2834
* Debug Info: Emit vtables pointer members as artificial.David Blaikie2012-12-131-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-26/+9
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-5/+18
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-2/+2
* A step towards sorting out handling of triviality of special members in C++11.Richard Smith2012-11-161-1/+1
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Fix 80-column violation.Fariborz Jahanian2012-11-141-3/+5
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-0/+6
OpenPOWER on IntegriCloud