K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-27T23:17:00.264240Z K 7 svn:log V 238 Pull in r202422 from upstream llvm trunk (by Roman Divacky): Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding expensive libcall. Also, Qp_neg is not implemented on at least FreeBSD. This is also what gcc is doing. END