Go to file
Daniel Dunbar 82eb4ce476 Driver: Move Clang "triple" computation routines to method on the
ToolChain. This fixes a potenial bad cast when running Clang on PPC code, since
the tool chain in effect is not a subclass of the Darwin one, but we were
treating it like it was.
 - This introduces some gross code duplication, but the right fix for it is to
   just move the Driver to start depending on the targets in libBasic, so I am
   not planning on fixing it immediately.

llvm-svn: 111856
2010-08-23 22:35:37 +00:00
clang Driver: Move Clang "triple" computation routines to method on the 2010-08-23 22:35:37 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx Corrected some int -> char narrowing conversions 2010-08-23 21:41:03 +00:00
lldb Fixed a crasher where during shutdown, loggings attempted to access the 2010-08-23 17:13:12 +00:00
llvm Add an ARMFunctionInfo member and use it. 2010-08-23 22:32:45 +00:00