about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+11
2021-06-02Update generator testsWesley Wiser-16/+16
2021-05-30BPF: remove unnecessary flags from src/test/codegen/bpf-alu32.rsAlessandro Decina-1/+0
2021-05-29BPF: fix #[target_feature(enable = "alu32")]Alessandro Decina-0/+12
2021-05-19Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...bors-0/+56
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-2/+19
2021-05-18No matter how trivial the change, tidy always finds a way to complain...Scott McMurray-2/+2
2021-05-18Mention the issue number for the new mir-opt in the FIXMEs scottmcm-1/+1
2021-05-18std: Attempt again to inline thread-local-init across cratesAlex Crichton-0/+56
2021-05-17rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.Eduard-Mihai Burtescu-6/+9
2021-05-16Auto merge of #84549 - tmiasko:static-initializer, r=varkorbors-4/+0
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-0/+15
2021-05-09PR feedbackScott McMurray-4/+4
2021-05-06mir-opt & codegen test updatesScott McMurray-2/+19
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-3/+6
2021-05-04Add test for --remap-path-prefix on std importsAndy Wang-0/+12
2021-05-02Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandryDylan DPC-40/+66
2021-05-01Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkovbors-2/+2
2021-04-30Remove artificial flag from generator variantslrh2000-40/+66
2021-04-29Remove tests introduced or cahnged by PR #77885, which is reverted in this PR.Felix S. Klock II-2/+0
2021-04-28Be stricter about rejecting LLVM reserved registers in asm!Amanieu d'Antras-2/+2
2021-04-25Reachable statics have reachable initializersTomasz Miąsko-4/+0
2021-04-23Update wasm test assertionsAlex Crichton-173/+12
2021-04-17Don't set `fast`(-math) for certain simd opsSimonas Kazlauskas-98/+121
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-1/+11
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+9
2021-04-06Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors-114/+119
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+9
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-0/+39
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-0/+21
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-0/+39
2021-04-04Allow clobbering unsupported registers in asm!Amanieu d'Antras-0/+21
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-35/+35
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-114/+119
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-0/+46
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+19
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-1/+1
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-1/+0
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-0/+22
2021-03-22Update the minimum external LLVM to 10Josh Stone-1/+0
2021-03-22Auto merge of #79846 - the8472:inplace-tra, r=m-ou-sebors-0/+14
2021-03-21disable debug assertions in codegen testThe8472-0/+1
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-3/+3
2021-03-21add codegen testThe8472-0/+13
2021-03-21Enable mutable noalias by default for LLVM 12Nikita Popov-3/+3
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-0/+15
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-1/+1
2021-03-17Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkovbors-18/+47
2021-03-16Adjust `-Ctarget-cpu=native` handling in cg_llvmSimonas Kazlauskas-18/+47
2021-03-14Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikicbors-0/+20