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