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
2009-08-04
Match common pattern for FNMAC. Add NEON SP support.
David Goodwin
2009-08-04
Improve tests.
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-04
Fix PR4528. This scavenger assertion is too strict. The two-address value is
Evan Cheng
2009-08-03
Lower CONCAT_VECTOR during legalization instead of matching it during isel.
Bob Wilson
2009-08-03
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
2009-08-02
switch to filecheck format
Chris Lattner
2009-07-29
Add VFP3 D registers to the DPR register class.
Evan Cheng
2009-07-29
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-26
Add support for ARM Neon VREV instructions.
Bob Wilson
2009-07-22
Use getTargetConstant instead of getConstant since it's meant as an constant ...
Evan Cheng
2009-07-22
Ignore undef uses.
Evan Cheng
2009-07-21
Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...
Evan Cheng
2009-07-20
Forgot this test earlier.
Evan Cheng
2009-07-15
fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
Chris Lattner
2009-07-10
Remove a bogus assertion.
Evan Cheng
2009-07-09
Handle 'a' modifier on inline assembly operands.
Bob Wilson
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-08
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
Chris Lattner
2009-07-06
Add bfc to armv6t2.
Evan Cheng
2009-07-06
Added ARM::mls for armv6t2.
Evan Cheng
2009-07-03
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-01
CommuteChangesDestination() should check if to-be-commuted instruction define...
Evan Cheng
2009-07-01
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-06-30
Temporarily restore the scavenger implicit_def checking code. MachineOperand ...
Evan Cheng
2009-06-30
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-29
Implement Thumb2 ldr.
Evan Cheng
2009-06-26
ORN and BIC tests.
David Goodwin
2009-06-26
Fix tests: Count -> count.
Evan Cheng
2009-06-26
Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...
Evan Cheng
2009-06-25
Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...
Evan Cheng
2009-06-25
ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...
Evan Cheng
2009-06-24
Move thumb and thumb2 tests into separate directories.
Evan Cheng
2009-06-23
Proper patterns for thumb2 shift and rotate instructions.
Evan Cheng
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
It's coalescer, not coaleser.
Evan Cheng
2009-06-22
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-22
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
hasFP should return true if frame address is taken.
Evan Cheng
2009-06-20
Fix PR4419: handle defs of partial uses.
Evan Cheng
2009-06-19
Enable arm pre-allocation load / store multiple optimization pass.
Evan Cheng
2009-06-19
Mark a few Thumb instructions commutable; just happened to spot this
Eli Friedman
2009-06-17
Initial support for some Thumb2 instructions.
Anton Korobeynikov
2009-06-16
Make the test target-neutral
Anton Korobeynikov
2009-06-16
GNU as refuses to assemble "pop {}" instruction. Do not emit such
Anton Korobeynikov
2009-06-16
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-15
ifcvt should ignore cfg where true and false successors are the same.
Evan Cheng
[prev]
[next]