summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim/dont_reorder_load.ll
Commit message (Expand)AuthorAge
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-19