Move the personality function from LandingPadInst to Function
[oota-llvm.git] / test / Transforms / InstCombine / call.ll
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-09-17 Matt ArsenaultCleanup handling of constant function casts.
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-05-18 Eli FriedmanStart trying to make InstCombine preserve more debug...
2011-02-24 Chris Lattnerchange instcombine to not turn a call to non-varargs...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-02-01 Chris Lattnerfix rdar://7590304, a miscompilation of objc apps on...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-12 Edward O'CallaghanMissing CHECK: lines makes test exit abnormally.
2009-10-12 Edward O'CallaghanFileCheck not CheckFile, oops.
2009-10-12 Edward O'CallaghanConvert InstCombine/call.ll to CheckFile.
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-09-07 Daniel DunbarDon't depend on Tcl behavior of redirecting stderr...
2008-06-10 Matthijs KooijmanIgnore stderr for some more tests that expect warnings...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-13 Reid SpencerFor PR950:
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-18 Chris LattnerNew testcase