about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2021-01-15Rollup merge of #80834 - bugadani:vecdeque, r=oli-obkYuki Okushi-0/+19
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-1/+2
2021-01-14Remove unreachable panics from VecDequeDániel Buga-0/+19
2021-01-13Update code to account for extern ABI requirementMark Rousskov-35/+35
2021-01-13Update tests for extern block lintingMark Rousskov-9/+9
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-0/+101
2020-12-31remove move_val_init leftoversRalf Jung-19/+0
2020-12-26Remove pointer comparison from slice equalitybors-0/+16
2020-12-10Fix typo in code commentCorey Farwell-1/+1
2020-12-10tests: codegen/transmute-scalar needs optimizations enabled.Eduard-Mihai Burtescu-1/+1
2020-12-09tests: add 3 cases involving pointers to codegen/transmute-scalar.Eduard-Mihai Burtescu-0/+50
2020-12-07rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes.Eduard-Mihai Burtescu-0/+35
2020-11-30make test work in llvm 9Erik Desjardins-1/+1
2020-11-29Pass arguments up to 2*usize by valueErik Desjardins-5/+10
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-5/+4
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-0/+91
2020-11-29args may be passed by valueAshley Mannix-4/+4
2020-11-29Update tests to remove old numeric constantsbstrie-5/+4
2020-11-29looser regex on local argsAshley Mannix-6/+6
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-49/+5
2020-11-24Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievinkJonas Schievink-0/+20
2020-11-24generalize codegen to non 64bit platformsAshley Mannix-6/+6
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-2/+0
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-0/+20
2020-11-22Change slice::to_vec to not use extend_from_slicekadmin-0/+10
2020-11-22Drop support for cloudabi targetsLzu Tao-2/+0
2020-11-20Never inline naked functionsTomasz Miąsko-0/+30
2020-11-18Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddybbors-0/+31
2020-11-17Rollup merge of #78967 - tmiasko:codegen-tests, r=cuviperMara Bos-9/+17
2020-11-17Fix setting inline hint based on `InstanceDef::requires_inline`Tomasz Miąsko-0/+31
2020-11-14tweak new codegen test to work on localAshley Mannix-4/+4
2020-11-13remove const_generics from codegen testsAshley Mannix-4/+4
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-2/+0
2020-11-12Fix codegen test for issue 37945Tomasz Miąsko-6/+14
2020-11-12Ensure that closure call is not removed by MIR optimizations in a testTomasz Miąsko-1/+1
2020-11-12Fix test checking that into_boxed_slice does not panicTomasz Miąsko-2/+2
2020-11-08Support repr(simd) on ADTs containing a single array fieldgnzlbg-0/+91
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+7
2020-10-31Assert that locals have storage when usedTomasz Miąsko-0/+1
2020-10-26Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiserbors-6/+6
2020-10-26Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obkbors-0/+17
2020-10-26Ignore long lines in testoli-0/+1
2020-10-26Add an inlining debuginfo testoli-0/+16
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-6/+6
2020-10-23Add codegen test for #45964Dániel Buga-0/+38
2020-10-20Rollup merge of #78046 - bugadani:issue-73827, r=nikicGuillaume Gomez-0/+18
2020-10-17Add codegen test for issue #73827Dániel Buga-0/+18
2020-10-15Prevent miscompilation in trivial loop {}Mark Rousskov-0/+15
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+7
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+21