instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / FunctionAttrs /
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-23 Nick LewyckyMove this test from date-name to feature-name, and...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-16 Eli FriedmanFix test.
2011-08-16 Eli FriedmanRevert a bit of r137667; the logic in question can...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanMake FunctionAttrs use AliasAnalysis::getModRefBehavior...
2010-10-30 Duncan SandsIf a function does a volatile load from a global consta...
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-05-07 Duncan SandsRevert r70876 and add a testcase (@c7) showing the...
2009-05-06 Duncan SandsFix PR3754: don't mark functions that wrap MallocInst...
2009-05-04 Mike StumpRestore minor deletion.
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Nick LewyckyRemove the cyclic part of this test, it was passing...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-02 Duncan SandsAdd tests for two types of traps that escape analysis
2008-12-31 Duncan SandsLook through phi nodes and select instructions when
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how