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