aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-04-05Add triple to testing case to appease poewrpc64 buildbotsManman Ren
2013-04-05Add test case for r178881.Chad Rosier
2013-04-05Allow EmitConstantInit() to emit constant initializers for objects with trivi...Alexey Samsonov
2013-04-05Add testing case for r178797Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-03Move this file into the correct directory.Eric Christopher
2013-04-03From PR9121 gcc defaulted to omitting the frame pointer on linux,Eric Christopher
2013-04-02[ms-inline asm] Test case for r178566.Chad Rosier
2013-04-02Remove target-specific alignment from test.Benjamin Kramer
2013-04-02[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...Alexey Samsonov
2013-04-02un-break remaining gdb buildbot testcases.Adrian Prantl
2013-03-30Remove old NVPTX cpus and add new NVPTX cpusJustin Holewinski
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-29Add XTEST intrinsic defined in TSX extensionMichael Liao
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