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
2007-12-20
Remove xfail. This is fixed.
Evan Cheng
2007-12-06
Turning simple splitting on. Start testing new coalescer heuristics as new ll...
Evan Cheng
2007-12-06
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-11-29
Update tests.
Evan Cheng
2007-11-28
update this test after the fmrrd fix
Chris Lattner
2007-11-28
Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...
Tanya Lattner
2007-11-27
commit testcase I forgot to svn add.
Chris Lattner
2007-11-08
[ARM] Implement __builtin_thread_pointer.
Lauro Ramos Venancio
2007-11-05
[ARM] Fix code generation for:
Lauro Ramos Venancio
2007-10-22
Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...
Evan Cheng
2007-10-13
new testcase
Chris Lattner
2007-09-20
Disable if-conversion for this test.
Evan Cheng
2007-09-20
-enable-arm-if-conversion is gone.
Evan Cheng
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
Testcases for PR1628.
Duncan Sands
2007-08-15
Implement FPOWI ExpandOp.
Lauro Ramos Venancio
2007-08-15
Test case for PR1609.
Evan Cheng
2007-08-15
This test used "wc | grep ..."; convert it to use the count script.
Dan Gohman
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-14
New test.
Evan Cheng
2007-08-01
Expand unaligned loads/stores when the target doesn't support them. (PR1548)
Lauro Ramos Venancio
2007-07-19
For PR1553:
Reid Spencer
2007-07-09
Add explicit triples to these tests so that llc behaves as expected on
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-29
Fix an assertion failure in legalizing bitcast operators on targets where
Dan Gohman
2007-06-21
Fix tests.
Evan Cheng
2007-06-21
New tests.
Evan Cheng
2007-06-20
Added some if-conversion tests.
Evan Cheng
2007-05-31
Add a test for PR1424.
Lauro Ramos Venancio
2007-05-24
Add a new test case.
Evan Cheng
2007-05-22
new testcases for -enable-tail-merge default handling
Dale Johannesen
2007-05-15
testcase that crashes llc
Chris Lattner
2007-05-14
Test for PR1406.
Evan Cheng
2007-05-14
Enable aliases on arm-linux.
Lauro Ramos Venancio
2007-05-10
Another test for tail mergeing
Dale Johannesen
2007-05-09
Can't fold bit_convert into truncating store.
Evan Cheng
2007-05-08
testcase for CodeGenPrepare bug fixed yesterday
Dale Johannesen
2007-05-08
move this out of Codegen/Generic, because it requires the ARM backend to be
Chris Lattner
2007-05-07
Fix tests.
Evan Cheng
2007-05-07
Add some tests for (conv (load x)) -> (load (conv*)x) xform.
Evan Cheng
2007-05-05
Fix PR1390.
Lauro Ramos Venancio
2007-05-05
remove xfailed testcase (attached to pr)
Chris Lattner
2007-05-04
Test load global in static mode.
Evan Cheng
2007-05-03
New test case.
Evan Cheng
2007-05-03
Evan's patch to avoid FPreg->intreg copy for cvt; store to mem
Dale Johannesen
2007-05-03
match a reassociated form of fnmul
Chris Lattner
2007-05-01
Test a dag combiner crasher.
Evan Cheng
2007-04-30
For PR1370:
Reid Spencer
2007-04-28
update syntax
Chris Lattner
[next]