Go to file
Johannes Doerfert 77bd5ae3d9 [Fix] Allow pointer types as access elements and compare them correctly
This fixes two problems which are usualy caused together:
    1) The elements of an isl AST access expression could be pointers
       not only integers, floats and vectores thereof.
    2) The runtime alias checks need to compare pointers but if they
       are of a different type we need to cast them into a "max" type
       similar to the non pointer case.

llvm-svn: 218113
2014-09-19 08:49:02 +00:00
clang clang-format: Prevent column layout if elements aren't uniform enough. 2014-09-19 08:28:43 +00:00
clang-tools-extra [clang-tidy] Don't leak the TodoCommentHandler object 2014-09-18 18:59:50 +00:00
compiler-rt builtins: 80-column 2014-09-19 01:35:08 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure that signed and unsigned verstions produce the same sequence. 2014-09-17 18:33:58 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld PECOFF: loosen another assumption of x86 only 2014-09-19 06:09:33 +00:00
lldb Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
llvm [x86] Teach the new vector shuffle lowering to also use pmovzx for v4i32 2014-09-19 08:37:44 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Allow pointer types as access elements and compare them correctly 2014-09-19 08:49:02 +00:00