aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
Commit message (Expand)AuthorAgeFilesLines
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-8/+13
* Convert tests to FileCheckMatt Arsenault2013-06-281-1/+3
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-031-0/+23
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-011-23/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1/+1
* 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
* When turning a call to a bitcast function into a direct call,Duncan Sands2008-01-131-2/+1
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-0/+23