SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / FunctionAttrs /
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-08-13 Chandler Carruth[optnone] Make the optnone attribute effective at suppr...
2014-05-30 Nick LewyckyWhen analyzing params/args for readnone/readonly, don...
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-14 Matt ArsenaultMake nocapture analysis work with addrspacecast
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-03 Michael GottesmanChange the gettimeofday test to only test on a posix...
2013-07-03 Michael GottesmanAdded support in FunctionAttrs for adding relevant...
2013-03-21 Meador IngeMove library call prototype attribute inference to...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
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