summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/malloc2.ll
Commit message (Collapse)AuthorAgeFilesLines
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-22/+0
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Make changes to rev 84292 as requested by Chris Lattner.Victor Hernandez2009-10-211-1/+5
| | | | | | | Most changes are cleanup, but there is 1 correctness fix: I fixed InstCombine so that the icmp is removed only if the malloc call is removed (which requires explicit removal because the Worklist won't DCE any calls since they can have side-effects). llvm-svn: 84772
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+0
| | | | | | | | 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-0/+1
| | | | | | causes regressions in the nightly tests. llvm-svn: 82784
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+0
| | | | | | Reviewed by Devang Patel. llvm-svn: 82694
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* For PR1319:Reid Spencer2007-04-141-1/+1
| | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
* new testcase, update old one.Chris Lattner2007-04-061-0/+19
llvm-svn: 35699
OpenPOWER on IntegriCloud