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
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
2011-10-06
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-09-29
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-08-15
Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...
Devang Patel
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-06-24
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-14
Move GlobalDecl to AST
Peter Collingbourne
2011-05-31
List c++ class type as public type in dwarf debug info output.
Devang Patel
2011-04-25
Simplify. There is no need to have a method to just call another method.
Devang Patel
2011-04-23
Tie debug information for method declaration with debug information for metho...
Devang Patel
2011-04-18
Fix typo in comment.
Devang Patel
2011-04-16
Emit proper selector name in debug info.
Devang Patel
2011-04-05
Emit debug info for function template parameters.
Devang Patel
2011-04-05
Refactor.
Devang Patel
2011-03-23
Update type cache when a type is completed.
Devang Patel
2011-03-03
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
revert r126858.
Devang Patel
2011-03-02
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Revert r126794.
Devang Patel
2011-03-01
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-02-22
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-16
Simplify test to check an aggregate argument that has non trivial constructor...
Devang Patel
2011-02-09
If an aggregate argument is passed indirectly because it has non trivial
Devang Patel
2011-02-07
A few more tweaks to the blocks AST representation:
John McCall
2011-01-22
Debug info generation for rvalue references
Douglas Gregor
2011-01-17
Simplify.
Devang Patel
2010-12-09
Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace().
Devang Patel
2010-12-09
Remove unused parameter.
Devang Patel
2010-12-08
Start using DIBuilder. It provides cleaner interface.
Devang Patel
2010-11-01
Simplify. Builtin types' context is always implied.
Devang Patel
2010-10-28
Basic types are language defined builtins. They are always defined at top mos...
Devang Patel
[next]