index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
EDEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
1
-2
/
+4
*
ARM: rename addrmode7 to addr_offset_none.
Jim Grosbach
2011-08-02
1
-1
/
+1
*
Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.
Kevin Enderby
2011-07-27
1
-0
/
+1
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
1
-1
/
+2
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
1
-0
/
+1
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
1
-0
/
+1
*
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
1
-4
/
+6
*
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
1
-1
/
+2
*
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
1
-0
/
+2
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
1
-0
/
+1
*
Range checking for CDP[2] immediates.
Jim Grosbach
2011-07-13
1
-0
/
+2
*
Give the ARM BKPT instruction the right operand type.
Jim Grosbach
2011-07-13
1
-0
/
+1
*
Resynchronize EDInfo.h and EDEmitter.cpp.
Shantonu Sen
2011-07-11
1
-14
/
+13
*
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
1
-0
/
+5
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
1
-0
/
+1
*
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-31
1
-0
/
+1
*
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-09
1
-0
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-24
1
-0
/
+4
*
Thumb2 PC-relative loads require a fixup rather than just an immediate.
Owen Anderson
2011-03-18
1
-0
/
+1
*
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
1
-3
/
+4
*
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-03-01
1
-0
/
+3
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
1
-0
/
+2
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
1
-0
/
+7
*
TableGen: PointerLikeRegClass can be accepted to operand.
NAKAMURA Takumi
2011-01-26
1
-1
/
+2
*
Add support for parsing and encoding ARM's official syntax for the BFI instru...
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
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
/
+1
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-6
/
+8
*
Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...
Owen Anderson
2010-12-14
1
-0
/
+1
*
Revert r121721, which broke buildbots.
Owen Anderson
2010-12-13
1
-1
/
+0
*
Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...
Owen Anderson
2010-12-13
1
-0
/
+1
*
In Thumb2, direct branches can be encoded as either a "short" conditional bra...
Owen Anderson
2010-12-13
1
-0
/
+2
*
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-12-13
1
-1
/
+1
*
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
1
-0
/
+1
*
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-10
1
-0
/
+1
*
Thumb needs a few different encoding schemes for branch targets. Rename
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
/
+1
*
Support the "target" encodings for the CB[N]Z instructions.
Bill Wendling
2010-12-08
1
-1
/
+2
*
Add support for loading from a constant pool.
Bill Wendling
2010-12-08
1
-0
/
+2
*
Add fixup for Thumb1 BL/BLX instructions.
Jim Grosbach
2010-12-06
1
-0
/
+1
*
Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADR
Jim Grosbach
2010-12-01
1
-0
/
+1
*
Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...
Owen Anderson
2010-11-30
1
-2
/
+0
*
Add encoding support for Thumb2 PLD and PLI instructions.
Owen Anderson
2010-11-30
1
-0
/
+2
*
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
1
-0
/
+1
*
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-18
1
-0
/
+1
*
Proper encoding for VLDM and VSTM instructions. The register lists for these
Bill Wendling
2010-11-17
1
-0
/
+4
*
ARM fixup encoding for direct call instructions (BL).
Jim Grosbach
2010-11-11
1
-0
/
+2
[prev]
[next]