llvm-6502/lib
Daniel Sanders fc210ac1ef [mips] Prevent %lo relocation being used on MSA loads and stores.
Summary:
Parts of the compiler still believed MSA load/stores have a 16-bit offset when
it is actually 10-bit. Corrected this, and fixed a closely related issue this
uncovered where load/stores with 10-bit and 12-bit offsets (MSA and microMIPS
respectively) could not load/store using offsets from the stack/frame pointer.
They accepted frameindex+offset, but not frameindex by itself.

Reviewers: jacksprat, matheusalmeida

Reviewed By: jacksprat

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202717 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-03 14:31:21 +00:00
..
Analysis [C++11] Add a basic block range view for RegionInfo 2014-03-03 13:00:39 +00:00
AsmParser
Bitcode Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:09:27 +00:00
CodeGen [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
DebugInfo Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:09:27 +00:00
ExecutionEngine
IR [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
IRReader
LineEditor
Linker
LTO Add 'remark' diagnostic type in LLVM 2014-02-28 09:08:45 +00:00
MC [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 2014-03-02 12:27:27 +00:00
Object
Option
Support [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
TableGen
Target [mips] Prevent %lo relocation being used on MSA loads and stores. 2014-03-03 14:31:21 +00:00
Transforms [msan] Handle X86 SIMD bitshift intrinsics. 2014-03-03 13:47:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile