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
Age
Commit message (
Expand
)
Author
2010-03-01
Split out types that are non-canonical unless dependent as their own
John McCall
2010-03-01
More rewriter of nested blocks fun stuff.
Fariborz Jahanian
2010-03-01
Unbreak the build
Douglas Gregor
2010-03-01
Keep an explicit stack of function and block scopes, each element of
Douglas Gregor
2010-03-01
Fix the lookup of names used in a friend declaration to not attempt to
Chandler Carruth
2010-03-01
fix PR5933: don't warn about unused variables if a function has other errors ...
Chris Lattner
2010-03-01
Implement jump checking for initialized c++ variables, implementing
Chris Lattner
2010-03-01
Start detangling the BlockSemaInfo/Sema mess. No functionality change.
Douglas Gregor
2010-03-01
Allow a '0' precision in format strings (as the man page says it is okay).
Ted Kremenek
2010-03-01
The latest draft uses 'dt' to mangle member expressions, and now so do we.
John McCall
2010-03-01
When looking for a redeclaration of a static variable, only look for redeclar...
Douglas Gregor
2010-03-01
When instantiating a function-scoped enum, make sure that it and its
Douglas Gregor
2010-03-01
Robustify instantiation of templates when there are errors in the
Douglas Gregor
2010-03-01
Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't
John McCall
2010-03-01
Finish pushing source-location information though TreeTransform's
Douglas Gregor
2010-03-01
When looking for the instantiated declaration that corresponds to a
Douglas Gregor
2010-03-01
Since now we store the cast type with an ElementRegion, there is
Zhongxing Xu
2010-03-01
Assert when loading from a code text region instead of returning an unknown s...
Zhongxing Xu
2010-03-01
Don't warn about case-value conversions from a negative value to a
Douglas Gregor
2010-02-28
Improve name mangling for dependently-scoped declaration references.
Douglas Gregor
2010-02-28
Add name mangling for DeclRefExprs that refer to external names
Douglas Gregor
2010-02-28
Remove debug output.
Anders Carlsson
2010-02-28
Handle unused functions in construction vtables correctly.
Anders Carlsson
2010-02-28
pull some altivec stuff out of line.
Chris Lattner
2010-02-28
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-28
Implement PR6423 by using one token of lookahead to disambiguate
Chris Lattner
2010-02-28
When laying out vtables for virtual bases in construction vtables, we need to...
Anders Carlsson
2010-02-28
Support constant-evaluation of __builtin_nans* as well as the correct constant
John McCall
2010-02-28
Use getBody() to get the function definition when the decl referenced is not
Zhongxing Xu
2010-02-28
More improvements to construction vtables; we know handle vbase offsets corre...
Anders Carlsson
2010-02-28
Opt into the Verifier now that it's an opt-in feature of
Dan Gohman
2010-02-28
Pass information about whether a base is virtual or not down to getCtorVtable...
Anders Carlsson
2010-02-28
Add new function.
Anders Carlsson
2010-02-27
Fix to dumpLayout; we want to be able to dump address points even if the vtab...
Anders Carlsson
2010-02-27
Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update.
Nick Lewycky
2010-02-27
Add a simple construction vtable test.
Anders Carlsson
2010-02-27
Start fleshing out construction vtable support.
Anders Carlsson
2010-02-27
Enable the new vtable layout code for vtables that aren't construction vtable...
Anders Carlsson
2010-02-27
Move ComputeThisAdjustmentBaseOffset to VtableBuilder.
Anders Carlsson
2010-02-27
Make sure to insert the primary base in the set :)
Anders Carlsson
2010-02-27
Use the real base offset when calculating vbase offsets.
Anders Carlsson
2010-02-27
Figured out why the test was failing, this will hopefully fix it.
Anders Carlsson
2010-02-27
Don't add this adjustments for pure virtual member functions.
Anders Carlsson
2010-02-27
We want to store method info for unused functions.
Anders Carlsson
2010-02-27
Revert 97324. Chris says this cleanup could hurt -E performance.
Benjamin Kramer
2010-02-27
Move method out-of-line. I thought this would be a candidate for inlining but...
Benjamin Kramer
2010-02-27
Finish up the changes to this adjustments.
Anders Carlsson
2010-02-27
Another trivial getSpelling simplification.
Benjamin Kramer
2010-02-27
Stub out more of the 'this' pointer adjustment fixes I've been planning. Star...
Anders Carlsson
2010-02-27
Simplify code.
Benjamin Kramer
[prev]
[next]