Go to file
Dan Gohman 1ef784db67 The introduction of indirectbr meant the introduction of
unsplittable critical edges, which means the introduction of
loops which cannot be transformed to LoopSimplify form. Fix
LoopSimplify to avoid transforming such loops into invalid
code.

llvm-svn: 86176
2009-11-05 21:14:46 +00:00
clang Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for the unqualified, unaliased bool. 2009-11-05 21:10:57 +00:00
compiler-rt Fix x86/x64 on Linux, Credit to Rafael Espindola. 2009-11-04 23:52:51 +00:00
llvm The introduction of indirectbr meant the introduction of 2009-11-05 21:14:46 +00:00