Go to file
Ted Kremenek da8a79ac8d "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant
doesn't hold.  This fix is to increase the loop unrolling count to 4, which experiments show doesn't typically impact
analysis time.  The real fix is to modify the IdempotentOperationsChecker to suppress warnings where an analysis point
could be preceded by a point where we gave up due to loop unrolling.

llvm-svn: 116769
2010-10-18 23:36:05 +00:00
clang "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant 2010-10-18 23:36:05 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx Changing <atomic> to follow Design A 2010-10-18 20:39:07 +00:00
lldb Add header files that were added to lldb.swig to the build 2010-10-18 23:00:51 +00:00
llvm ARM encoding information for [SU]SAT* instructions. 2010-10-18 23:35:38 +00:00