llvm-6502/lib
Johnny Chen 5e5a40867a The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.
Remove the offending logic and update the test cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127843 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-18 00:38:03 +00:00
..
Analysis Added isValidRewrite() to check the result of ScalarEvolutionExpander. 2011-03-17 23:51:11 +00:00
Archive
AsmParser
Bitcode
CodeGen BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied value by introducing an early shift. 2011-03-17 20:39:14 +00:00
CompilerDriver
ExecutionEngine Tidy up. Whitespace and 80 column. 2011-03-16 01:21:55 +00:00
Linker
MC MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have 2011-03-17 16:25:24 +00:00
Object
Support Use RequiresNullTerminator to create buffers without a null terminator 2011-03-17 22:18:42 +00:00
Target The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset. 2011-03-18 00:38:03 +00:00
Transforms Remove TargetData and ValueTracking includes. I didn't mean for them to sneak in my last checkin. 2011-03-18 00:36:39 +00:00
VMCore
CMakeLists.txt
Makefile