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
*
Fix comment typos.
Bob Wilson
2009-07-13
2
-2
/
+2
*
Remove extra \n from LLVM_UNREACHABLE calls.
Edwin Török
2009-07-12
2
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
6
-26
/
+29
*
Don't put IT instruction before conditional branches.
Evan Cheng
2009-07-11
1
-5
/
+13
*
Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...
Evan Cheng
2009-07-11
3
-19
/
+15
*
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
12
-296
/
+430
*
80 col violation.
Evan Cheng
2009-07-11
1
-2
/
+2
*
Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of
Bob Wilson
2009-07-10
1
-8
/
+106
*
Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr...
David Goodwin
2009-07-10
2
-14
/
+42
*
t2LDM_RET does not fall-through.
David Goodwin
2009-07-10
1
-1
/
+1
*
Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
Duncan Sands
2009-07-10
1
-0
/
+1
*
More info about Thumb1 predication support.
Evan Cheng
2009-07-10
1
-1
/
+2
*
We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th...
Evan Cheng
2009-07-10
1
-36
/
+28
*
Add a thumb2 pass to insert IT blocks.
Evan Cheng
2009-07-10
6
-10
/
+130
*
Move isPredicated from .cpp to .h
Evan Cheng
2009-07-10
2
-6
/
+4
*
80 col violation.
Evan Cheng
2009-07-10
1
-1
/
+2
*
Remove a bogus assertion.
Evan Cheng
2009-07-10
1
-2
/
+0
*
Replace TM.getRegisterInfo() calls by TRI instance variable.
Bob Wilson
2009-07-10
1
-25
/
+24
*
Handle 'a' modifier on inline assembly operands.
Bob Wilson
2009-07-09
1
-2
/
+7
*
Added Thumb IT instruction.
Evan Cheng
2009-07-09
2
-0
/
+25
*
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
[next]