Go to file
David Chisnall 76803410c2 Fixed type error in last commit (forgot that now that selectors are not
accessed via the indirect pointer, they don't need to be pointers to pointers).

Finished moving the message lookup code into separate subclasses for each
runtime.  Also performed a few smallish related tidies.

We're now bitcasting the result of the message lookup functions, rather than
casting the lookup functions themselves, so the messages.m test needed updating
to reflect this.

llvm-svn: 128180
2011-03-23 22:52:06 +00:00
clang Fixed type error in last commit (forgot that now that selectors are not 2011-03-23 22:52:06 +00:00
compiler-rt compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired 2011-03-21 23:31:09 +00:00
debuginfo-tests Test case for r128150. 2011-03-23 16:30:03 +00:00
libcxx <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 2011-03-11 22:33:07 +00:00
lldb Add missing cases to switch statements & remove 'default'. 2011-03-23 22:31:13 +00:00
llvm Cmp peephole optimization isn't always safe for signed arithmetics. 2011-03-23 22:52:04 +00:00