[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / Internalize /
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-07-16 Peter CollingbourneInternalize: internalize comdat members as a group...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-05 Duncan P. N. Exon... LTO: -internalize sets visibility to default
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-09-04 Rafael EspindolaMerge these 2 tests in a single file.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-03-07 Rafael EspindolaAdd test for r127138.
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-01-05 Duncan SandsTeach the internalize pass to also internalize
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-14 Devang PatelSimplify internalize pass. Add test case.