| Age | Commit message (Expand) | Author | Lines |
| 2019-04-14 | fix rustdoc link failures | Ralf Jung | -84/+84 |
| 2019-04-12 | Fix verifying instructions for MIPS | Alex Crichton | -30/+52 |
| 2019-04-11 | Formatting | gnzlbg | -71/+70 |
| 2019-04-11 | Add automatic-verification for MIPS MSA intrinsics | gnzlbg | -0/+1053 |
| 2019-04-11 | Make use of integer and pointers consistent | gnzlbg | -33/+33 |
| 2019-04-11 | Make MIPS MSA functions public | gnzlbg | -530/+530 |
| 2019-04-09 | Added vector types and fixed formating. | Radovan Birdic | -3660/+5445 |
| 2019-04-09 | Implement all MSA Intrinsics | Radovan Birdic | -20/+20990 |
| 2019-03-29 | Formatting | gnzlbg | -6/+14 |
| 2019-03-29 | Add bittest instructions for x85 | Ryan Leckey | -0/+220 |
| 2019-03-29 | adjust to MaybeUninit renames | Ralf Jung | -6/+6 |
| 2019-03-18 | _mm_pause does not require SSE2 | gnzlbg | -10/+20 |
| 2019-03-18 | Revert the regression, add a GBA target to avoid this again | Lokathor | -2/+6 |
| 2019-03-18 | oh, they both need double quotes, okay | Lokathor | -1/+1 |
| 2019-03-18 | add the double quotes | Lokathor | -1/+1 |
| 2019-03-18 | Limit this to sufficiently advanced devices | Lokathor | -0/+1 |
| 2019-03-02 | Fix target arm-linux-androideabi | Paolo Teti | -5/+8 |
| 2019-03-02 | ACLE/DSP: implement remaining intrinsics | Paolo Teti | -14/+315 |
| 2019-02-27 | The GE bits of the APSR are set also by USUB8 | Paolo Teti | -0/+1 |
| 2019-02-27 | ACLE/SIMD32: add `ssub8` and `usub8` | Paolo Teti | -4/+65 |
| 2019-02-27 | aarch64: escape square brackets in docs | myfreeweb | -1/+1 |
| 2019-02-27 | Correctly import `core::ffi::c_void` | Denys Zariaiev | -2/+2 |
| 2019-02-27 | NVPTX syscalls | Denys Zariaiev | -0/+87 |
| 2019-02-24 | Always include ACLE when dox is defined | gnzlbg | -1/+1 |
| 2019-02-23 | Make core_arch compatible with Rust2015 and Rust2018 | gnzlbg | -1292/+1230 |
| 2019-02-23 | Test Rust2018 builds | gnzlbg | -0/+2 |
| 2019-02-19 | Change imports in std_detect to edition-agnostic style | Taiki Endo | -8/+8 |
| 2019-02-18 | cargo fmt | Jorge Aparicio | -1/+1 |
| 2019-02-18 | assert_instr: bump instruction limit for simd32 | Jorge Aparicio | -0/+4 |
| 2019-02-18 | acle/{dsp,simd32}: fix unit tests | Jorge Aparicio | -43/+49 |
| 2019-02-18 | acle/ex: CLREX requires v6k | Jorge Aparicio | -1/+3 |
| 2019-02-18 | Update crates/core_arch/src/acle/simd32.rs | Mateusz MikuĊa | -1/+1 |
| 2019-02-18 | fix CI | Jorge Aparicio | -29/+29 |
| 2019-02-18 | acle/{dsp,simd32}: add leading underscores to match ACLE spec | Jorge Aparicio | -24/+24 |
| 2019-02-18 | conditionally declare the dmb_dsb macro | Jorge Aparicio | -0/+5 |
| 2019-02-18 | add missing imports | Jorge Aparicio | -0/+6 |
| 2019-02-18 | cargo fmt | Jorge Aparicio | -16/+4 |
| 2019-02-18 | acle/ex: fix raw pointer mutability | Jorge Aparicio | -6/+6 |
| 2019-02-18 | acle: move arm/dsp into acle/{dsp,simd32} | Jorge Aparicio | -729/+720 |
| 2019-02-18 | acle/hints: make sevl truly available on aarch64 | Jorge Aparicio | -1/+4 |
| 2019-02-18 | acle/docs: add armv8-m and armv8-r to the list of rustc targets & llvm features | Jorge Aparicio | -0/+2 |
| 2019-02-18 | acle: add ldrex, clrex and strex | Jorge Aparicio | -0/+119 |
| 2019-02-18 | acle/dsp: note the difference between LLVM's +dsp and ACLE's __ARM_FEATURE_DSP | Jorge Aparicio | -0/+10 |
| 2019-02-18 | acle/dsp: update comment | Jorge Aparicio | -1/+1 |
| 2019-02-18 | acle/barrier: remove cfg from re-export | Jorge Aparicio | -5/+0 |
| 2019-02-18 | acle/hints: gate sevl on 'v8' rather than on 'aarch64' | Jorge Aparicio | -1/+1 |
| 2019-02-18 | acle: move saturating intrinsics into its own module | Jorge Aparicio | -3/+21 |
| 2019-02-18 | acle/{simd32,dsp}: not available on aarch64 | Jorge Aparicio | -16/+28 |
| 2019-02-18 | acle/barrier: use llvm.{arm,aarch64}.{dmb,dsb,isb} instead of asm! | Jorge Aparicio | -15/+100 |
| 2019-02-18 | acle/dsp: make available on the A profile | Jorge Aparicio | -7/+3 |