summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2018-05-01Auto merge of #48786 - nagisa:fp, r=nikomatsakisbors-0/+16
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-1/+1
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-0/+16
2018-05-01Auto merge of #50304 - nox:uninhabited-output, r=eddybbors-6/+16
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-0/+19
2018-04-28Mark functions returning uninhabited types as noreturnAnthony Ramine-6/+16
2018-04-28Auto merge of #50164 - nox:rval-range-metadata, r=eddybbors-0/+29
2018-04-27Auto merge of #49420 - nox:enum-scalarpair, r=eddybbors-6/+17
2018-04-26Emit range metadata on calls returning scalars (fixes #50157)Anthony Ramine-0/+29
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-6/+17
2018-04-21rustc: Always emit `uwtable` on AndroidAlex Crichton-0/+1
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