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
2013-04-16
Correctly propagate the storage class to function template instantiations.
Rafael Espindola
2013-04-16
[analyzer] Improve the malloc checker stack hint message
Anna Zaks
2013-04-15
[analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
2013-04-15
[analyzer] Add pretty printing to CXXBaseObjectRegion.
Anna Zaks
2013-04-15
[analyzer] Address code review for r179395
Anna Zaks
2013-04-15
[analyzer] Add more specialized error messages for corner cases as per Jordan...
Anna Zaks
2013-04-15
Break after multiline parameters.
Daniel Jasper
2013-04-15
[analyzer] Don't assert on a temporary of pointer-to-member type.
Jordan Rose
2013-04-15
Remove some dead code that has not been used since 2010.
Joey Gouly
2013-04-15
[analyzer] Be lazy about struct/array global invalidation too.
Jordan Rose
2013-04-15
[analyzer] Re-enable using global regions as a symbolic base.
Jordan Rose
2013-04-15
[analyzer] Properly invalidate global regions on opaque function calls.
Jordan Rose
2013-04-15
[analyzer] Tests: move system functions into system header simulator files.
Jordan Rose
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-15
Remove XFAIL now that the test is standalone.
Rafael Espindola
2013-04-15
[PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relev...
Argyrios Kyrtzidis
2013-04-15
Fix unused variable warning with assertions disabled.
Alexander Kornienko
2013-04-15
Use llvm::sys::IsBigEndianHost.
Rafael Espindola
2013-04-15
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
Add a missing space
Timur Iskhodzhanov
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
Fix the storage class of method instantiations.
Rafael Espindola
2013-04-15
Remove reference to MSVC only building X86 backend.
Tim Northover
2013-04-15
Local thread_local variables are implicitly 'static'. (This doesn't apply to ...
Richard Smith
2013-04-15
Properly check for a constant initializer for a thread-local variable.
Richard Smith
2013-04-15
Add triple to another test.
Richard Smith
2013-04-15
Add triples to these tests since they're now using TLS, which isn't available...
Richard Smith
2013-04-15
Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
2013-04-15
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
Comment command table: use inheritance instead of duplicating code
Dmitri Gribenko
2013-04-14
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
Removed #if 0 code that doesn't compiled if uncommented.
Rafael Espindola
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
[analyzer] Add a link to the Building a Checker in 24 Hours talk to the devel...
Anna Zaks
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Fix indentation.
Simon Atanasyan
2013-04-14
[Mips] Follow-up to r179481. Reduce code duplication. Use
Simon Atanasyan
2013-04-14
[Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
2013-04-14
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-14
Handle incompatible redeclarations of library builtins better.
John McCall
2013-04-14
[Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
2013-04-13
Simplify test so that it is more portable.
Rafael Espindola
2013-04-13
Remove duplicated comment.
Simon Atanasyan
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Use MapVector rather than simulating it.
Richard Smith
2013-04-13
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-13
Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...
Argyrios Kyrtzidis
2013-04-13
Give this test a triple so that its use of thread_local doesn't make it fail ...
Richard Smith
2013-04-13
Don't replace an existing decl in the scope chains with its
John McCall
2013-04-12
Headers: Don't try to use RSIZE_MAX unless we are freestanding.
Daniel Dunbar
[prev]
[next]