summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/call.ll
Commit message (Expand)AuthorAge
* Cleanup handling of constant function casts.Matt Arsenault2013-09-17
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-03
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-01
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Update to new EH scheme.Bill Wendling2011-09-01
* Start trying to make InstCombine preserve more debug info. The idea here is ...Eli Friedman2011-05-18
* change instcombine to not turn a call to non-varargs bitcast ofChris Lattner2011-02-24
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* fix rdar://7590304, a miscompilation of objc apps on arm. The callerChris Lattner2010-02-01
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Missing CHECK: lines makes test exit abnormally.Edward O'Callaghan2009-10-12
* FileCheck not CheckFile, oops.Edward O'Callaghan2009-10-12
* Convert InstCombine/call.ll to CheckFile.Edward O'Callaghan2009-10-12
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-07
* Ignore stderr for some more tests that expect warnings there.Matthijs Kooijman2008-06-10
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* For PR950:Reid Spencer2006-11-13
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* New testcaseChris Lattner2003-06-18