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
/
InstPrinter
/
ARMInstPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-18
1
-1
/
+8
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
1
-20
/
+12
*
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
1
-3
/
+0
*
Add support for printing out floating point values from the ARM assembly
Bill Wendling
2011-01-26
1
-2
/
+27
*
Revert 124230. It was causing test failures.
Bill Wendling
2011-01-25
1
-4
/
+2
*
The floating point value is encoded in its binary form as an Imm. Convert it
Bill Wendling
2011-01-25
1
-2
/
+4
*
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
1
-0
/
+10
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-25
/
+29
*
Second attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
2010-12-07
1
-0
/
+3
*
When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the
Jim Grosbach
2010-12-03
1
-0
/
+4
*
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
Jim Grosbach
2010-11-29
1
-8
/
+0
*
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
1
-1
/
+1
*
Encode the multi-load/store instructions with their respective modes ('ia',
Bill Wendling
2010-11-16
1
-36
/
+24
*
Minor cleanups:
Bill Wendling
2010-11-13
1
-6
/
+8
*
For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w...
Evan Cheng
2010-11-12
1
-8
/
+0
*
The MC code couldn't handle ARM LDR instructions with negative offsets:
Bill Wendling
2010-11-03
1
-1
/
+1
*
Remove unused function.
Jim Grosbach
2010-11-03
1
-8
/
+0
*
Remove the no longer used 'Modifier' optional operand to the ARM
Jim Grosbach
2010-11-03
1
-9
/
+4
*
Remove unused function.
Jim Grosbach
2010-11-03
1
-10
/
+0
*
Break ARM addrmode4 (load/store multiple base address) into its constituent
Jim Grosbach
2010-11-03
1
-13
/
+4
*
hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes
Chris Lattner
2010-10-28
1
-0
/
+6
*
PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.
Jim Grosbach
2010-10-28
1
-2
/
+5
*
LDRi12 machine instructions handle negative offset operands normally (simple
Jim Grosbach
2010-10-27
1
-2
/
+5
*
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-26
1
-0
/
+5
*
imm12 operands aren't Thumb2 only, so rename the printer helper function.
Jim Grosbach
2010-10-25
1
-3
/
+2
*
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-10-13
1
-0
/
+9
*
Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).
Jim Grosbach
2010-10-06
1
-4
/
+2
*
Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed
Jim Grosbach
2010-10-06
1
-30
/
+1
*
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-10-01
1
-0
/
+733