summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/NEONMoveFix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-291-147/+0
* Use existing function.Jakob Stoklund Olesen2011-09-271-13/+1
* Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen2011-07-291-10/+20
* Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-151-2/+3
* Change VFPNeonA8 definition to make the code easier to read.Evan Cheng2011-02-231-7/+2
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-221-1/+13
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Track defs for all aliases in NEONMoveFix.Jakob Stoklund Olesen2010-07-061-2/+2
* No reason not to run the NEON domain croassing fix up pass in thumb2 mode.Evan Cheng2010-05-171-1/+1
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...Evan Cheng2009-11-211-2/+2
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-4/+4
* Move subtarget check upper for NEON reg-reg fixup pass.Anton Korobeynikov2009-11-031-5/+2
* Turn neon reg-reg moves fixup code into separate pass. This should reduce the...Anton Korobeynikov2009-11-031-0/+144
OpenPOWER on IntegriCloud