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
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-17
Unallocatable registers do not have live intervals.
Evan Cheng
2008-09-15
Re-enable SelectionDAG CSE for calls. It matters in the case of
Dan Gohman
2008-09-15
Correctly update kill infos after extending a live range and merge 2 val#'s; ...
Evan Cheng
2008-09-09
Legalizer was missing code that expand fpow to a libcall.
Evan Cheng
2008-08-08
It's not legal to output a GV in a coalesced section if it's used in an ARM P...
Evan Cheng
2008-08-07
Print section flags ok on platforms, which use '@' as comment string. Fix test.
Anton Korobeynikov
2008-08-05
This check is unnecessary, and getting rid of it removes a use of -disable-co...
Owen Anderson
2008-08-05
Remove the need for -disable-correct-folding from this test.
Owen Anderson
2008-08-04
Update these tests to work by disabling the new correct CFG generation. This...
Owen Anderson
2008-07-25
Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...
Evan Cheng
2008-07-18
Softfloat support for FDIV. Patch by
Duncan Sands
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
More local spiller complexity!
Evan Cheng
2008-05-20
Don't spill dead def.
Evan Cheng
2008-04-11
If a PHI node has a single implicit_def source, replace it with an implicit_d...
Evan Cheng
2008-04-10
New test.
Evan Cheng
2008-04-05
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-01
More soft fp fixes.
Evan Cheng
2008-04-01
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-03-07
Fixed a register scavenger bug. If a def is re-defining part of a super regis...
Evan Cheng
2008-03-06
Constant fold SIGN_EXTEND_INREG with ashr not lshr.
Evan Cheng
2008-02-29
DCE'ed this testcase.
Bill Wendling
2008-02-29
If we reload a virtual register that's already been assigned, we want to mark
Bill Wendling
2008-02-17
Remove llvm-upgrade.
Tanya Lattner
2008-02-06
It's PR1925, not PR1609.
Evan Cheng
2008-02-06
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-01-27
Update this test. Due to dag combiner improvements, we now compile
Chris Lattner
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
[next]