llvm-6502/lib
Daniel Sanders 21ed78f564 [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal is a normal instruction
Summary:
b(ge|lt)zal have been removed in MIPS32r6/MIPS64r6. However, bal (an alias
for 'bgezal $zero, $offset') still remains with the same encoding it had
prior to MIPS32r6/MIPS64r6.

Updated the MipsNaCLELFStreamer, and MipsLongBranch to correctly handle the
MIPS32r6/MIPS64r6 BAL instruction in addition to the existing BAL_BR pseudo.

No changes were required to the CodeGen test that looks for BAL
(test/CodeGen/Mips/longbranch.ll) since the new instruction has the same
syntax.

Depends on D4113

Reviewers: jkolek, zoran.jovanovic, vmedic

Reviewed By: vmedic

Differential Revision: http://reviews.llvm.org/D4114

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210898 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-13 13:02:52 +00:00
..
Analysis Removing an "if (!this)" check from two print methods. The condition will 2014-06-09 22:53:16 +00:00
AsmParser Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Bitcode Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
CodeGen [FastISel][X86] - Add branch weights 2014-06-13 00:45:11 +00:00
DebugInfo Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ExecutionEngine Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
IR Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
IRReader Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
LineEditor
Linker Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
LTO Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
MC Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Object Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Option Options: Use erase_if to remove Args from the list. 2014-05-18 15:14:13 +00:00
ProfileData Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Support Fix build on windows. 2014-06-13 02:36:09 +00:00
TableGen Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Target [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal is a normal instruction 2014-06-13 13:02:52 +00:00
Transforms Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile