about summary refs log tree commit diff
path: root/src/test/codegen/stores.rs
AgeCommit message (Expand)AuthorLines
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-04Support memcpy/memmove with differing src/dst alignmentNikita Popov-2/+2
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-2/+4
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-6/+6
2017-01-04Replace BlockAndBuilder with Builder.Mark Simulacrum-2/+2
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-7/+4
2016-06-08trans: always use a memcpy for ABI argument/return casts.Eduard Burtescu-4/+12
2016-05-26Fix stores codegen passSimonas Kazlauskas-4/+4
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+3
2016-03-17tests: Use arguments in codegen/stores.rs to turn aggregates into immediates.Eduard Burtescu-15/+8
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-0/+2
2015-08-19Issue #27628 - Also support the LLVM 3.6 IR format in two testsSylvestre Ledru-2/+2
2015-06-16rustc: Update LLVMAlex Crichton-2/+2
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-0/+45