Go to file
Ted Kremenek b43e06fa56 For reverse data flow analyses, enqueue the blocks in reverse order.
This more likely matches with the ideal order the blocks should be visited.
This shaves another 1% off the -fsyntax-only time for compare.c (403.gcc).

llvm-svn: 100030
2010-03-31 18:45:04 +00:00
clang For reverse data flow analyses, enqueue the blocks in reverse order. 2010-03-31 18:45:04 +00:00
compiler-rt Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. 2010-03-31 17:00:48 +00:00
llvm Fix PR6750. Don't try to merge a DomainValue with itself. 2010-03-31 17:13:16 +00:00