Go to file
Johannes Doerfert 9b1f9c8b61 Allow eager evaluated binary && and || conditions
The domain generation can handle lazy && and || by default but eager
  evaluated expressions were dismissed as non-affine. With this patch we
  will allow arbitrary combinations of and/or bit-operations in the
  conditions of branches.

Differential Revision: http://reviews.llvm.org/D13624

llvm-svn: 249971
2015-10-11 13:21:03 +00:00
clang [CMake] Always generate and install cmake config files on CMake>=3.0. 2015-10-10 02:37:30 +00:00
clang-tools-extra [clang-tidy] Python script for easy check rename 2015-10-11 07:58:34 +00:00
compiler-rt builtins: spell inline as __inline 2015-10-10 21:21:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Turn off -pedantic by default when building due to #include_next. :-( 2015-10-10 03:34:52 +00:00
libcxxabi Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch. 2015-10-08 03:02:09 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2] Implement -T/--script. 2015-10-11 03:53:36 +00:00
lldb Fixup log enable --stack so it works on Linux. 2015-10-10 01:26:47 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [X86][SSE] Vector signed/unsigned integer compare tests. 2015-10-10 22:21:05 +00:00
openmp [OMPT] Reduce overhead of OMPT 2015-10-09 17:42:52 +00:00
polly Allow eager evaluated binary && and || conditions 2015-10-11 13:21:03 +00:00