summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/libcalls.ll
Commit message (Expand)AuthorAgeFilesLines
* DSE: fix bug where we would only check libcalls for name rather than whole declNuno Lopes2020-01-111-4/+6
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+70
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-70/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-7/+7
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-6/+6
* Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky2012-09-251-3/+17
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-251-0/+10
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-241-0/+46
OpenPOWER on IntegriCloud