summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/flags.ll
AgeCommit message (Expand)Author
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-04-09Add support for `nneg` flag with `uitofp`Noah Goldstein
2024-03-29[IR] Add nowrap flags for trunc instruction (#85592)elhewaty
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper
2023-10-30[IR] Add zext nneg flag (#67982)Nikita Popov
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith
2010-01-25Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman