summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Tweak regex not to accidentally match a trailing \r.Benjamin Kramer2010-09-151-1/+1
* Fix pointer-signext.c test case: it was relying on value names, which don't a...Cameron Esfahani2010-09-151-3/+3
* Fix Windows64 target info so pointer arithmetic is done correctly, and no sig...Cameron Esfahani2010-09-151-0/+32
* Fix VLA miscompilation.Argyrios Kyrtzidis2010-09-141-1/+16
* Clean up in buildbot directories.Jakob Stoklund Olesen2010-09-131-0/+1
* Try to get this to stop leaving a temporary file on linux.Eric Christopher2010-09-131-1/+1
* Congruent diagnostic for void* arithmetic.Abramo Bagnara2010-09-131-0/+3
* Have Sema check for validity of CGString literalFariborz Jahanian2010-09-071-3/+1
* Adjust a test that's expecting optimizations to be doneDale Johannesen2010-09-071-3/+3
* Due to asmparser improvements, this error message is now betterChris Lattner2010-09-061-1/+1
* move the hackaround for PR6537 to catch unions as well,Chris Lattner2010-09-061-4/+23
* PR7242: Make sure to use a different context for evaluating constantEli Friedman2010-09-061-0/+9
* A constant initializer never matches the type of the variable it'sJohn McCall2010-09-031-1/+6
* IRgen: Fix silly thinko in r112021, which was generating code for the same exprDaniel Dunbar2010-09-031-0/+4
* stop looking for #uses comments.Chris Lattner2010-09-022-8/+8
* remove some tests that aren't adding any value: the check lines don'tChris Lattner2010-09-024-153/+10
* Newline at end of file.Bill Wendling2010-09-021-1/+1
* Correct this test for the fact that the number of uses is now printedDuncan Sands2010-09-021-6/+6
* Fix PR8029, a x86-32 ABI regression in introduced in r112211Chris Lattner2010-08-301-0/+7
* add radar #Chris Lattner2010-08-261-0/+1
* fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes inChris Lattner2010-08-261-1/+7
* vector of long and ulong are also classified as INTEGER in x86-64 abi,Chris Lattner2010-08-261-0/+6
* 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong,Chris Lattner2010-08-261-0/+5
* tame an assertion, fixing rdar://8357396Chris Lattner2010-08-261-0/+9
* Revert r112043, static volatiles are removed by the optimizer. Thanks Chris!Argyrios Kyrtzidis2010-08-251-6/+1
* Finally pass "two floats in a 64-bit unit" as a <2 x float> instead ofChris Lattner2010-08-251-3/+8
* Make sure volatile variables are emitted even if static. Fixes rdar://8315219Argyrios Kyrtzidis2010-08-251-1/+6
* IRgen: Fix a horrible bug in pointer to bool conversion, which we were treatingDaniel Dunbar2010-08-251-0/+8
* Fix 'for' loop variables' scope.Devang Patel2010-08-251-0/+14
* Add some missing X86-specific asm constraint letters, and fixDale Johannesen2010-08-241-0/+22
* Emit debug info for enum constants.Devang Patel2010-08-231-0/+11
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-4/+4
* Avoid including mm_malloc.h in a cc1 test, it pulls in system headers.Benjamin Kramer2010-08-211-0/+2
* This test needs a triple: it's checking the alignment of a pointer in bytes.John McCall2010-08-211-1/+1
* IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar2010-08-212-8/+97
* Improve test coverage.Daniel Dunbar2010-08-211-0/+7
* fix some vector extractions to return properly zero extended valuesChris Lattner2010-08-201-1/+14
* support for predicates with bool/pixel argumentsAnton Yartsev2010-08-191-0/+193
* support for the rest of AltiVec functions with bool/pixel arguments and retur...Anton Yartsev2010-08-191-49/+509
* support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec...Anton Yartsev2010-08-191-0/+39
* support for vec_add, vec_adds, vec_and, vec_andc with bool argumentsAnton Yartsev2010-08-161-15/+182
* Make use of __func__ in a block actually refer toFariborz Jahanian2010-08-131-0/+1
* update test to reflect r110876 change.Devang Patel2010-08-121-1/+1
* Revise r110163: don't mark weak functions nounwind, because the optimizerJohn McCall2010-08-111-0/+7
* Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need themBruno Cardoso Lopes2010-08-111-2/+0
* ARM: Recognize single precision float register names.Daniel Dunbar2010-08-111-0/+14
* ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc.Daniel Dunbar2010-08-111-0/+8
* Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_...Bruno Cardoso Lopes2010-08-111-6/+0
* Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti...Bruno Cardoso Lopes2010-08-111-4/+0
* Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built...Bruno Cardoso Lopes2010-08-111-2/+0
OpenPOWER on IntegriCloud