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
/
str_pre-2.ll
Age
Commit message (
Expand
)
Author
2012-06-11
Fix test that depends on register allocation.
Jakob Stoklund Olesen
2011-11-12
Linear scan is going away.
Jakob Stoklund Olesen
2011-08-11
ARM push of a single register encodes as pre-indexed STR.
Jim Grosbach
2011-08-11
ARM pop of a single register encodes as post-indexed LDR.
Jim Grosbach
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2011-01-01
Update the test
Anton Korobeynikov
2010-12-09
ARM stm/ldm instructions require more than one register in the register list.
Jim Grosbach
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
2010-10-26
FileCheck'ize
Jim Grosbach
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...
Evan Cheng
2009-06-03
Temporarily revert 72756 for now.
Evan Cheng
2009-06-03
Fold preceding / trailing base inc / dec into the single load / store as well.
Evan Cheng