summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/cast-malloc.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove a now-pointless regtestChris Lattner2009-10-181-15/+0
| | | | llvm-svn: 84409
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+1
| | | | | | | | Update testcases that rely on malloc insts being present. Also prematurely remove MallocInst handling from IndMemRemoval and RaiseAllocations to help pass tests in this incremental step. llvm-svn: 84292
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it ↵Victor Hernandez2009-09-251-1/+1
| | | | | | causes regressions in the nightly tests. llvm-svn: 82784
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+1
| | | | | | Reviewed by Devang Patel. llvm-svn: 82694
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-5/+7
| | | | llvm-svn: 48103
* update to new t-d strings.Chris Lattner2007-02-151-1/+1
| | | | llvm-svn: 34290
* For PR761:Reid Spencer2007-01-261-1/+6
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+8
llvm-svn: 33296
OpenPOWER on IntegriCloud