aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/NEONMoveFix.cpp
AgeCommit message (Expand)Author
2011-09-29Delete NEONMoveFix, now unused.Jakob Stoklund Olesen
2011-09-27Use existing function.Jakob Stoklund Olesen
2011-07-29Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen
2011-07-15Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson
2011-02-23Change VFPNeonA8 definition to make the code easier to read.Evan Cheng
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-06Track defs for all aliases in NEONMoveFix.Jakob Stoklund Olesen
2010-05-17No reason not to run the NEON domain croassing fix up pass in thumb2 mode.Evan Cheng
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-21Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...Evan Cheng
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-11-03Move subtarget check upper for NEON reg-reg fixup pass.Anton Korobeynikov
2009-11-03Turn neon reg-reg moves fixup code into separate pass. This should reduce the...Anton Korobeynikov