| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak regex not to accidentally match a trailing \r. | Benjamin Kramer | 2010-09-15 | 1 | -1/+1 |
* | Fix pointer-signext.c test case: it was relying on value names, which don't a... | Cameron Esfahani | 2010-09-15 | 1 | -3/+3 |
* | Fix Windows64 target info so pointer arithmetic is done correctly, and no sig... | Cameron Esfahani | 2010-09-15 | 1 | -0/+32 |
* | Fix VLA miscompilation. | Argyrios Kyrtzidis | 2010-09-14 | 1 | -1/+16 |
* | Clean up in buildbot directories. | Jakob Stoklund Olesen | 2010-09-13 | 1 | -0/+1 |
* | Try to get this to stop leaving a temporary file on linux. | Eric Christopher | 2010-09-13 | 1 | -1/+1 |
* | Congruent diagnostic for void* arithmetic. | Abramo Bagnara | 2010-09-13 | 1 | -0/+3 |
* | Have Sema check for validity of CGString literal | Fariborz Jahanian | 2010-09-07 | 1 | -3/+1 |
* | Adjust a test that's expecting optimizations to be done | Dale Johannesen | 2010-09-07 | 1 | -3/+3 |
* | Due to asmparser improvements, this error message is now better | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | move the hackaround for PR6537 to catch unions as well, | Chris Lattner | 2010-09-06 | 1 | -4/+23 |
* | PR7242: Make sure to use a different context for evaluating constant | Eli Friedman | 2010-09-06 | 1 | -0/+9 |
* | A constant initializer never matches the type of the variable it's | John McCall | 2010-09-03 | 1 | -1/+6 |
* | IRgen: Fix silly thinko in r112021, which was generating code for the same expr | Daniel Dunbar | 2010-09-03 | 1 | -0/+4 |
* | stop looking for #uses comments. | Chris Lattner | 2010-09-02 | 2 | -8/+8 |
* | remove some tests that aren't adding any value: the check lines don't | Chris Lattner | 2010-09-02 | 4 | -153/+10 |
* | Newline at end of file. | Bill Wendling | 2010-09-02 | 1 | -1/+1 |
* | Correct this test for the fact that the number of uses is now printed | Duncan Sands | 2010-09-02 | 1 | -6/+6 |
* | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner | 2010-08-30 | 1 | -0/+7 |
* | add radar # | Chris Lattner | 2010-08-26 | 1 | -0/+1 |
* | fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in | Chris Lattner | 2010-08-26 | 1 | -1/+7 |
* | vector of long and ulong are also classified as INTEGER in x86-64 abi, | Chris Lattner | 2010-08-26 | 1 | -0/+6 |
* | 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, | Chris Lattner | 2010-08-26 | 1 | -0/+5 |
* | tame an assertion, fixing rdar://8357396 | Chris Lattner | 2010-08-26 | 1 | -0/+9 |
* | Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! | Argyrios Kyrtzidis | 2010-08-25 | 1 | -6/+1 |
* | Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of | Chris Lattner | 2010-08-25 | 1 | -3/+8 |
* | Make sure volatile variables are emitted even if static. Fixes rdar://8315219 | Argyrios Kyrtzidis | 2010-08-25 | 1 | -1/+6 |
* | IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating | Daniel Dunbar | 2010-08-25 | 1 | -0/+8 |
* | Fix 'for' loop variables' scope. | Devang Patel | 2010-08-25 | 1 | -0/+14 |
* | Add some missing X86-specific asm constraint letters, and fix | Dale Johannesen | 2010-08-24 | 1 | -0/+22 |
* | Emit debug info for enum constants. | Devang Patel | 2010-08-23 | 1 | -0/+11 |
* | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall | 2010-08-22 | 1 | -4/+4 |
* | Avoid including mm_malloc.h in a cc1 test, it pulls in system headers. | Benjamin Kramer | 2010-08-21 | 1 | -0/+2 |
* | This test needs a triple: it's checking the alignment of a pointer in bytes. | John McCall | 2010-08-21 | 1 | -1/+1 |
* | IRgen: Set the alignment correctly when creating LValue for a decls. | Daniel Dunbar | 2010-08-21 | 2 | -8/+97 |
* | Improve test coverage. | Daniel Dunbar | 2010-08-21 | 1 | -0/+7 |
* | fix some vector extractions to return properly zero extended values | Chris Lattner | 2010-08-20 | 1 | -1/+14 |
* | support for predicates with bool/pixel arguments | Anton Yartsev | 2010-08-19 | 1 | -0/+193 |
* | support for the rest of AltiVec functions with bool/pixel arguments and retur... | Anton Yartsev | 2010-08-19 | 1 | -49/+509 |
* | support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec... | Anton Yartsev | 2010-08-19 | 1 | -0/+39 |
* | support for vec_add, vec_adds, vec_and, vec_andc with bool arguments | Anton Yartsev | 2010-08-16 | 1 | -15/+182 |
* | Make use of __func__ in a block actually refer to | Fariborz Jahanian | 2010-08-13 | 1 | -0/+1 |
* | update test to reflect r110876 change. | Devang Patel | 2010-08-12 | 1 | -1/+1 |
* | Revise r110163: don't mark weak functions nounwind, because the optimizer | John McCall | 2010-08-11 | 1 | -0/+7 |
* | Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need them | Bruno Cardoso Lopes | 2010-08-11 | 1 | -2/+0 |
* | ARM: Recognize single precision float register names. | Daniel Dunbar | 2010-08-11 | 1 | -0/+14 |
* | ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. | Daniel Dunbar | 2010-08-11 | 1 | -0/+8 |
* | Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -6/+0 |
* | Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -4/+0 |
* | Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -2/+0 |