summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination/libcalls.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky2012-09-25
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-25
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-24