aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/flags.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-8/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+1
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-071-0/+45
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-0/+19
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-071-0/+68
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-061-68/+0
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-041-0/+68
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+19
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-271-34/+34
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-221-36/+36
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-201-0/+125