x86 FP atomic codegen: don't drop globals, stack
[oota-llvm.git] / test / Transforms / Reassociate / fast-basictest.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-19 Chad RosierRevert "[Reassociate] As the expression tree is rewritt...
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...