index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-03-25
Check for some code gen. for PR6641 test.
Fariborz Jahanian
2010-03-25
Preserve type-source information in friend declarations.
John McCall
2010-03-25
Remove support for nand atomic builtins. They are inconsistently implemented in
Daniel Dunbar
2010-03-25
Use the new vtable layout code for construction vtables.
Anders Carlsson
2010-03-25
Use Daniel's trick for XFAIL'd tests
Douglas Gregor
2010-03-25
PS3 needs __PPC__. Should this be in the PPC target?
John Thompson
2010-03-25
Add another test for weird substitutions into function types during template ...
Douglas Gregor
2010-03-25
Improve our handling of local instantiation scopes in two related ways:
Douglas Gregor
2010-03-25
When -fdump-vtable-layouts is specified, construction vtable initializers wil...
Anders Carlsson
2010-03-25
add dump() method to CanQual for debugging purposes
Nuno Lopes
2010-03-25
Properly instantiate friend class template declarations and link them into
John McCall
2010-03-25
Add a utility method.
Zhongxing Xu
2010-03-25
Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt
Bob Wilson
2010-03-25
Fix two bugs in format-string checking:
Ted Kremenek
2010-03-25
Fix '+=' accumulation error when parsing numeric amounts in a format string.
Ted Kremenek
2010-03-25
Properly instantiate and link in friend-class-template declarations.
John McCall
2010-03-25
Add c-index-test support for printing USRs.
Ted Kremenek
2010-03-25
Require that all Clang-based USRs start with the prefix 'c:' for the "USR spa...
Ted Kremenek
2010-03-25
Add methods to remove a GDM entry.
Zhongxing Xu
2010-03-25
More address point map shuffling.
Anders Carlsson
2010-03-25
Shuffle some code around; this will make it easier to use the new layout code...
Anders Carlsson
2010-03-25
Kill off two more uses of Sema::CheckReferenceInit in favor of the new
Douglas Gregor
2010-03-24
Switch static_cast from the old reference-initialization code (via
Douglas Gregor
2010-03-24
Check for ret, so that we know we hit the end of the function
Douglas Gregor
2010-03-24
When returning from a function that has a reference return type, use
Douglas Gregor
2010-03-24
Discussing with dgregor we decided that we should not force the emission of
Rafael Espindola
2010-03-24
Use llvm::SmallString instead of std::string.
Ted Kremenek
2010-03-24
Improve static analyzer diagnostic concerning the use of 'mktemp'
Ted Kremenek
2010-03-24
make the vtable tester a little friendlier, with a clean target and without r...
Douglas Gregor
2010-03-24
When pulling apart an initializer that involves a CXXConstructExpr, do
Douglas Gregor
2010-03-24
Make sure that we have File IDs for all of the unsaved files before we
Douglas Gregor
2010-03-24
Allow conversion of qualified Class type to unqualified
Fariborz Jahanian
2010-03-24
XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the ...
Douglas Gregor
2010-03-24
Control warnings about GNU extensions with -Wgnu, which has a subgroup
Douglas Gregor
2010-03-24
Implement support for -nostdc++. Fixes PR6446.
Douglas Gregor
2010-03-24
Improve diagnostics when ivar added to class
Fariborz Jahanian
2010-03-24
Silently drop dependent friend function template specializations,
Douglas Gregor
2010-03-24
Change two class forward declarations to struct forward declarations, silenci...
Douglas Gregor
2010-03-24
Code gen for multi-dimensional dynamic allocations.
Fariborz Jahanian
2010-03-24
More vtable improvements. We now compute and keep track of all vtable related...
Anders Carlsson
2010-03-24
Walk out of enums when determining effective context.
John McCall
2010-03-24
Correct that last fixit: if the user wrote
John McCall
2010-03-24
Support friend function specializations.
John McCall
2010-03-24
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-03-24
Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host).
Anders Carlsson
2010-03-24
Make the license header in smmintrin.h match the other SSE headers.
Anders Carlsson
2010-03-24
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-24
When performing name lookup for the allocation or deallocation
Douglas Gregor
2010-03-24
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-03-24
Each non-local class instantiation is its own local instantiation
Douglas Gregor
[prev]
[next]