aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)Author
2013-03-06Ensure that DIType is regenerated after we visit an implementationAdrian Prantl
2013-02-27Temporarily revert r176116 for compile-time performance regression.Adrian Prantl
2013-02-26Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl
2013-02-25Update Clang for a minor DIBuilder breaking change.David Blaikie
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-21Fix formatting and tabs in file.Eric Christopher
2013-02-21Patch for debug info of qualified-id types is 'id'Fariborz Jahanian
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-02Revert r174246, accidentally committed.David Blaikie
2013-02-02BasicsDavid Blaikie
2013-02-01Fix exception handling line table problems introduced by r173593David Blaikie
2013-01-26PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie
2013-01-21CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-21PR14472: Preserve qualifiers while unwrapping types for debug infoDavid Blaikie
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-20The last of PR14471: Debug info support for inline in-class initializer for f...David Blaikie
2013-01-19Emit the function type of member function pointer types the same as member fu...David Blaikie
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher
2013-01-07Extract the instance-method case for debug info out into a separate function.David Blaikie
2013-01-07Simplify computing debug info type for static member functions.David Blaikie
2013-01-07PR14759: Improve/correct support for debug info for C++ member pointers.David Blaikie
2013-01-05PR14573: Unnamed parameters in debug info, Part 2David Blaikie
2013-01-05Emit debug info for unnamed parameters.David Blaikie
2013-01-04Fix fieldNo usage for lambdas. No behavior change since theEric Christopher
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-13Debug Info: Emit vtables pointer members as artificial.David Blaikie
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian
2012-11-16A step towards sorting out handling of triviality of special members in C++11.Richard Smith
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-14Fix 80-column violation.Fariborz Jahanian
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-06Put something sane in the DWARF offset field for bitfield ObjC ivars.Eli Friedman
2012-11-02Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...David Blaikie
2012-11-02Fix debug tag type of forward declarations of struct/class in C++.David Blaikie
2012-11-01Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith
2012-10-25Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-18Fix up comment and invert order. Most simple check first.Eric Christopher
2012-10-18Add a new option for and disable column number information as thereEric Christopher
2012-10-17Revert r158009 since there are some uses of artificial functions inEric Christopher
2012-10-12Make -mms-bitfields behave consistently.Eli Friedman