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
/
Thumb2InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for
Bob Wilson
2009-09-15
1
-0
/
+5
*
Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...
Evan Cheng
2009-08-27
1
-14
/
+22
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-4
/
+4
*
Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr.
Evan Cheng
2009-08-10
1
-2
/
+1
*
Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode.
Evan Cheng
2009-08-07
1
-6
/
+1
*
It turns out most of the thumb2 instructions are not allowed to touch SP. The...
Evan Cheng
2009-08-07
1
-28
/
+70
*
Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...
Evan Cheng
2009-08-03
1
-1
/
+5
*
Move the getInlineAsmLength virtual method from TAI to TII, where
Chris Lattner
2009-08-02
1
-2
/
+1
*
Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...
Evan Cheng
2009-07-29
1
-0
/
+2
*
Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ...
David Goodwin
2009-07-28
1
-1
/
+1
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
1
-12
/
+317
*
More DCE.
Evan Cheng
2009-07-27
1
-4
/
+0
*
Get rid of more dead code.
Evan Cheng
2009-07-27
1
-2
/
+0
*
Get rid of some more getOpcode calls.
Evan Cheng
2009-07-27
1
-3
/
+0
*
Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...
Evan Cheng
2009-07-27
1
-2
/
+33
*
Use the right instructions to copy between GPR and the more strictive tGPR cl...
Evan Cheng
2009-07-27
1
-4
/
+11
*
Get rid of a couple of unnecessary getOpcode calls.
Evan Cheng
2009-07-25
1
-1
/
+1
*
Change Thumb2 jumptable codegen to one that uses two level jumps:
Evan Cheng
2009-07-25
1
-6
/
+1
*
Clean up.
Evan Cheng
2009-07-24
1
-3
/
+1
*
FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...
Evan Cheng
2009-07-24
1
-8
/
+0
*
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-24
1
-25
/
+4
*
Fix frame index elimination to correctly handle thumb-2 addressing modes that...
David Goodwin
2009-07-23
1
-0
/
+23
*
Emit cross regclass register moves for thumb2.
Anton Korobeynikov
2009-07-16
1
-0
/
+21
*
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
1
-6
/
+3
*
t2LDM_RET does not fall-through.
David Goodwin
2009-07-10
1
-1
/
+1
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
1
-283
/
+1
*
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
1
-0
/
+1
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
1
-37
/
+98
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
1
-0
/
+312