summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/NEONMoveFix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
| | | | | | Patch by Howard Hinnant! llvm-svn: 90365
* Add predicate operand to NEON instructions. Fix lots (but not all) 80 col ↵Evan Cheng2009-11-211-2/+2
| | | | | | violations in ARMInstrNEON.td. llvm-svn: 89542
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-4/+4
| | | | llvm-svn: 86494
* Move subtarget check upper for NEON reg-reg fixup pass.Anton Korobeynikov2009-11-031-5/+2
| | | | llvm-svn: 85914
* Turn neon reg-reg moves fixup code into separate pass. This should reduce ↵Anton Korobeynikov2009-11-031-0/+144
the compile time. llvm-svn: 85850
OpenPOWER on IntegriCloud