Go to file
Chandler Carruth 0c7a7cc711 Support was removed from LLVM's MIPS backend for the PSP variant of that
chip in r139383, and the PSP components of the triple are really
annoying to parse. Let's leave this chapter behind. There is no reason
to expect LLVM to see a PSP-related triple these days, and so no
reasonable motivation to support them.

It might be reasonable to prune a few of the older MIPS triple forms in
general, but as those at least cause no burden on parsing (they aren't
both a chip and an OS!), I'm happy to leave them in for now.

llvm-svn: 151156
2012-02-22 11:32:54 +00:00
clang Fix parsing and processing initializer lists in return statements and as direct member initializers. 2012-02-22 10:50:08 +00:00
compiler-rt [ASan] Fix style + suppress 'long' lint warnings 2012-02-22 09:28:14 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Use Xcode relative compilers when possible 2012-02-22 00:20:30 +00:00
libcxxabi Pedantic fix: missing newline at EOF 2012-02-22 05:25:00 +00:00
lld use llvm::DenseMap instead of std::map 2012-02-15 00:50:07 +00:00
lldb For stepping performance I added the ability to outlaw all memory accesseses 2012-02-22 04:37:26 +00:00
llvm Support was removed from LLVM's MIPS backend for the PSP variant of that 2012-02-22 11:32:54 +00:00
polly www: Fix french special characters 2012-02-20 14:03:56 +00:00