summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/upgrade-global-ctors.ll
AgeCommit message (Expand)Author
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov
2019-05-15[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith
2014-08-12Don't upgrade global constructors when reading bitcodeDuncan 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-05-17Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola