about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+10
2024-03-03Auto merge of #121665 - erikdesjardins:ptradd, r=nikicbors-6/+49
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+10
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-1/+1
2024-02-29Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin...Guillaume Gomez-0/+25
2024-02-27test merging of multiple match branches that access fields of the same offsetErik Desjardins-0/+44
2024-02-27use non-inbounds GEP for ZSTs, add fixmesErik Desjardins-3/+3
2024-02-27CFI: Don't compress user-defined builtin typesRamon de C Valle-0/+25
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-7/+6
2024-02-27Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgrbors-1/+1
2024-02-27Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obkMatthias Krüger-1/+1
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-49/+49
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung-1/+1
2024-02-26Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiserGuillaume Gomez-0/+159
2024-02-25Use generic `NonZero` in tests.Markus Reiter-50/+46
2024-02-25fix use of platform_intrinsics in testsRalf Jung-49/+49
2024-02-25Auto merge of #120650 - clubby789:switchint-const, r=saethlinbors-0/+67
2024-02-23Ignore less tests in debug buildsBen Kimock-54/+7
2024-02-23Use `br` instead of conditional when branching on constantclubby789-0/+67
2024-02-23Remove unhelpful `DEFINE_INTERNAL` from filecheck flagsZalathar-3/+2
2024-02-23Convert `tests/run-make/instrument-coverage` to an ordinary codegen testZalathar-0/+121
2024-02-23Move existing coverage codegen tests into a subdirectoryZalathar-0/+0
2024-02-23Allow tests to specify a `//@ filecheck-flags:` headerZalathar-0/+8
2024-02-23Add some simple meta-tests for the handling of `filecheck` flagsZalathar-0/+31
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1027/+1027
2024-02-22Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama...bors-47/+0
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-1/+1
2024-02-21Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercotebors-0/+22
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-0/+22
2024-02-20delete a test that no longer makes senseRalf Jung-47/+0
2024-02-19Updated test to account for added previous features (thanks erikdesjardins!)CKingX-1/+1
2024-02-18Auto merge of #118264 - lukas-code:optimized-draining, r=the8472bors-0/+69
2024-02-16Don't use mem::zeroed in vec::IntoIterBen Kimock-2/+15
2024-02-16add codegen testLukas Markeffsky-0/+69
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-2/+2
2024-02-13tests: LLVM 18 infers an extra noalias hereAugie Fackler-1/+1
2024-02-12Support safe intrinsics with fallback bodiesOli Scherer-2/+2
2024-02-11Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplettMatthias Krüger-6/+8
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-0/+21
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+21
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-11/+0
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-0/+38
2024-02-03Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errorsMatthias Krüger-0/+38
2024-02-01Revert unsound libcore changes of #119911Oli Scherer-55/+0
2024-01-30Remove `ffi_returns_twice` featureclubby789-11/+0
2024-01-30Add additional test cases for is_val_statically_knownAlex Huang-0/+38
2024-01-30Rollup merge of #120310 - krasimirgg:jan-v0-sym, r=Mark-SimulacrumGuillaume Gomez-1/+1
2024-01-26Update codegen test for LLVM 18Nikita Popov-2/+2
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+103