index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
1
-2
/
+2
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
1
-2
/
+2
*
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
1
-3
/
+5
*
I am no spelling bee.
Evan Cheng
2009-10-16
1
-1
/
+1
*
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
1
-3
/
+5
*
Add comment.
Evan Cheng
2009-10-16
1
-0
/
+2
*
Fix more NEON instruction encodings.
Bob Wilson
2009-10-16
1
-2
/
+2
*
Revert svn r80498 and replace it with a different solution. The only problem
Bob Wilson
2009-10-15
1
-12
/
+4
*
Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...
Sandeep Patel
2009-10-15
1
-1
/
+5
*
Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.
Bob Wilson
2009-10-15
1
-1
/
+1
*
Fix ARM memory operand parsing of post indexing with just a base register, that
Kevin Enderby
2009-10-15
1
-36
/
+41
*
Fix a potential performance problem in placing ARM constant pools.
Bob Wilson
2009-10-15
1
-29
/
+67
*
More bits of the ARM target assembler for llvm-mc, code added to parse labels
Kevin Enderby
2009-10-15
1
-16
/
+130
*
Be smarter about reusing constant pool entries.
Bob Wilson
2009-10-15
1
-4
/
+17
*
Fix another problem with ARM constant pools. Radar 7303551.
Bob Wilson
2009-10-15
1
-7
/
+5
*
Fix instruction encoding bits for NEON VPADAL.
Bob Wilson
2009-10-14
1
-2
/
+2
*
Remove unused variables to fix build warning.
Bob Wilson
2009-10-14
1
-3
/
+0
*
Inst{11-8} for vshl should be 0b0101, not 0b1111.
Jim Grosbach
2009-10-14
1
-1
/
+1
*
Set instruction encoding bits 4 and 7 for ARM register-register and
Bob Wilson
2009-10-14
1
-7
/
+42
*
Refactor code to select NEON VST intrinsics.
Bob Wilson
2009-10-14
1
-168
/
+112
*
Refactor code to select NEON VLD intrinsics.
Bob Wilson
2009-10-14
1
-147
/
+109
*
More refactoring. NEON vst lane intrinsics can share almost all the code for
Bob Wilson
2009-10-14
1
-180
/
+32
*
Refactor code for selecting NEON load lane intrinsics.
Bob Wilson
2009-10-14
1
-211
/
+122
*
Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.
Kevin Enderby
2009-10-13
1
-1
/
+2
*
More Neon clean-up: avoid the need for custom-lowering vld/st-lane intrinsics
Bob Wilson
2009-10-13
2
-90
/
+24
*
More bits of the ARM target assembler for llvm-mc to parse immediates.
Kevin Enderby
2009-10-13
1
-4
/
+28
*
NEON VLD/VST are now fully implemented. For operations that expand to
Bob Wilson
2009-10-13
1
-48
/
+2
*
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
2
-9
/
+8
*
Fix method name in comment, per Bob Wilson.
Sandeep Patel
2009-10-13
1
-1
/
+1
*
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-13
3
-0
/
+92
*
Add some ARM instruction encoding bits.
Bob Wilson
2009-10-13
1
-0
/
+5
*
Fix regression introduced by r83894.
Bob Wilson
2009-10-13
1
-1
/
+2
*
Fix a tab. Thanks to Johnny Chen for pointing it out.
Bob Wilson
2009-10-13
1
-1
/
+1
*
Fix two warnings about unused variables that are only used in assert() calls.
Kevin Enderby
2009-10-12
1
-4
/
+4
*
Delete a comment that makes no sense to me. The statement that moving a CPE
Bob Wilson
2009-10-12
1
-2
/
+1
*
Fix a problem in the code where ARMAsmParser::ParseShift() second argument
Kevin Enderby
2009-10-12
1
-2
/
+2
*
Change CreateNewWater method to return NewMBB by reference.
Bob Wilson
2009-10-12
1
-8
/
+8
*
Last week, ARMConstantIslandPass was failing to converge for the
Bob Wilson
2009-10-12
1
-9
/
+9
*
Another minor clean-up.
Bob Wilson
2009-10-12
1
-5
/
+5
*
Remove redundant parameter.
Bob Wilson
2009-10-12
1
-8
/
+6
*
Use early exit to reduce indentation.
Bob Wilson
2009-10-12
1
-19
/
+20
*
Change to return a value by reference.
Bob Wilson
2009-10-12
1
-6
/
+6
*
Add a typedef for an iterator.
Bob Wilson
2009-10-12
1
-6
/
+8
*
Mark the LDR instruction with isReMaterializable, as it is rematerializable
Dan Gohman
2009-10-09
1
-1
/
+1
*
Added another bit of the ARM target assembler to llvm-mc to parse register
Kevin Enderby
2009-10-09
1
-21
/
+104
*
Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-09
3
-14
/
+81
*
Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
3
-13
/
+77
*
Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
3
-13
/
+75
*
Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
3
-19
/
+105
*
Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
3
-20
/
+99
[next]