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-31
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
Convert to FileCheck
Jim Grosbach
2009-10-30
This fixes functions like
Rafael Espindola
2009-10-28
Use fconsts and fconstd to materialize small fp constants.
Evan Cheng
2009-10-27
Add missing testcase.
Rafael Espindola
2009-10-27
Fix the rest of the ARM failures by converting them to FileCheck.
Bob Wilson
2009-10-27
Fix some more failures by converting to FileCheck.
Bob Wilson
2009-10-27
Convert to FileCheck, fixing failure due to tab change in the process.
Bob Wilson
2009-10-25
Update tests.
Evan Cheng
2009-10-22
Revert 84843. Evan, this was breaking some of the if-conversion tests.
Bob Wilson
2009-10-22
Move if-conversion before post-regalloc scheduling so the predicated instruct...
Evan Cheng
2009-10-22
Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.
Evan Cheng
2009-10-21
Match more patterns to movt.
Evan Cheng
2009-10-20
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-19
convert to filecheck syntax and make a lot more aggressive.
Chris Lattner
2009-10-19
rename test
Chris Lattner
2009-10-16
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-13
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-12
Eliminate some redundant llvm-as calls.
Benjamin Kramer
2009-10-09
Update this test; the code is the same but it gets counted as one
Dan Gohman
2009-10-09
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-10-09
Convert some ARM tests with lots of greps to use FileCheck.
Bob Wilson
2009-10-09
Commit one last NEON test to use FileCheck. That's all of them now!
Bob Wilson
2009-10-09
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-09
Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...
Anton Korobeynikov
2009-10-08
Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
Convert test to FileCheck.
Bob Wilson
2009-10-07
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
[prev]
[next]