index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
2013-04-17
Remove dead option.
Eric Christopher
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-17
Test cases for r179655.
Chad Rosier
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
Make test portable.
Ted Kremenek
2013-04-16
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
2013-04-16
Trying fixing test to make buildbot happy again.
Fariborz Jahanian
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-16
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
modify test to try to make buildbot happy.
Fariborz Jahanian
2013-04-16
Remove setjmp.h header file from Sema/return.c test and include necessary
Jyotsna Verma
2013-04-16
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
Use -emit-llvm for the following tests to stop them from failing for Hexagon:
Jyotsna Verma
2013-04-16
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-16
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-16
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-04-16
Add support for sparcv9 targets.
Jakob Stoklund Olesen
2013-04-16
Basic support for Microsoft property declarations and
John McCall
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
[analyzer] Don't assert on a temporary of pointer-to-member type.
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
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-14
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
[next]