index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
1
-0
/
+2
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
1
-0
/
+2
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-2
/
+0
*
ARM cleanup of rot_imm encoding.
Jim Grosbach
2011-07-26
1
-2
/
+0
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
1
-1
/
+3
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-1
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-75
/
+75
*
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-31
1
-0
/
+2
*
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-09
1
-0
/
+3
*
Fix the non-MC encoding of pkhbt and pkhtb.
Eric Christopher
2011-05-07
1
-0
/
+6
*
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
1
-3
/
+5
*
PR8053: Fix encoding of S bit in some ARM instructions.
Bob Wilson
2011-03-03
1
-1
/
+1
*
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-03-01
1
-0
/
+7
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
1
-0
/
+2
*
Add support for parsing and encoding ARM's official syntax for the BFI instru...
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-1
/
+1
*
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755
Jim Grosbach
2010-12-14
1
-0
/
+2
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-1
/
+3
*
Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...
Owen Anderson
2010-12-14
1
-0
/
+2
*
Revert r121721, which broke buildbots.
Owen Anderson
2010-12-13
1
-2
/
+0
*
Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...
Owen Anderson
2010-12-13
1
-0
/
+2
*
In Thumb2, direct branches can be encoded as either a "short" conditional bra...
Owen Anderson
2010-12-13
1
-0
/
+2
*
Fix encoding of Thumb1 LDRB and STRB.
Owen Anderson
2010-12-10
1
-0
/
+2
*
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
1
-0
/
+2
*
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-10
1
-0
/
+2
*
Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of the
Bill Wendling
2010-12-09
1
-5
/
+1
*
Rename the encoder method for t_cbtarget to match.
Jim Grosbach
2010-12-09
1
-1
/
+1
*
The BLX instruction is encoded differently than the BL, because why not? In
Bill Wendling
2010-12-09
1
-0
/
+2
*
Support the "target" encodings for the CB[N]Z instructions.
Bill Wendling
2010-12-08
1
-0
/
+2
*
Add support for loading from a constant pool.
Bill Wendling
2010-12-08
1
-0
/
+2
*
Binary encoding for ARM tLDRspi and tSTRspi.
Jim Grosbach
2010-12-07
1
-0
/
+2
*
Add fixup for Thumb1 BL/BLX instructions.
Jim Grosbach
2010-12-06
1
-0
/
+2
*
Add a post encoder method to the VFP instructions to convert them to the Thumb2
Bill Wendling
2010-12-01
1
-0
/
+2
*
Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR
Jim Grosbach
2010-12-01
1
-0
/
+2
*
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
2010-12-01
1
-0
/
+2
*
* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
Bill Wendling
2010-11-30
1
-0
/
+4
*
Add encoding support for Thumb2 PLD and PLI instructions.
Owen Anderson
2010-11-30
1
-0
/
+2
*
Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
Bill Wendling
2010-11-30
1
-2
/
+4
*
Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
Jim Grosbach
2010-11-30
1
-4
/
+4
*
Correct Thumb2 encodings for a much wider range of loads and stores.
Owen Anderson
2010-11-30
1
-0
/
+2
*
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
1
-0
/
+2
*
Provide Thumb2 encodings for basic loads and stores.
Owen Anderson
2010-11-29
1
-0
/
+6
*
Have the getAddrMode3OpValue() function in ARMCodeEmitter.cpp produce the same
Bill Wendling
2010-11-20
1
-9
/
+21
*
Minor cleanups to a few llvm_unreachable() calls.
Jim Grosbach
2010-11-19
1
-6
/
+2
*
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-18
1
-0
/
+5
*
Clean up LEApcrel instuction(s) a bit. It's not really a Pseudo, so don't mark
Jim Grosbach
2010-11-17
1
-0
/
+8
*
Fix comment typo.
Jim Grosbach
2010-11-17
1
-1
/
+1
*
The machine instruction no longer encodes the submode as a separate operand. We
Bill Wendling
2010-11-17
1
-4
/
+4
*
ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.
Jim Grosbach
2010-11-15
1
-0
/
+4
*
Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...
Evan Cheng
2010-11-12
1
-5
/
+5
[next]