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
/
reg_sequence.ll
Age
Commit message (
Expand
)
Author
2010-09-02
Convert VLD1 and VLD2 instructions to use pseudo-instructions until
Bob Wilson
2010-08-27
Add alignment arguments to all the NEON load/store intrinsics.
Bob Wilson
2010-08-20
Replace some NEON vmovl intrinsic that I missed earlier.
Bob Wilson
2010-07-13
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-09
Print "dregpair" NEON operands with a space between them, for readability and
Bob Wilson
2010-07-09
Reenable DAG combining for vector shuffles. It looks like it was temporarily
Bob Wilson
2010-06-24
Eliminate the other half of the BRCOND optimization, and update
Dan Gohman
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-05-28
Fix some latency computation bugs: if the use is not a machine opcode do not ...
Evan Cheng
2010-05-21
Change ARM scheduling default to list-hybrid if the target supports floating ...
Evan Cheng
2010-05-19
TwoAddressInstructionPass doesn't really know how to merge live intervals when
Jakob Stoklund Olesen
2010-05-18
Fix PR7162: Use source register classes and sub-indices to determine the corr...
Evan Cheng
2010-05-17
Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...
Evan Cheng
2010-05-17
Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...
Evan Cheng
2010-05-17
Careful with reg_sequence coalescing to not to overwrite sub-register indices.
Evan Cheng
2010-05-17
Turn on -neon-reg-sequence by default.
Evan Cheng