Bill Wendling
|
8bf0eab34d
|
Replace uses of unwind with unreachable for the same effect.
llvm-svn: 140077
|
2011-09-19 22:16:15 +00:00 |
Dan Gohman
|
0f3ef7be50
|
Eliminate more redundant llvm-as calls.
llvm-svn: 81540
|
2009-09-11 18:17:12 +00:00 |
Dan Gohman
|
72a13d2476
|
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
|
2009-09-08 22:34:10 +00:00 |
Chris Lattner
|
5ca4197829
|
Improve tail call elim to move loads above readonly calls
when it allows forming a tail call. Patch by Frits van
Bommel. This implements PR4323.
llvm-svn: 73752
|
2009-06-19 04:22:16 +00:00 |