about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-07-30Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgrbors-0/+55
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+35
2024-07-30Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviperMatthias Krüger-0/+55
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+35
2024-07-27Rollup merge of #128262 - DianQK:remove-unused-tests, r=saethlinTrevor Gross-34/+0
2024-07-27Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcmbors-0/+35
2024-07-27Delete `SimplifyArmIdentity` and `SimplifyBranchSame` testsDianQK-34/+0
2024-07-25Let InstCombine remove Clone shims inside Clone shimsBen Kimock-0/+20
2024-07-24Set branch protection function attributesNikita Popov-0/+55
2024-07-21Use `leading_zeros` instead of `ilog2` in tests.Markus Reiter-6/+6
2024-07-21Simplify test.Markus Reiter-6/+8
2024-07-21Add test for cast optimization.Markus Reiter-0/+33
2024-07-21Auto merge of #127715 - klensy:tests-w, r=Mark-Simulacrumbors-5/+0
2024-07-15Use Option's discriminant as its size hintScott McMurray-1/+34
2024-07-14reenable some windows testsklensy-5/+0
2024-07-12Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubileebors-8/+34
2024-07-12Adjust tests for x86 "Rust" ABI changesbeetrees-8/+34
2024-07-02Use the aligned size for alloca at ret when the pass mode is cast.DianQK-11/+11
2024-07-02Use the aligned size for alloca at args when the pass mode is cast.DianQK-28/+11
2024-07-02Add the definition for `extern "C"` at `cast-target-abi.rs`.DianQK-24/+358
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-28/+169
2024-06-25Support `#[patchable_function_entries]`Matthew Maurer-0/+20
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-0/+8
2024-06-25Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieubors-0/+14
2024-06-23Also get `add nuw` from `uN::checked_add`Scott McMurray-0/+14
2024-06-23test: ignore force-frame-pointers test on some targetsJubilee Young-0/+7
2024-06-23test: for frame-pointer=non-leaf codegen optsJubilee Young-2/+7
2024-06-21Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwcobors-1/+5
2024-06-20Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJungbors-42/+15
2024-06-19Give inlining bonuses to things that optimize outScott McMurray-1/+5
2024-06-19Fix wasm_exceptions testGary Guo-3/+3
2024-06-19update codegen test for `array::repeat`joboet-1/+1
2024-06-19add codegen test for `array::repeat`joboet-0/+15
2024-06-19Fix non-x86 testsGary Guo-1/+1
2024-06-19Remove c_unwind from tests and fix testsGary Guo-38/+11
2024-06-16Apply suggestion.Slanterns-1/+3
2024-06-16add codegen test for `Error::provide`Slanterns-0/+48
2024-06-15Auto merge of #122613 - Zalathar:profiler, r=nnethercotebors-7/+8
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+195
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-7/+8
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-9/+12
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-63/+73
2024-06-11Make issue-122805.rs big endian compatibleNikita Popov-9/+12
2024-06-11Fix tests for 32 bits targetsLzu Tao-5/+5
2024-06-09Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=...许杰友 Jieyou Xu (Joe)-6/+6
2024-06-09Apply suggestions from code reviewLzu Tao-49/+33
2024-06-09add codegen test for #36010Lzu Tao-0/+29
2024-06-09add codegen test for #68667Lzu Tao-0/+17
2024-06-09add codegen test for #74938Lzu Tao-0/+15