about summary refs log tree commit diff
path: root/library/stdarch/crates
AgeCommit message (Expand)AuthorLines
2019-09-09Factor out check_forLuca Barbato-63/+17
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-08-19Auto merge of #796 - Mark-Simulacrum:bootstrap-snap, r=gnzlbgbors-5/+1
2019-08-18Auto merge of #799 - gnzlbg:has_test, r=gnzlbgbors-6/+366
2019-08-18Fix more linksatouchet-2/+2
2019-08-17Verify that all intrinsics have a run-time testgnzlbg-6/+366
2019-08-13Update badgesgnzlbg-14/+8
2019-08-12Apply snap of bootstrap compiler in rust-lang/rustMark Rousskov-5/+1
2019-08-02Make the _mm_movemask_epi8 test a non palindromebjorn3-2/+2
2019-08-02Remove simd_rem intrinsic definitionbjorn3-1/+0
2019-08-02Update i586-unknown-linux-gnu codegen with LLVM9 bugfixesgnzlbg-26/+6
2019-08-02formattinggnzlbg-4/+0
2019-08-02Update LLVM9 code generation on Windowsgnzlbg-2/+4
2019-08-02Update codegen of _mm256_set1_epi64x for x86 32-bitgnzlbg-2/+2
2019-08-02White-list new codegen for _mm_broadcastq_epi64gnzlbg-7/+4
2019-08-02LLVM9 started emitting more single precision floating-point intrinsics for do...gnzlbg-8/+8
2019-07-25Fix doc punctuation in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-265/+268
2019-07-25Even more doc formatting core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-179/+179
2019-07-25More doc formatting in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-238/+238
2019-07-25Fix typos in core_arch documentationNathan Wiebe Neufeldt-868/+868
2019-07-23Adjust #[doc(include)] paths for rustdoc changeJonas Schievink-2/+2
2019-07-23Remove unnecessary \n from cpuidbjorn3-1/+1
2019-07-15Revert PR 769gnzlbg-2/+2
2019-07-15Add ARM Neon vmnv_p8/vmvnq_p8 bw not intrinsicsJohannes Maibaum-0/+42
2019-07-15Add ARM Neon vmvn_*/vmvnq_* bitwise not intrinsicsJohannes Maibaum-0/+240
2019-07-14Try harder to parse invalid UTF8 on Windowsgnzlbg-4/+5
2019-07-14Try windowsgnzlbg-1/+11
2019-07-11Rustfmt altivec.rsLuca Barbato-3/+11
2019-07-11Add imm5 and imm_s5 to the common macrosLuca Barbato-0/+84
2019-07-11Add Altivec vec_ldLuca Barbato-0/+99
2019-07-11Add Altivec vec_floorLuca Barbato-0/+17
2019-07-11Add a fuzzy comparison test for f32Luca Barbato-2/+13
2019-07-11Add Altivec vec_abs for f32Luca Barbato-0/+11
2019-07-11Add Altivec vec_expteLuca Barbato-0/+17
2019-07-11Add Altivec vec_sub for f32 as wellLuca Barbato-0/+6
2019-07-11Add single argument test macroLuca Barbato-0/+16
2019-07-11Add Altivec vec_cmple and vec_cmpltLuca Barbato-0/+17
2019-07-09Allow unused items in verification testsgnzlbg-1/+2
2019-07-09Update repo namegnzlbg-184/+179
2019-07-08Fix assert_instr testsgnzlbg-282/+174
2019-07-08Fix typoYuki Okushi-1/+1
2019-07-08Fix data-race in assert_instrgnzlbg-3/+8
2019-07-08Fix libcore buildgnzlbg-2/+3
2019-07-07Fix typoYuki Okushi-1/+1
2019-06-23Adjust #[doc(include)] paths for rustdoc changeJonas Schievink-2/+2
2019-06-04Stabilize `unreachable`.Sergey Pepyakin-0/+1
2019-05-25add Hygon Dhyana CPU Vendor ID("HygonGenuine") checkinghygonsoc-2/+12
2019-05-23Fix build of auxvec.rs on FreeBSD/powerpc64Tobias Kortkamp-1/+1
2019-05-22Add Altivec vec_cmpgtLuca Barbato-11/+89