Chris Lattner
|
9d1e8420ff
|
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
|
145872a92c
|
Try to eliminate the use of the 'unwind' instruction.
llvm-svn: 139046
|
2011-09-02 22:41:11 +00:00 |
|
Dan Gohman
|
5fa04f2707
|
Delete useless trailing semicolons.
llvm-svn: 92740
|
2010-01-05 17:55:26 +00:00 |
|
Dan Gohman
|
c9307490ce
|
Eliminate more redundant llvm-as calls.
llvm-svn: 81540
|
2009-09-11 18:17:12 +00:00 |
|
Dan Gohman
|
c95df8b6d8
|
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
|
2009-09-08 22:34:10 +00:00 |
|
Chris Lattner
|
8ddc06469c
|
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 |
|