aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/malloc.ll
Commit message (Expand)AuthorAgeFilesLines
* 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
* new testcase, update old one.Chris Lattner2007-04-061-4/+4
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-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
* New testcase for malloc promotionChris Lattner2002-11-041-0/+7