about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-13/+71
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-13/+71
2018-04-10Small nits to make couple of tests pass on mips targets.dragan.mladjenovic-0/+6
2018-04-06Make sure that generics are internalized in executables even with -Zshare-gen...Michael Woerister-0/+22
2018-04-04Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakisbors-1/+6
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+1
2018-03-28Auto merge of #49383 - nox:scalarpair, r=eddybbors-0/+6
2018-03-27Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichtonbors-0/+43
2018-03-26Strengthen the repeat-trusted-len testFrancis Gagné-1/+6
2018-03-26Allow niche-filling dataful variants to be represented as a ScalarPairAnthony Ramine-0/+6
2018-03-26Stabilize i128_typeMark Mansi-1/+0
2018-03-26fix testsgnzlbg-2/+2
2018-03-26set min-llvm-version 6.0, ignore-emscriptengnzlbg-0/+3
2018-03-26add testsgnzlbg-0/+40
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-0/+30
2018-03-25Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichtonbors-0/+35
2018-03-23Add a codegen test for exact_div intrinsicScott McMurray-0/+30
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+10
2018-03-18add codegen testgnzlbg-0/+35
2018-03-09test: fix repr-transparent-aggregates test on mips64James Cowgill-0/+50
2018-03-09test: ignore mips* in x86_mmx testJames Cowgill-0/+2
2018-03-09test: ignore stack probe tests on mips*James Cowgill-0/+2
2018-03-09test: remove duplicate ignore-aarch64 from stack-probes testJames Cowgill-1/+0
2018-03-08test: ignore mips64 in abi-main-signature-16bit-c-int.rsJames Cowgill-0/+1
2018-03-08test: remove useless ignore-mips*el headersJames Cowgill-8/+0
2018-03-08Adjust test which differs between 32 bit and 64 bitOliver Schneider-2/+2
2018-03-08Codegen testsOliver Schneider-7/+7
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-10/+0
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+1
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-2/+2
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-2/+2
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+1
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-7/+7
2018-02-11Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddybbors-51/+87
2018-02-08Fix oversized loads on x86_64 SysV FFI callsBjörn Steinbrink-51/+87
2018-02-07Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-0/+23
2018-02-06Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakiskennytm-0/+26
2018-02-05Make inline assembly volatile if it has no outputs. Fixes #46026John Kåre Alsaker-0/+26
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-1/+1
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+23
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-1/+1
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-2/+2
2018-01-26Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r...Alex Crichton-3/+1
2018-01-25Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoeristerAlex Crichton-0/+24
2018-01-25rustc: SIMD types use pointers in Rust's ABIAlex Crichton-3/+1
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-3/+0
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-0/+284
2018-01-21Ensure test doesn't run with llvm 3.9A.J. Gardner-3/+1
2018-01-20Simplify and fix testA.J. Gardner-5/+2
2018-01-20Teach rustc about DW_AT_noreturn and a few more DIFlagsA.J. Gardner-0/+29