aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/call.ll
AgeCommit message (Expand)Author
2016-07-22Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2013-09-17Cleanup handling of constant function casts.Matt Arsenault
2013-07-30Change behavior of calling bitcasted alias functions.Matt Arsenault
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-02-03Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach
2012-02-01Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-01Update to new EH scheme.Bill Wendling
2011-05-18Start trying to make InstCombine preserve more debug info. The idea here is ...Eli Friedman
2011-02-24change instcombine to not turn a call to non-varargs bitcast ofChris Lattner
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-02-01fix rdar://7590304, a miscompilation of objc apps on arm. The callerChris Lattner
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-10-12Missing CHECK: lines makes test exit abnormally.Edward O'Callaghan
2009-10-12FileCheck not CheckFile, oops.Edward O'Callaghan
2009-10-12Convert InstCombine/call.ll to CheckFile.Edward O'Callaghan
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-07Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar
2008-06-10Ignore stderr for some more tests that expect warnings there.Matthijs Kooijman
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-13For PR950:Reid Spencer
2004-02-28The instruction combining pass removes dead instructions, there is no needChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-06-18New testcaseChris Lattner