about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-11-25Support predicate registers (clobber-only) in Hexagon inline assemblyTaiki Endo-0/+37
2024-11-25Fix clobber_abi in RV32E and RV64E inline assemblyTaiki Endo-0/+44
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-1/+1
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-1/+11
2024-11-24Fix asm goto with outputsGary Guo-11/+13
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-0/+10
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-0/+48
2024-11-20aarch64 softfloat target: always pass floats in int registersRalf Jung-0/+48
2024-11-17Likely unlikely fixJiri Bobek-13/+91
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+29
2024-11-14tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li...许杰友 Jieyou Xu (Joe)-3/+3
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-2/+1
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+19
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+19
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-1/+1
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-1/+1
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-0/+64
2024-11-09Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikicMatthias Krüger-1/+10
2024-11-09Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQKMatthias Krüger-4/+20
2024-11-08try_question_mark_nop: update test for LLVM 20Augie Fackler-1/+10
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-4/+20
2024-11-07Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42Jubilee-3/+3
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-9/+11
2024-11-08Stabilize s390x inline assemblyTaiki Endo-1/+1
2024-11-07Update test for LLVM 20's new vector splat syntaxHans Wennborg-3/+3
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+40
2024-11-06Fix relative lines in coroutine testMatt Weber-2/+2
2024-11-06Use -DAG to handle use of file before definitionWesley Wiser-4/+4
2024-11-06Restructure `compile-flags` for testsMatt Weber-12/+8
2024-11-06Update compile flags formattingMatt Weber-5/+5
2024-11-06Rename generator test fileMatt Weber-7/+7
2024-11-06Rename option and add docMatt Weber-4/+4
2024-11-06Move additional source location info behind -Z optionMatt Weber-14/+15
2024-11-06Move tests into issues directoryMatt Weber-0/+0
2024-11-06Refactor and expand enum testMatt Weber-40/+41
2024-11-06Add test for async function and async blockMatt Weber-0/+25
2024-11-06Allow check lines to exceed normal length limitMatt Weber-0/+8
2024-11-06Separate NONMSVC and MSVC checksMatt Weber-11/+18
2024-11-06Split metadata testing into multiple filesMatt Weber-46/+74
2024-11-06Add file and line metadata for enum variant and fieldsMatt Weber-2/+4
2024-11-06Add file and line metadata for struct/union membersMatt Weber-2/+7
2024-11-06Add file and line metadata for coroutinesMatt Weber-0/+5
2024-11-06Refactor `type_map::stub` parametersMatt Weber-2/+21
2024-11-06Add file and line metadata for closuresMatt Weber-1/+5
2024-11-06Add codegen test to validate IR for debuginfoMatt Weber-0/+11
2024-11-06Add `is_ascii` function optimized for x86-64 for [u8]okaneco-0/+16
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-3/+3
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-3/+3
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-1/+41
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-5/+21