Go to file
Daniel Sanders f7b32291ad [mips] Add initial (experimental) MIPS-IV support.
Summary:
Adds the 'mips4' processor and a simple test of the ELF e_flags.

Patch by David Chisnall
His work was sponsored by: DARPA, AFRL

I made one small change to the testcase so that it uses
mips64-unknown-linux instead of mips4-unknown-linux.

This patch indirectly adds FeatureCondMov to FeatureMips64. This is ok
because it's supposed to be there anyway and it turns out that
FeatureCondMov is not a predicate of any instructions at the moment
(this is a bug that hasn't been noticed because there are no targets
without the conditional move instructions yet).

CC: theraven

Differential Revision: http://llvm-reviews.chandlerc.com/D3244

llvm-svn: 205530
2014-04-03 12:13:36 +00:00
clang clang-format: Prefer an additional line-break over hanging indent. 2014-04-03 12:00:33 +00:00
clang-tools-extra Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
compiler-rt [ASan] Fix incompatible runtimes check: don't iterate /proc/self/maps on every call to __asan_init 2014-04-02 13:09:22 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx RTTI Uniqueness: remove __name_for_load function. 2014-04-03 09:12:38 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld Add comment for Linker Script node. 2014-04-03 04:10:52 +00:00
lldb Make the fail messages 2014-04-03 01:26:14 +00:00
llvm [mips] Add initial (experimental) MIPS-IV support. 2014-04-03 12:13:36 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Use explit types in foreach iterators 2014-04-02 20:18:19 +00:00