summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/memInstructions.3.2.ll
AgeCommit message (Expand)Author
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov
2020-05-15StoreInst should store Align, not MaybeAlignEli Friedman
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
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
2014-07-29Fix line-endings, NFCDuncan P. N. Exon Smith
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2014-03-02Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein