llvm-6502/lib
Tim Northover 2d9f3bf9f9 AArch64: error when both positional & named operands are used.
Only one instruction pair needed changing: SMULH & UMULH. The previous
code worked, but MC was doing extra work treating Ra as a valid
operand (which then got completely overwritten in MCCodeEmitter).

No behaviour change, so no tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203772 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-13 09:00:13 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable 2014-03-13 06:02:25 +00:00
DebugInfo [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors 2014-03-13 08:19:59 +00:00
ExecutionEngine
IR
IRReader
LineEditor
Linker
LTO
MC MC: fix silly typo 2014-03-13 07:02:46 +00:00
Object Support: add support to identify WinCOFF/ARM objects 2014-03-13 07:02:35 +00:00
Option
Support Support: add support to identify WinCOFF/ARM objects 2014-03-13 07:02:35 +00:00
TableGen
Target AArch64: error when both positional & named operands are used. 2014-03-13 09:00:13 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile