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-05-06
DebugInfo: Support imported modules (using directives) within lexical blocks.
David Blaikie
2013-04-30
Revert 180817 because 180816 was reverted.
Adrian Prantl
2013-04-30
Do not generate VLAs as complex variables any more, as they are now
Adrian Prantl
2013-04-22
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
2013-04-19
Give CGDebugInfo::getContextDescriptor a more specific return type
David Blaikie
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-02
Revert "Revert r178079, it caused PR15637."
Eric Christopher
2013-04-01
Revert r178079, it caused PR15637.
Nico Weber
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
Improvement on r177086.
Adrian Prantl
2013-03-26
Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...
David Blaikie
2013-03-26
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
2013-03-20
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-14
Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
2013-03-14
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-12
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-11
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
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
[next]