llvm-6502/lib
Asiri Rathnayake 838ec33e0c Fix modified immediate bug reported by MC Hammer.
Instructions of the form [ADD Rd, pc, #imm] are manually aliased
in processInstruction() to use ADR. To accomodate this, mod_imm handling
had to be tweaked a bit. Turns out it was the manual aliasing that must
be tweaked to accommodate mod_imms instead. More information about the
parsed instruction is available at the point where processInstruction()
is invoked, which makes it easier to detect a mod_imm at that point rather
than trying to detect a potential alias when a mod_imm is being prepped.
Added a test case and fixed some white spaces as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223772 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-09 13:14:58 +00:00
..
Analysis InstSimplify: Try to bring back the rest of r223583 2014-12-08 18:30:43 +00:00
AsmParser Reland r223754 2014-12-09 05:56:09 +00:00
Bitcode
CodeGen Fix a few instances found in SelectionDAG where we were not handling F16 at parity with F32 and F64. 2014-12-09 06:50:39 +00:00
DebugInfo
ExecutionEngine
IR ConstantFold: Zero-sized globals might land on top of another global 2014-12-08 19:35:31 +00:00
IRReader
LineEditor
Linker Skip declarations in the case of functions. 2014-12-09 08:20:06 +00:00
LTO
MC
Object
Option
ProfileData
Support
TableGen
Target Fix modified immediate bug reported by MC Hammer. 2014-12-09 13:14:58 +00:00
Transforms Teach instcombine to canonicalize "element extraction" from a load of an 2014-12-09 08:55:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile