about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-1/+11
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+9
2021-04-06Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors-114/+119
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+9
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-0/+39
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-0/+21
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-0/+39
2021-04-04Allow clobbering unsupported registers in asm!Amanieu d'Antras-0/+21
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-35/+35
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-114/+119
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-0/+46
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+19
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-1/+1
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-1/+0
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-0/+22
2021-03-22Update the minimum external LLVM to 10Josh Stone-1/+0
2021-03-22Auto merge of #79846 - the8472:inplace-tra, r=m-ou-sebors-0/+14
2021-03-21disable debug assertions in codegen testThe8472-0/+1
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-3/+3
2021-03-21add codegen testThe8472-0/+13
2021-03-21Enable mutable noalias by default for LLVM 12Nikita Popov-3/+3
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-0/+15
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-1/+1
2021-03-17Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkovbors-18/+47
2021-03-16Adjust `-Ctarget-cpu=native` handling in cg_llvmSimonas Kazlauskas-18/+47
2021-03-14Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikicbors-0/+20
2021-03-14Use only x86_64 flagHiroki Noda-1/+3
2021-03-12Emit the enum range assumption if the range only contains one elementhi-rustin-0/+16
2021-03-12Add support for storing code model to LLVM module IRHiroki Noda-0/+18
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-0/+141
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-18/+35
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-1/+1
2021-03-09implement unwinding abi's (RFC 2945)katelyn a. martin-0/+141
2021-03-09Rollup merge of #82799 - bugadani:codegen-tests, r=nagisaMara Bos-0/+27
2021-03-07add codegen tests for some issues closed by LLVM 12Erik Desjardins-0/+76
2021-03-06Add codegen test checking binary_search allows eliding bound checksGiacomo Stevanato-0/+19
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-4/+4
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-2/+2
2021-03-05Add regression test for #75525Dániel Buga-0/+27
2021-03-04Auto merge of #81451 - nikic:llvm-12, r=nagisabors-28/+33
2021-02-28Support LLVM 12 in rustcNikita Popov-28/+33
2021-02-28Use -O in try_identity test that requires storage markersTomasz Miąsko-1/+1
2021-02-20Test CU directory is the work_dirSimonas Kazlauskas-0/+9
2021-02-06Add a test for escaping LLVMisms in inline asmSimonas Kazlauskas-0/+32
2021-01-30Consider Scalar to be a bool only if its unsignedSimonas Kazlauskas-0/+13
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-8/+0
2021-01-17Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAusbors-0/+33
2021-01-16Try ignore-debug in the codegen testScott McMurray-0/+1
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-19/+0
2021-01-15Add `as_rchunks` (and friends) to slicesScott McMurray-0/+32