Go to file
Douglas Gregor 7df2126000 Harden Clang's cursor visitation logic against NULL declaration,
statement, and expression pointers. While these shouldn't happen, it's
better to be safe in libclang.

llvm-svn: 129539
2011-04-14 21:41:34 +00:00
clang Harden Clang's cursor visitation logic against NULL declaration, 2011-04-14 21:41:34 +00:00
compiler-rt <rdar://problem/9282305> install an archive for dyld and fix missing -static 2011-04-14 00:45:01 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Think-o in poisson_distribution at mean == 10 2011-04-14 15:59:22 +00:00
lldb Updated LLVM to pick up fixes to the ARM instruction 2011-04-14 02:01:31 +00:00
llvm Fix an infinite alternation in JumpThreading where two transforms would repeatedly undo each other. The solution is to perform more aggressive constant folding to make one of the edges just folded away rather than trying to thread it. 2011-04-14 21:35:50 +00:00