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