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
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2012-09-27
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-20
Try to make these tests more portable.
Evan Cheng
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-04-01
This commit contains a few changes that had to go in together.
Nadav Rotem
2011-11-14
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2011-07-15
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...
Owen Anderson
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2010-12-05
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-11-03
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-10-21
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-10-09
Correct some load / store instruction itinerary mistakes:
Evan Cheng
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
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