about summary refs log tree commit diff
path: root/tests/assembly
AgeCommit message (Expand)AuthorLines
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-4/+8
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-2/+2
2023-12-11test: demonstrate that dwarf debug names sections are emittedWeihang Lo-0/+25
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-4/+8
2023-11-30Auto merge of #116892 - ojeda:rethunk, r=wesleywiserbors-0/+30
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+30
2023-11-30Auto merge of #118036 - DianQK:thinlto-tests, r=tmiaskobors-0/+8
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-0/+8
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-3/+1
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+1
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+2
2023-10-28Remove asmjs from testsJubilee Young-3/+2
2023-10-23Fix closure-inherit-target-feature test for SGX platformRaoul Strackx-0/+1
2023-10-19Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviperbors-1/+821
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-1/+3
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-0/+25
2023-10-12Exclude apple from assembly testScott McMurray-0/+1
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-0/+19
2023-10-06optimize zipping over array iteratorsThe 8472-0/+25
2023-10-02Limit to LLVM 17.0.2 to work around WinEH codegen bugNikita Popov-0/+1
2023-10-02Update stack protector testNikita Popov-1/+1
2023-09-24Add assembly test to make sure that inlining works as expected when closures ...Eduardo Sánchez Muñoz-0/+58
2023-09-21Add stack-protector test for WindowsWesley Wiser-1/+821
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-12/+14
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-12/+14
2023-07-27Update the minimum external LLVM to 15Josh Stone-3/+0
2023-07-02test-various: run codegen and assembly testsJan-Mirko Otter-0/+1
2023-07-01add assembly-test: wasm-exceptionsJan-Mirko Otter-0/+60
2023-06-16remove box_free and replace with drop implDrMeepster-1/+1
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-4/+8
2023-05-18Also assume wrap-around discriminants in `as` MIR buildingScott McMurray-0/+28
2023-05-06Tune the `is_ascii` implementation used for short slicesScott McMurray-0/+35
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-0/+196
2023-04-23allow array-style simd in inline asmEzra Shaw-0/+25
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+83
2023-04-05Fix an assembly test with a hard-coded hashThom Chiovoloni-2/+2
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-0/+1
2023-03-29Add ignore-debug to static-relocation-model testBen Kimock-0/+1
2023-03-10Ignore LVI incompatible assembly tests on sgx platformRaoul Strackx-0/+4
2023-03-10Fix LVI inline assembly testRaoul Strackx-13/+4
2023-03-10Fix LVI generic load testRaoul Strackx-1/+1
2023-02-10Update the minimum external LLVM to 14Josh Stone-1/+0
2023-01-17bump failing assembly & codegen tests from LLVM 14 to LLVM 15Lukas Markeffsky-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6608