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
/
CodeGen
Age
Commit message (
Expand
)
Author
2013-03-27
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-27
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-27
Add a front-end test case for r178186.
Chad Rosier
2013-03-26
Add PRFCHW intrinsic support
Michael Liao
2013-03-25
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-25
IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
2013-03-23
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-22
Use RequireCompleteType() instead of isIncompleteType().
Bill Wendling
2013-03-22
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-21
Add more testing cases for tbaa.struct
Manman Ren
2013-03-20
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-19
Test case for r177439 and r177440.
Chad Rosier
2013-03-19
Update test for r177413.
Chad Rosier
2013-03-19
PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,
Richard Smith
2013-03-18
Test case for r177347.
Chad Rosier
2013-03-18
Update testcase for r177340.
Bill Wendling
2013-03-13
Really fix the MIPS test.
Bill Wendling
2013-03-13
Attempt to fix test.
Bill Wendling
2013-03-13
Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
2013-03-10
PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...
Anton Yartsev
2013-03-09
When lexing in C11 mode, accept unicode character and string literals, per C11
Richard Smith
2013-03-07
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
Evaluate compound literals directly into the result aggregate
John McCall
2013-03-06
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-05
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-03
Remove unused check from test.
David Chisnall
2013-03-03
Improve C11 atomics support:
David Chisnall
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-26
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add a front-end test case for r176036.
Chad Rosier
2013-02-25
Add forgotten testcase.
Eric Christopher
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-23
Implement __builtin_eh_return_data_regno() for ARM and MIPS.
Logan Chien
2013-02-23
Test that attribute(availability) doesn't override private_extern.
John McCall
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
Make for x86 to stop it failing on ARM buildbots.
Bill Wendling
2013-02-21
Try to get buildbots to pass these tests.
Bill Wendling
2013-02-20
Attempt to clean up tests for non-X86 platforms.
Bill Wendling
2013-02-20
[ms-inline asm] Remove this test while I investigate why eax isn't being clob...
Chad Rosier
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-17
Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""
Dmitri Gribenko
2013-02-15
Add test case for r175312.
Chad Rosier
[next]