Owen Anderson
|
a7aed18624
|
Reapply r110396, with fixes to appease the Linux buildbot gods.
llvm-svn: 110460
|
2010-08-06 18:33:48 +00:00 |
Owen Anderson
|
bda59bd247
|
Revert r110396 to fix buildbots.
llvm-svn: 110410
|
2010-08-06 00:23:35 +00:00 |
Owen Anderson
|
755aceb5d0
|
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
ID member as the sole unique type identifier. Clean up APIs related to this change.
llvm-svn: 110396
|
2010-08-05 23:42:04 +00:00 |
Jakob Stoklund Olesen
|
48deb12593
|
Track defs for all aliases in NEONMoveFix.
This means that an instruction defining an S register will affect the domain of
the parent D register.
llvm-svn: 107725
|
2010-07-06 23:26:23 +00:00 |
Evan Cheng
|
5a2809cbd8
|
No reason not to run the NEON domain croassing fix up pass in thumb2 mode.
llvm-svn: 103917
|
2010-05-17 01:11:46 +00:00 |
Chris Lattner
|
a48f44d9ee
|
improve portability to avoid conflicting with std::next in c++'0x.
Patch by Howard Hinnant!
llvm-svn: 90365
|
2009-12-03 00:50:42 +00:00 |
Evan Cheng
|
a33fc86be3
|
Add predicate operand to NEON instructions. Fix lots (but not all) 80 col violations in ARMInstrNEON.td.
llvm-svn: 89542
|
2009-11-21 06:21:52 +00:00 |
Jim Grosbach
|
d7cf55cd0e
|
Use Unified Assembly Syntax for the ARM backend.
llvm-svn: 86494
|
2009-11-09 00:11:35 +00:00 |
Anton Korobeynikov
|
76a4774a0d
|
Move subtarget check upper for NEON reg-reg fixup pass.
llvm-svn: 85914
|
2009-11-03 18:46:11 +00:00 |
Anton Korobeynikov
|
d195f9e5c3
|
Turn neon reg-reg moves fixup code into separate pass. This should reduce the compile time.
llvm-svn: 85850
|
2009-11-03 01:04:26 +00:00 |