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
2012-11-13
Fix IR generation for bool on PPC (and any other target where bool is not 8 b...
Eli Friedman
2012-11-13
[preprocessor] When #including something that contributes no tokens at all,
Argyrios Kyrtzidis
2012-11-13
In Lexer::LexTokenInternal, avoid code duplication; no functionality change.
Argyrios Kyrtzidis
2012-11-13
Disable accelerator tables when compiling with LTO.
Bill Wendling
2012-11-13
Fix some wrong-code bugs in implicitly-defined assignment operators:
Richard Smith
2012-11-13
A couple of small fixes to r167783
Kaelyn Uhrain
2012-11-13
[analyzer] Address Jordan's feedback for r167780.
Anna Zaks
2012-11-13
Fix bad CFG construction bug when handling C++ 'try' statements.
Ted Kremenek
2012-11-13
When filtering the list of associated namespaces so that we don't suggest people
Nick Lewycky
2012-11-12
Enable C++11 attribute syntax for warn_unused_result and allow it to be
Kaelyn Uhrain
2012-11-12
[analyzer] Follow up to r167762 - precisely determine the adjustment
Anna Zaks
2012-11-12
Factor duplicated implicit memcpy call generation code out of copy/move
Richard Smith
2012-11-12
Finish reverting r167761, it's causing test failures.
Eric Christopher
2012-11-12
Fix more try scoping bugs introduced by r167650.
David Blaikie
2012-11-12
[analyzer] Fix a regression (from r 165079): compare canonical types.
Anna Zaks
2012-11-12
Don't test for incomplete types.
Bill Wendling
2012-11-12
Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with
Richard Smith
2012-11-12
Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...
Ted Kremenek
2012-11-12
80 cols & unnecessary braces from r167736.
David Blaikie
2012-11-12
Correct printing of nested anonymous type member accesses.
David Blaikie
2012-11-12
The register constraint could mean a 16- or 8-bit register.
Bill Wendling
2012-11-12
Check that the input size is correct for the given constraint.
Bill Wendling
2012-11-12
Remove calls to getMostRecentDecl. The case they were added for in r117526 are
Rafael Espindola
2012-11-12
In Sema::MergeVarDecl we handle merging of storage classes and visibility
Rafael Espindola
2012-11-11
Fix binding of nodes in case of forEach..() matchers.
Daniel Jasper
2012-11-11
Remove unneeded includes from IdentifierTable
Nico Weber
2012-11-11
s/BCPLComment/LineComment/
Nico Weber
2012-11-10
objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.
Fariborz Jahanian
2012-11-10
Rework my implementation of circular-reference finding to not use
Douglas Gregor
2012-11-10
Add clang support of RTM from TSX
Michael Liao
2012-11-10
Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...
Ted Kremenek
2012-11-10
Disable -Wimplicit-fallthrough when not using C++.
Ted Kremenek
2012-11-10
[analyzer] When invalidating symbolic offset regions, take fields into account.
Jordan Rose
2012-11-10
Handle redeclarations of catch variables in catch blocks.
David Blaikie
2012-11-10
Diagnostic circular inheritance involving dependent base classes. We
Douglas Gregor
2012-11-10
PR14296: function parameter name collisions in function try/catch
David Blaikie
2012-11-10
Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...
Eli Friedman
2012-11-09
-Wobjc-literal-compare: look through implicit casts.
Jordan Rose
2012-11-09
PR13788: Don't perform checks on the initializer of a dependently-typed
Richard Smith
2012-11-09
PR14303: Add a NoDriverOption flag to those options which are not accepted by
Richard Smith
2012-11-09
Add a SourceLocation::printToString() that returns in a std::string what dump()
Argyrios Kyrtzidis
2012-11-09
Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer
Argyrios Kyrtzidis
2012-11-09
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,
Argyrios Kyrtzidis
2012-11-09
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
Chad Rosier
2012-11-09
[driver] Add a -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-11-09
Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__
Andy Gibbs
2012-11-09
Use isInvalidDecl() instead of isStatic() as suggested by dblaikie.
Nico Weber
2012-11-09
Don't crash on calling static member overloaded operator, PR14120
Nico Weber
2012-11-09
Remove old driver code to grab the iOS simulator version from the -D option.
Bob Wilson
[prev]
[next]