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
2012-04-16
objective-c modern translator: buildit objc bool
Fariborz Jahanian
2012-04-16
[libclang] Spelling range for a objc category should the category name range,...
Argyrios Kyrtzidis
2012-04-16
Remove support for -fast-math metadata for the moment.
Duncan Sands
2012-04-16
Per Richard's comments on r154794, add the checks necessary to handle constan...
Eli Friedman
2012-04-16
Revert r154749 for now at John McCall's request.
Rafael Espindola
2012-04-16
Implement the last part of C++ [class.mem]p2, delaying the parsing of
Douglas Gregor
2012-04-16
Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked
Duncan Sands
2012-04-16
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-16
Make constant evaluation for pointer comparisons work correctly for some unco...
Eli Friedman
2012-04-16
The result of the Microsoft __uuidof operator must be considered a global lva...
Francois Pichet
2012-04-16
Propagate alignment on lvalues through EmitLValueForField. PR12395.
Eli Friedman
2012-04-16
Add 'env' in hopes of making this test pass on Windows.
Nick Lewycky
2012-04-16
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
Nick Lewycky
2012-04-15
Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...
Craig Topper
2012-04-15
Fix tests that weren't actually verifying anything.
David Blaikie
2012-04-15
Use MDBuilder to help with metadata creation.
Duncan Sands
2012-04-15
%clang -cc1 -> %clang_cc1
Seth Cantrell
2012-04-15
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-14
objective-c modern translator: Make metadata
Fariborz Jahanian
2012-04-14
Consider visibility attributes last, so that they take precedence.
Rafael Espindola
2012-04-14
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-13
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-13
modern objective-c translator: Fixes translation of
Fariborz Jahanian
2012-04-13
modern objective-c translator: When translating
Fariborz Jahanian
2012-04-13
Remove the -cc1-level option "-pubnames-dump". Such things should stay
Douglas Gregor
2012-04-13
super and class property reference expressions don't need to be
Douglas Gregor
2012-04-13
First set of tests for ARM homogenous aggregates. C only. C++ will follow.
Anton Korobeynikov
2012-04-13
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-13
PR12500: Improve the wording of the diagnostic for a redefinition of a name
Richard Smith
2012-04-13
Support -Wc++98-compat-pedantic as requested:
Seth Cantrell
2012-04-13
Fix a trivial oversight with apple-kext static local destructors
John McCall
2012-04-13
When we're flagging a protected scope to prevent jumps into the
John McCall
2012-04-13
C++11 no longer requires files to end with a newline
Seth Cantrell
2012-04-13
Implement the missing pieces needed to support libstdc++4.7's <atomic>:
Richard Smith
2012-04-12
Warn on 64-to-32 for source value of x bits where 64 >= x > 32.
David Blaikie
2012-04-12
[analyzer] PCH deserialization optimization.
Anna Zaks
2012-04-12
[analyzer] Test case for r154451 (redefining system functions).
Anna Zaks
2012-04-12
objective-c literals: Issue warning and ignore
Fariborz Jahanian
2012-04-12
Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both
Douglas Gregor
2012-04-12
Include lambda capture init expressions in CFG.
Ted Kremenek
2012-04-12
Add -Wuninitialized test for C++11 lambdas.
Ted Kremenek
2012-04-12
Compute standard conversion sequences for conversions to atomic
Douglas Gregor
2012-04-12
objective-c numeric literal: type of boolean is
Fariborz Jahanian
2012-04-12
modern objective-c translator. ifdef'out
Fariborz Jahanian
2012-04-12
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
There's some code in the PCH reader that looks like it's needlessly complex, but
Nick Lewycky
2012-04-12
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
Testcase for previous commit.
Eric Christopher
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
[next]