- Nov 03, 2010
-
-
Bill Wendling authored
vldr.64 d1, [r0, #-32] The problem was with how the addressing mode 5 encodes the offsets. This change makes sure that the way offsets are handled in addressing mode 5 is consistent throughout the MC code. It involves re-refactoring the "getAddrModeImmOpValue" method into an "Imm12" and "addressing mode 5" version. But not to worry! The majority of the duplicated code has been unified. llvm-svn: 118144
-
Jim Grosbach authored
llvm-svn: 118141
-
Jim Grosbach authored
printOperand() asm printer helper functions. rdar://8425198 llvm-svn: 118140
-
Jim Grosbach authored
llvm-svn: 118139
-
Jim Grosbach authored
parts. Represent the operation mode as an optional operand instead. rdar://8614429 llvm-svn: 118137
-
Evan Cheng authored
1. Fix pre-ra scheduler so it doesn't try to push instructions above calls to "optimize for latency". Call instructions don't have the right latency and this is more likely to use introduce spills. 2. Fix if-converter cost function. For ARM, it should use instruction latencies, not # of micro-ops since multi-latency instructions is completely executed even when the predicate is false. Also, some instruction will be "slower" when they are predicated due to the register def becoming implicit input. rdar://8598427 llvm-svn: 118135
-
Evan Cheng authored
latencies) of loads. llvm-svn: 118134
-
Eric Christopher authored
llvm-svn: 118126
-
Owen Anderson authored
llvm-svn: 118121
-
Chris Lattner authored
ins/outs list that isn't specified by their asmstring. Previously the asmmatcher would just force a 0 register into it, which clearly isn't right. Mark a bunch of ARM instructions that use this as isCodeGenOnly. Some of them are clearly pseudo instructions (like t2TBB) others use a weird hasExtraSrcRegAllocReq thing that will either need to be removed or the asmmatcher will need to be taught about it (someday). llvm-svn: 118119
-
- Nov 02, 2010
-
-
Bill Wendling authored
llvm-svn: 118103
-
Bill Wendling authored
llvm-svn: 118099
-
Bill Wendling authored
is handled with the MC encoder. llvm-svn: 118098
-
Owen Anderson authored
Since these fields are not exactly equivalent to the encoded field, rename them to something with semantic meaning. llvm-svn: 118097
-
Bill Wendling authored
with immediates up to 16-bits in size. The same logic is applied to other LDR encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in VLDR's case). Removing the "12" allows it to be more generic. llvm-svn: 118094
-
Owen Anderson authored
llvm-svn: 118093
-
Owen Anderson authored
llvm-svn: 118087
-
Owen Anderson authored
llvm-svn: 118084
-
Owen Anderson authored
llvm-svn: 118082
-
Bob Wilson authored
llvm-svn: 118069
-
Owen Anderson authored
llvm-svn: 118068
-
Owen Anderson authored
llvm-svn: 118067
-
Owen Anderson authored
llvm-svn: 118055
-
Owen Anderson authored
llvm-svn: 118053
-
Jim Grosbach authored
llvm-svn: 118029
-
Jim Grosbach authored
assumptions about stack layout. Specifically, LR must be saved next to FP. llvm-svn: 118026
-
Owen Anderson authored
llvm-svn: 117997
-
Eric Christopher authored
handling those cases for now. llvm-svn: 117996
-
Eric Christopher authored
llvm-svn: 117995
-
Eric Christopher authored
to what someone would need to do to support thumb1. llvm-svn: 117994
-
Owen Anderson authored
since we can neither generate nor parse them at the moment. llvm-svn: 117988
-
Owen Anderson authored
llvm-svn: 117986
-
Owen Anderson authored
llvm-svn: 117984
-
Jim Grosbach authored
for handling the fixup necessary. llvm-svn: 117978
-
Jim Grosbach authored
llvm-svn: 117977
-
Bob Wilson authored
This is another part of the fix for Radar 8599955. llvm-svn: 117976
-
Bill Wendling authored
llvm-svn: 117971
-
Bill Wendling authored
llvm-svn: 117969
-
- Nov 01, 2010
-
-
Bob Wilson authored
llvm-svn: 117964
-
Bill Wendling authored
llvm-svn: 117956
-