aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/flags.ll
AgeCommit message (Expand)Author
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-27Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman
2009-07-22Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman
2009-07-20Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman