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
/
test
/
CodeGen
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and
Bob Wilson
2010-08-20
2
-21
/
+6
*
When sending stats output to stdout for grepping, don't emit normal
Dan Gohman
2010-08-18
1
-1
/
+1
*
Expand ZERO_EXTEND operations for NEON vector types.
Bob Wilson
2010-08-18
1
-0
/
+7
*
Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid
Bob Wilson
2010-08-17
1
-1
/
+1
*
Allow more cases of undef shuffle indices and add tests for them.
Bob Wilson
2010-08-17
5
-0
/
+119
*
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-08-17
1
-0
/
+29
*
Add a testcase for svn 111208.
Bob Wilson
2010-08-16
1
-0
/
+14
*
Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee
Bob Wilson
2010-08-16
1
-1
/
+10
*
Convert a test to use FileCheck.
Bob Wilson
2010-08-16
1
-4
/
+19
*
Temporarily disable tail calls on ARM to work around some linker problems.
Bob Wilson
2010-08-13
2
-0
/
+2
*
Consider this code snippet:
Bill Wendling
2010-08-11
1
-0
/
+25
*
Report error if codegen tries to instantiate a ARM target when the cpu does s...
Evan Cheng
2010-08-11
1
-10
/
+0
*
Update test to match output of optimize compares for ARM.
Bill Wendling
2010-08-11
1
-4
/
+2
*
The optimize comparisons pass removes the "cmp" instruction this is checking ...
Bill Wendling
2010-08-10
1
-1
/
+0
*
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2010-08-06
1
-0
/
+14
*
Testcase for r110248.
Bill Wendling
2010-08-04
1
-0
/
+65
*
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-04
1
-0
/
+24
*
Currently EH lowering code expects typeinfo to be global only.
Anton Korobeynikov
2010-07-26
1
-0
/
+95
*
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
1
-8
/
+8
*
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
1
-8
/
+8
*
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
1
-0
/
+15
*
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
1
-5
/
+23
*
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
Jim Grosbach
2010-07-17
1
-0
/
+23
*
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-16
1
-0
/
+17
*
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
1
-1
/
+1
*
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
1
-0
/
+29
*
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
1
-0
/
+48
*
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-14
1
-0
/
+12
*
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
1
-1
/
+1
*
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
1
-9
/
+62
*
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-11
1
-1
/
+23
*
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
1
-2
/
+2
*
Fix test to be less sensitive of regalloc accidents
Jakob Stoklund Olesen
2010-07-09
1
-1
/
+1
*
Print "dregpair" NEON operands with a space between them, for readability and
Bob Wilson
2010-07-09
1
-2
/
+2
*
Reenable DAG combining for vector shuffles. It looks like it was temporarily
Bob Wilson
2010-07-09
2
-10
/
+12
*
Check for FiniteOnlyFPMath as well.
Evan Cheng
2010-07-08
1
-1
/
+1
*
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
Evan Cheng
2010-07-08
1
-1
/
+1
*
Optimize some vfp comparisons to integer ones. This patch implements the simp...
Evan Cheng
2010-07-08
1
-0
/
+29
*
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-07-08
1
-2
/
+11
*
Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion
Rafael Espindola
2010-07-06
1
-1
/
+1
*
Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so
Bob Wilson
2010-07-02
1
-34
/
+20
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-1
/
+1
*
Fix the handling of partial redefines in the fast register allocator.
Jakob Stoklund Olesen
2010-06-29
1
-0
/
+22
*
Fix a register scavenger crash when dealing with undefined subregs.
Bob Wilson
2010-06-29
1
-0
/
+15
*
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
1
-1
/
+1
*
Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they
Bob Wilson
2010-06-28
1
-0
/
+10
*
When splitting a VAARG, remember its alignment.
Rafael Espindola
2010-06-26
1
-0
/
+19
*
Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This was
Daniel Dunbar
2010-06-25
1
-0
/
+75
*
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-25
1
-1
/
+1
*
Teach EmitLiveInCopies to omit copies for unused virtual registers,
Dan Gohman
2010-06-24
1
-4
/
+4
[next]