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.h
Age
Commit message (
Expand
)
Author
2013-04-22
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
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-02
Revert "Revert r178079, it caused PR15637."
Eric Christopher
2013-04-01
Revert r178079, it caused PR15637.
Nico Weber
2013-03-29
Improvement on r177086.
Adrian Prantl
2013-03-26
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
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-02
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
Basics
David Blaikie
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
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
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-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-08-20
Reapply:
Eric Christopher
2012-08-17
Temporarily revert r162066 and r162062 to see if it brings the gdb
Eric Christopher
2012-08-16
Add some caching here for the builtin types.
Eric Christopher
2012-07-04
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-06-29
Update based on move of DIBuilder.h to include/llvm.
Bill Wendling
2012-06-28
Update the #include to find the DebugInfo.h in the correct place
Bill Wendling
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-02-18
Add in a caching mechanism so that forward declarations are replaced
Eric Christopher
2012-02-18
Remove UpdateCompletedType from the debug info emission. We now
Eric Christopher
2012-02-16
Reapply r150631:
Eric Christopher
2012-02-15
Revert "Add a completed/incomplete type difference. This allows us to have"
Eric Christopher
2012-02-15
Add a completed/incomplete type difference. This allows us to have
Eric Christopher
2012-02-13
Temporarily walk back a few of my recent debug info limiting changes
Eric Christopher
2012-02-08
Constify the getClassName routine and variables that come out of it,
Eric Christopher
2012-02-01
For pass-by-value record arguments to functions emit a forward decl
Eric Christopher
2012-01-26
Refactor into its own function.
Eric Christopher
2012-01-25
Refactor the record decl forward declaration code a bit.
Eric Christopher
2012-01-25
Typo.
Eric Christopher
2012-01-20
When adding types to the context chain for record types, just emit
Eric Christopher
2011-12-16
When in a limited debug information situation if we can find the original
Eric Christopher
2011-11-09
Minor cleanup, mostly reindenting. Remove one helper function that just called
Nick Lewycky
2011-10-13
Recommit:
Eric Christopher
2011-10-12
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-11
Start handling debug line and scope information better:
Eric Christopher
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
[next]