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
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another todo entry.
Evan Cheng
2009-07-09
1
-0
/
+5
*
Initial support for load / store multiple opt pass Thumb2 support (post-alloc...
Evan Cheng
2009-07-09
1
-55
/
+158
*
Fix ldm / stm unified syntax; add t2LDM_RET.
Evan Cheng
2009-07-09
1
-2
/
+12
*
LDM_RET should be marked mayLoad.
Evan Cheng
2009-07-09
1
-1
/
+1
*
Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A...
Evan Cheng
2009-07-09
3
-3
/
+22
*
Add a Thumb readme entry.
Evan Cheng
2009-07-09
1
-0
/
+6
*
Correct comment.
Evan Cheng
2009-07-09
1
-1
/
+1
*
Handle Thumb-2 addressing modes during FP elimination.
David Goodwin
2009-07-09
1
-0
/
+13
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-4
/
+5
*
Reorg includes.
Evan Cheng
2009-07-09
2
-2
/
+1
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
12
-1121
/
+97
*
- Add some NEON ld / st instruction static encoding.
Evan Cheng
2009-07-08
2
-4
/
+38
*
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
9
-111
/
+48
*
Missed an exit during the conversion.
Edwin Török
2009-07-08
1
-4
/
+4
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
7
-14
/
+19
*
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
1
-0
/
+22
*
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
12
-63
/
+80
*
Fix cmake build.
Xerxes Ranby
2009-07-08
1
-0
/
+1
*
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
8
-598
/
+605
*
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
3
-1
/
+31
*
Start converting to new error handling API.
Edwin Török
2009-07-08
8
-46
/
+41
*
Start breaking out common base functionality for register info.
David Goodwin
2009-07-08
4
-916
/
+979
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
11
-1115
/
+1412
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-1
/
+1
*
Add a Thumb2 instruction flag to that indicates whether the instruction can b...
Evan Cheng
2009-07-08
3
-14
/
+26
*
Add a todo.
Evan Cheng
2009-07-08
2
-1
/
+9
*
Also statically set bit 25 for BR_JT instructions.
Evan Cheng
2009-07-07
1
-3
/
+3
*
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
2
-14
/
+37
*
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
2
-35
/
+82
*
Add BX and BXr9 encodings. Patch by Sean Callanan.
Evan Cheng
2009-07-07
1
-2
/
+10
*
Add Thumb2 pkhbt / pkhtb.
Evan Cheng
2009-07-07
1
-4
/
+25
*
Add some more Thumb2 multiplication instructions.
Evan Cheng
2009-07-07
3
-11
/
+134
*
80 col violation.
Evan Cheng
2009-07-07
1
-2
/
+2
*
isThumb2 really should mean thumb2 only, not thumb2+.
Evan Cheng
2009-07-06
1
-1
/
+1
*
Add bfc to armv6t2.
Evan Cheng
2009-07-06
3
-35
/
+48
*
Added ARM::mls for armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+6
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
4
-8
/
+51
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-1
/
+1
*
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-03
2
-1
/
+59
*
Add Thumb2 load / store multiple instructions. Not used yet.
Evan Cheng
2009-07-03
1
-0
/
+15
*
t2LDR_PRE etc are loads.
Evan Cheng
2009-07-03
1
-0
/
+2
*
Added indexed stores.
Evan Cheng
2009-07-03
1
-1
/
+45
*
Sign extending pre/post indexed loads.
Evan Cheng
2009-07-02
2
-2
/
+32
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
13
-420
/
+1655
*
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
1
-0
/
+2
*
Thumb2 pre/post indexed loads.
Evan Cheng
2009-07-02
5
-34
/
+204
*
80 col violation.
Evan Cheng
2009-07-02
1
-2
/
+2
*
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...
Evan Cheng
2009-07-02
4
-16
/
+17
*
80 col violation.
Evan Cheng
2009-07-02
1
-1
/
+1
*
Factor out ARM indexed load matching code.
Evan Cheng
2009-07-02
1
-46
/
+57
[next]