aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim/reorder_load.ll
AgeCommit message (Expand)Author
2013-01-11This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman
2011-09-19Replace uses of unwind with unreachable for the same effect.Bill Wendling
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-06-19Improve tail call elim to move loads above readonly callsChris Lattner