Go to file
Jakub Staszak 17af66a62f Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero we
decide whether condition is likely to be true this way:

x == 0  ->  false
x <  0  ->  false
x <= 0  ->  false
x != 0  ->  true
x >  0  ->  true
x >= 0  ->  true

llvm-svn: 136583
2011-07-31 03:27:24 +00:00
clang Remove dead code flagged by GCC's -Wunused-but-set-variable. 2011-07-31 01:06:41 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Revert r136547, r136545, and r136542 by removing slist. 2011-07-30 21:10:18 +00:00
libcxxabi Updated comments 2011-07-25 15:00:11 +00:00
lldb Add reloc arg to standard JIT createJIT() 2011-07-30 22:42:24 +00:00
llvm Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero we 2011-07-31 03:27:24 +00:00
polly www: Memory Access Documentation Update 2011-07-21 00:08:23 +00:00