Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / NeonEmitter.h
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-08 Bob WilsonAdd operators for "_lane" variants of some saturating...
2010-12-08 Bob WilsonAdd operators for vabdl and vabal so they can be implem...
2010-12-08 Bob WilsonAdd an operator for vaba so it can be implemented using...
2010-12-08 Bob WilsonAdd operators for vadd[lw] and vsub[lw]
2010-12-07 Bob WilsonAdd operators for vmlal{_n,_lane} and vmlsl{_n,_lane}
2010-12-07 Bob WilsonEmit vmovl intrinsics first in the arm_neon.h header
2010-12-07 Bob WilsonAdd an operator for vdup_lane so it can be implemented...
2010-12-07 Bob WilsonAdd an operator for vmull_lane so it can be implemented...
2010-12-07 Bob WilsonAdd new built-in operations for vmull and vmull_n
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-04 Bob WilsonRemove trailing whitespace.
2010-12-03 Bob WilsonAdd support for "_lane" variants of VMUL, VMLA, and...
2010-12-01 Bob WilsonAdd some comments for TableGen's NeonEmitter.
2010-06-12 Nate BegemanAdd generic vector support for bitselect & element...
2010-06-10 Nate BegemanNEON support for _lane ops, and multiplies by scalar.
2010-06-09 Nate BegemanHandle instructions which need to be #defines for the...
2010-06-08 Nate BegemanARM NEON:
2010-06-04 Nate BegemanBuiltinsARM.def emitter, still needs a substantial...
2010-06-04 Nate BegemanMangle __builtin_neon_* names appropriately.
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...