Chris Lattner
|
6a144a2227
|
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
llvm-svn: 145171
|
2011-11-27 06:54:59 +00:00 |
Bill Wendling
|
4aa2573748
|
Try to eliminate the use of the 'unwind' instruction.
llvm-svn: 139046
|
2011-09-02 22:41:11 +00:00 |
Dan Gohman
|
fb4193625a
|
Delete useless trailing semicolons.
llvm-svn: 92740
|
2010-01-05 17:55:26 +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 |