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