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
/
Thumb
Age
Commit message (
Expand
)
Author
2011-03-31
Fix Thumb and Thumb2 tests to be register allocator independent.
Jakob Stoklund Olesen
2011-03-31
Provide a legal pointer register class when targeting thumb1.
Jakob Stoklund Olesen
2011-03-11
Roll r127459 back in:
Cameron Zwarich
2011-03-11
Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get
Daniel Dunbar
2011-03-11
Optimize trivial branches in CodeGenPrepare, which often get created from the
Cameron Zwarich
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-16
Spill R4 if it's going to be used to restore SP from FP.
Evan Cheng
2010-12-15
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-11-22
Fix epilogue codegen to avoid leaving the stack pointer in an invalid
Evan Cheng
2010-11-17
These tests are looking for library function names that
Dale Johannesen
2010-11-09
Do not use MEMBARRIER_MCR for any Thumb code.
Bob Wilson
2010-10-30
Overhaul memory barriers in the ARM backend. Radar 8601999.
Bob Wilson
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-27
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-23
Disable codegen prepare critical edge splitting. Machine instruction passes now
Evan Cheng
2010-09-08
Re-enable usage of the ARM base pointer. r113394 fixed the known failures.
Jim Grosbach
2010-09-08
disable for the moment while tracking down a few Thumb2-O0 failure that look
Jim Grosbach
2010-09-03
Re-apply r112883:
Jim Grosbach
2010-09-03
Revert "For ARM stack frames that utilize variable sized objects and have eit...
Daniel Dunbar
2010-09-02
For ARM stack frames that utilize variable sized objects and have either
Jim Grosbach
2010-08-31
Update test for 112609
Jim Grosbach
2010-08-30
Correct bogus module triple specifications.
Duncan Sands
2010-08-26
Enable pre-RA virtual frame base register allocation. rdar://8277890
Jim Grosbach
2010-08-11
Fix test and re-enable it.
Evan Cheng
2010-08-11
Temporarily disable some failing tests, until they can be
Dan Gohman
2010-08-11
Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)
Evan Cheng
2010-08-11
Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bit
Evan Cheng
2010-08-11
- Add subtarget feature -mattr=+db which determine whether an ARM cpu has the
Evan Cheng
2010-08-10
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-07-16
Feed the right output into FileCheck.
Benjamin Kramer
2010-07-16
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-01
ARM function alignments were off by a power of two. svn 83242 changed
Bob Wilson
2010-06-26
Fix some tests that didn't test anything.
Benjamin Kramer
2010-06-19
Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...
Evan Cheng
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-06-15
Remove the local register allocator.
Jakob Stoklund Olesen
2010-05-12
Enable a bunch more -regalloc=fast tests
Jakob Stoklund Olesen
2010-05-11
Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.
Evan Cheng
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-04-07
Split big test into multiple directories to cater to
Dale Johannesen
2010-03-10
Enable machine cse pass.
Evan Cheng
2010-01-16
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-15
add testcase for r93564
Jim Grosbach
2009-12-18
Add test case for the phi reuse patch.
Jakob Stoklund Olesen
2009-11-19
More consistent thumb1 asm printing.
Evan Cheng
2009-11-07
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
[prev]
[next]