llvm with tablegen backend for capstone disassembler
Go to file
Gabor Greif ed79dcb1ab re-commit r109220, the compile error has already been fixed
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: 109425
2010-07-26 18:48:07 +00:00
clang Make sure that implicit qualification and derived-to-base conversions of xvalues preserve xvalue-ness. Unfortunately I have no idea how to test this property; there doesn't seem to be a syntactical construct that triggers such a conversion and still allows the distinction between prvalues and xvalues to be made. 2010-07-26 17:52:21 +00:00
compiler-rt Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum 2010-07-26 18:17:00 +00:00
libcxx Updated weekly by chapter summary 2010-07-22 20:29:53 +00:00
lldb Missed an aspect of the previous makefile patch. 2010-07-24 05:18:16 +00:00
llvm re-commit r109220, the compile error has already been fixed 2010-07-26 18:48:07 +00:00