about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-22Match scalar-pair-bool more flexibly for LLVM 11Josh Stone-2/+3
2020-08-18Don't panic in Vec::shrink_to_fitJosh Stone-0/+36
2020-08-11Revert "Suppress debuginfo on naked function arguments"Nathaniel McCallum-2/+2
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-2/+2
2020-08-08Auto merge of #74533 - nikic:issue-74425, r=eddybbors-0/+25
2020-08-08Emit == null instead of <= nullNikita Popov-0/+25
2020-08-03Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisabors-24/+24
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-2/+7
2020-07-30Auto merge of #74105 - npmccallum:naked, r=matthewjasperbors-2/+2
2020-07-28rustc: Improving safe wasm float->int castsAlex Crichton-24/+24
2020-07-27Suppress debuginfo on naked function argumentsNathaniel McCallum-2/+2
2020-07-25Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kr...bors-3/+3
2020-07-22Improve codegen for unchecked float casts on wasmAlex Crichton-20/+9
2020-07-22Rollup merge of #74237 - lzutao:compiletest, r=Mark-SimulacrumManish Goregaokar-2/+2
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-4/+4
2020-07-22[AVR] Correctly set the pointer address space when constructing pointers to f...Dylan McKay-0/+93
2020-07-20Slightly improve panic messages when range indices are out of boundsLukas Kalbertodt-3/+3
2020-07-19Add missing : after *llvm-versionLzu Tao-2/+2
2020-07-17Test codegen of compare_exchange operationsTomasz Miąsko-0/+60
2020-07-16Rollup merge of #74171 - ehuss:44056-debug-macos, r=nikomatsakisManish Goregaokar-2/+3
2020-07-16Rollup merge of #73926 - joaopaulocarreiro:github_rust-6, r=nikomatsakisManish Goregaokar-0/+1
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-4/+4
2020-07-13Rollup merge of #74285 - wangtheo:issue-71669, r=lcnrManish Goregaokar-0/+91
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+18
2020-07-12Added tests for volatile and nearbyint intrinsicsTeddy_Wang-0/+73
2020-07-10Only add cfguard module flag on windows-msvcAndrew Paverd-0/+14
2020-07-09Ignore changes when debug assertions are enabled.Eric Huss-3/+3
2020-07-08Disable 44056 test with debug on macos.Eric Huss-0/+1
2020-07-02Add codegen testsChristopher Serr-0/+331
2020-07-01Ignoring test case: [codegen] repr-transparent-aggregates-1.rs for aarch64joacar01-0/+1
2020-06-27Rollup merge of #73525 - cuviper:llvm11, r=nikicManish Goregaokar-3/+3
2020-06-26Rollup merge of #72620 - tmiasko:linkage-name, r=eddybManish Goregaokar-0/+42
2020-06-25Prepare for LLVM 11Josh Stone-3/+3
2020-06-24Split out async fn and generator testTyler Mandry-72/+102
2020-06-24Give up on checking filenameTyler Mandry-8/+4
2020-06-24Add generator-debug test for MSVCTyler Mandry-0/+88
2020-06-24Generalize generator-debug test a bitTyler Mandry-21/+19
2020-06-24Add test for generator debuginfoTyler Mandry-0/+94
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-0/+53
2020-06-20Add codegen test for multiple `asm!` optionsCamelid-0/+53
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-3/+3
2020-06-19Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-SimulacrumRalf Jung-2/+0
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-11/+6
2020-06-19Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakisRalf Jung-0/+44
2020-06-17ignore-debug: debug assertions in slice indexing prevent the optimizationerikdesjardins-0/+1
2020-06-16we can enable one more codegen test in debug mode nowRalf Jung-2/+0
2020-06-16Update CFGuard syntaxAndrew Paverd-3/+3
2020-06-15elaborate, add check for exact boundsErik Desjardins-1/+18
2020-06-15Update sanitizer testNathan Corbyn-1/+2