about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-08-07Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgrbors-6/+6
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-43/+43
2024-08-07Add implied features to non-target-feature functionsCaleb Zulawski-4/+4
2024-08-07Don't use LLVM to compute -Ctarget-featureCaleb Zulawski-1/+1
2024-08-07Fix codegen testsCaleb Zulawski-5/+5
2024-08-05Rollup merge of #128500 - clubby789:122600-test, r=Mark-SimulacrumMatthias Krüger-0/+19
2024-08-04Auto merge of #128466 - sayantn:stdarch-update, r=tgross35bors-21/+0
2024-08-04Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss...sayantn-21/+0
2024-08-03Add test for updating enum discriminant through pointerclubby789-0/+19
2024-08-01Implement `UncheckedIterator` directly for `RepeatN`Scott McMurray-1/+14
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