index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2010-08-18
When sending stats output to stdout for grepping, don't emit normal
Dan Gohman
2010-08-18
Expand ZERO_EXTEND operations for NEON vector types.
Bob Wilson
2010-08-17
Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid
Bob Wilson
2010-08-17
Allow more cases of undef shuffle indices and add tests for them.
Bob Wilson
2010-08-17
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-08-16
Add a testcase for svn 111208.
Bob Wilson
2010-08-16
Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee
Bob Wilson
2010-08-16
Convert a test to use FileCheck.
Bob Wilson
2010-08-13
Temporarily disable tail calls on ARM to work around some linker problems.
Bob Wilson
2010-08-11
Consider this code snippet:
Bill Wendling
2010-08-11
Report error if codegen tries to instantiate a ARM target when the cpu does s...
Evan Cheng
2010-08-11
Update test to match output of optimize compares for ARM.
Bill Wendling
2010-08-10
The optimize comparisons pass removes the "cmp" instruction this is checking ...
Bill Wendling
2010-08-06
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2010-08-04
Testcase for r110248.
Bill Wendling
2010-08-04
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-07-26
Currently EH lowering code expects typeinfo to be global only.
Anton Korobeynikov
2010-07-23
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-21
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-17
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
Jim Grosbach
2010-07-16
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-14
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-13
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-09
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
Fix test to be less sensitive of regalloc accidents
Jakob Stoklund Olesen
2010-07-09
Print "dregpair" NEON operands with a space between them, for readability and
Bob Wilson
2010-07-09
Reenable DAG combining for vector shuffles. It looks like it was temporarily
Bob Wilson
2010-07-08
Check for FiniteOnlyFPMath as well.
Evan Cheng
2010-07-08
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
Evan Cheng
2010-07-08
Optimize some vfp comparisons to integer ones. This patch implements the simp...
Evan Cheng
2010-07-08
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-07-06
Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion
Rafael Espindola
2010-07-02
Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so
Bob Wilson
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-06-29
Fix the handling of partial redefines in the fast register allocator.
Jakob Stoklund Olesen
2010-06-29
Fix a register scavenger crash when dealing with undefined subregs.
Bob Wilson
2010-06-29
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-28
Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they
Bob Wilson
2010-06-26
When splitting a VAARG, remember its alignment.
Rafael Espindola
2010-06-25
Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This was
Daniel Dunbar
2010-06-25
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-24
Teach EmitLiveInCopies to omit copies for unused virtual registers,
Dan Gohman
2010-06-24
It's possible that a flag is added to the SDNode that points back to the
Bill Wendling
[prev]
[next]