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-11-03
Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.
Evan Cheng
2010-11-03
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-11-01
Add support for alignment operands on VLD1-lane instructions.
Bob Wilson
2010-11-01
Add VLD1-lane testcases for quad-register types.
Bob Wilson
2010-11-01
Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.
Bob Wilson
2010-11-01
When we look at instructions to convert to setting the 's' flag, we need to look
Bill Wendling
2010-11-01
NEON does not support truncating vector stores. Radar 8598391.
Bob Wilson
2010-11-01
More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the
Bill Wendling
2010-11-01
Disable because peephole is disabled.
Bill Wendling
2010-10-29
Teach machine cse to eliminate instructions with multiple physreg uses and de...
Evan Cheng
2010-10-29
Remove DAG combiner patch to fold vector splats. Instcombiner does it now.
Bob Wilson
2010-10-28
Teach the DAG combiner to fold a splat of a splat. Radar 8597790.
Bob Wilson
2010-10-28
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
Evan Cheng
2010-10-28
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...
Evan Cheng
2010-10-28
- Assign load / store with shifter op address modes the right itinerary classes.
Evan Cheng
2010-10-27
Shifter ops are not always free. Do not fold them (especially to form
Evan Cheng
2010-10-27
SelectionDAG shuffle nodes do not allow operands with different numbers of
Bob Wilson
2010-10-26
FileCheck'ize
Jim Grosbach
2010-10-26
When the "true" and "false" blocks of a diamond if-conversion are the same,
Bob Wilson
2010-10-25
Add support for emitting ARM file attributes.
Rafael Espindola
2010-10-22
tidy up
Jim Grosbach
2010-10-22
Remove duplicate test.
Jim Grosbach
2010-10-22
tidy up.
Jim Grosbach
2010-10-22
FileCheck-ize a few tests.
Jim Grosbach
2010-10-21
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-19
Support alignment for NEON vld-lane and vst-lane instructions.
Bob Wilson
2010-10-18
Revert r116220 - thus turning arm fast isel back on by default.
Eric Christopher
2010-10-15
ARM instructions that are both predicated and set the condition codes
Bob Wilson
2010-10-14
Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos
Jim Grosbach
2010-10-14
Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'
Jim Grosbach
2010-10-11
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
Remove now non-existent option.
Eric Christopher
2010-10-09
Correct some load / store instruction itinerary mistakes:
Evan Cheng
2010-10-09
Simplify test and move into a generic "crash" ll file.
Bill Wendling
2010-10-09
Check to make sure that the iterator isn't at the beginning of the basic block
Bill Wendling
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-06
- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This
Evan Cheng
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-29
Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.
Bob Wilson
2010-09-29
do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...
Gabor Greif
2010-09-29
improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...
Gabor Greif
[prev]
[next]