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-10-07
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add tests for vld2 of 128-bit vectors.
Bob Wilson
2009-10-06
Update NEON struct names to match llvm-gcc changes.
Bob Wilson
2009-10-02
Fix tests.
Evan Cheng
2009-10-02
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-09-30
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-29
Post-RA regressions.
David Goodwin
2009-09-29
Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.
Evan Cheng
2009-09-28
Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of
Evan Cheng
2009-09-27
Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.
Anton Korobeynikov
2009-09-26
Remove this test.
Evan Cheng
2009-09-26
"Update" tests for -disable-if-conversion removal. I think branch.ll should just
Daniel Dunbar
2009-09-26
Convert test to filecheck.
Evan Cheng
2009-09-25
Flip -disable-post-RA-scheduler to -post-RA-scheduler.
Evan Cheng
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.
Bob Wilson
2009-09-24
Convert to FileCheck.
Bob Wilson
2009-09-24
Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.
Evan Cheng
2009-09-23
Fix PR5024. LiveVariables physical register defs should *commit* only after all
Evan Cheng
2009-09-22
Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...
Evan Cheng
2009-09-22
Fix a pasto. Also simplify for Bill's benefit.
Evan Cheng
2009-09-21
Clean up spill weight computation. Also some changes to give loop induction
Evan Cheng
2009-09-21
Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...
Evan Cheng
2009-09-15
Convert more tests to FileCheck.
Bob Wilson
2009-09-15
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-13
Define proper subreg sets for arm - this should fix bunch of subtle problems
Anton Korobeynikov
2009-09-11
Remove an unnecessary -f.
Dan Gohman
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-10
Don't swap the operands of a subtraction when trying to create a
Bob Wilson
2009-09-09
Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.
Bob Wilson
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.
Anton Korobeynikov
2009-09-08
Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
Anton Korobeynikov
2009-09-04
Remove stale greps.
Daniel Dunbar
2009-09-04
Convert tests to FileCheck.
Bob Wilson
2009-09-04
Convert a test to FileCheck.
Bob Wilson
2009-09-03
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-09-02
More missed vdup patterns
Anton Korobeynikov
2009-09-01
Add support for generating code for vst{234}lane intrinsics.
Bob Wilson
2009-09-01
Fix incorrect declarations of intrinsics in this test.
Bob Wilson
2009-09-01
Add test for vld{234}_lane instructions.
Bob Wilson
2009-09-01
Fix pr4843: When an instruction has multiple destination registers that are
Bob Wilson
2009-09-01
SJLJ is arm/darwin only for now. force the triple for the test
Jim Grosbach
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-31
Don't mark a register live at an undef use.
David Goodwin
2009-08-30
Add missed pattern
Anton Korobeynikov
[prev]
[next]