Go to file
Gabor Greif 1025f21ef3 Simplifying use_iterators by dereferencing
is not a good idea. The codebase does not depend
in this any more, and it may introduce hidden
runtime cost. If you get compile errors, please
dereference your iterator before passing to cast<>
(and friends).

Also: please consider caching the result of
operator* and reusing that instead of dereferencing
many times.

llvm-svn: 109220
2010-07-23 08:36:07 +00:00
clang Remove unneeded iostream include. 2010-07-23 07:19:31 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx Updated weekly by chapter summary 2010-07-22 20:29:53 +00:00
lldb Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. 2010-07-23 03:40:38 +00:00
llvm Simplifying use_iterators by dereferencing 2010-07-23 08:36:07 +00:00