Go to file
Dan Gohman a0348809b6 Remove the code from IVUsers that attempted to handle
casted induction variables in cases where the cast
isn't foldable. It ended up being a pessimization in
many cases. This could be fixed, but it would require
a bunch of complicated code in IVUsers' clients. The
advantages of this approach aren't visible enough to
justify it at this time.

llvm-svn: 73706
2009-06-18 16:54:06 +00:00
clang Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. 2009-06-18 16:11:24 +00:00
compiler-rt/BlocksRuntime initial version of the blocks runtime 2009-06-10 18:41:48 +00:00
llvm Remove the code from IVUsers that attempted to handle 2009-06-18 16:54:06 +00:00