| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A | Victor Campos | 2019-12-02 | 1 | -0/+12 |
* | Revert "[ARM] Allocatable Global Register Variables for ARM" | Carey Williams | 2019-11-29 | 1 | -32/+0 |
* | [ARM] Allocatable Global Register Variables for ARM | Anna Welker | 2019-11-18 | 1 | -0/+32 |
* | [ARM] Update clang for removal of vfp2d16 and vfp2d16sp | Eli Friedman | 2019-09-17 | 1 | -3/+2 |
* | [ARM] Add support for the s,j,x,N,O inline asm constraints | David Candler | 2019-09-05 | 1 | -5/+88 |
* | Reland "[ARM] push LR before __gnu_mcount_nc" | Jian Cai | 2019-08-16 | 1 | -1/+1 |
* | Revert "[ARM] push LR before __gnu_mcount_nc" | Jian Cai | 2019-08-16 | 1 | -1/+1 |
* | [ARM] push LR before __gnu_mcount_nc | Jian Cai | 2019-08-16 | 1 | -1/+1 |
* | [ARM] Set default alignment to 64bits | Diogo N. Sampaio | 2019-08-08 | 1 | -1/+2 |
* | Revert "[ARM] Set default alignment to 64bits" | Petr Hosek | 2019-07-27 | 1 | -2/+1 |
* | [ARM] Set default alignment to 64bits | Simi Pallipurath | 2019-07-26 | 1 | -1/+2 |
* | De-templatize non-dependent VS macro logic, NFC | Reid Kleckner | 2019-07-09 | 1 | -2/+0 |
* | Fix build failure due to missing break | Yaxun Liu | 2019-06-26 | 1 | -0/+2 |
* | [ARM] Support inline assembler constraints for MVE. | Simon Tatham | 2019-06-25 | 1 | -0/+11 |
* | [Targets] Move soft-float-abi filtering to `initFeatureMap` | George Burgess IV | 2019-06-14 | 1 | -14/+19 |
* | [ARM] Add ACLE feature macros for MVE. | David Green | 2019-06-07 | 1 | -0/+1 |
* | [ARM] Add ACLE feature macros for MVE | Sjoerd Meijer | 2019-06-07 | 1 | -0/+22 |
* | [ARM] Fix bugs introduced by the fp64/d32 rework. | Simon Tatham | 2019-06-07 | 1 | -4/+16 |
* | [ARM] Add CLI support for Armv8.1-M and MVE | Sjoerd Meijer | 2019-05-30 | 1 | -0/+2 |
* | [ARM] Replace fp-only-sp and d16 with fp64 and d32. | Simon Tatham | 2019-05-28 | 1 | -10/+8 |
* | [ARM][CMSE] Add commandline option and feature macro | Javed Absar | 2019-05-21 | 1 | -0/+9 |
* | Range-style std::find{,_if} -> llvm::find{,_if}. NFC | Fangrui Song | 2019-03-31 | 1 | -1/+1 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-08 | 1 | -11/+12 |
* | Rollback of rL355585. | Mitch Phillips | 2019-03-07 | 1 | -12/+11 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-07 | 1 | -11/+12 |
* | Revert "[IR][ARM] Add function pointer alignment to datalayout" | Mitch Phillips | 2019-03-06 | 1 | -12/+11 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-06 | 1 | -11/+12 |
* | [ARM] Add pre-defined macros for ROPI and RWPI | Oliver Stannard | 2019-02-18 | 1 | -0/+6 |
* | Disable _Float16 for non ARM/SPIR Targets | Erich Keane | 2019-01-25 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI] | Michal Gorny | 2018-12-20 | 1 | -6/+6 |
* | ARM, AArch64: support `__attribute__((__swiftcall__))` | Saleem Abdulrasool | 2018-12-06 | 1 | -0/+1 |
* | [ARM] Prevent DSP and SIM32 being set for v6m | Sam Parker | 2018-09-28 | 1 | -1/+1 |
* | [ARM/AArch64][v8.5A] Add Armv8.5-A target | Oliver Stannard | 2018-09-26 | 1 | -0/+2 |
* | [ARM] Set __ARM_FEATURE_SIMD32 for +dsp cores | Sam Parker | 2018-08-29 | 1 | -1/+1 |
* | [AArch64][ARM] Add Armv8.4-A tests | Sjoerd Meijer | 2018-08-01 | 1 | -0/+4 |
* | [ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro | Oliver Stannard | 2018-04-27 | 1 | -0/+6 |
* | [ARM] Compute a target feature which corresponds to the ARM version. | Eli Friedman | 2018-04-16 | 1 | -0/+11 |
* | Basic: support PreserveMost and PreserveAll on Windows ARM | Saleem Abdulrasool | 2018-03-20 | 1 | -0/+2 |
* | [ARM] Pass half or i16 types for NEON intrinsics | Sjoerd Meijer | 2018-03-19 | 1 | -4/+3 |
* | [ARM] ACLE FP16 feature test macros | Sjoerd Meijer | 2018-03-13 | 1 | -0/+12 |
* | This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic" | Sjoerd Meijer | 2018-03-13 | 1 | -9/+0 |
* | [ARM] Add ARMv8.2-A FP16 vector intrinsic | Abderrazek Zaafrani | 2018-03-09 | 1 | -0/+9 |
* | Make march/target-cpu print a note with the list of valid values for ARM | Erich Keane | 2018-02-08 | 1 | -0/+4 |
* | Avoid int to string conversion in Twine or raw_ostream contexts. | Benjamin Kramer | 2017-12-28 | 1 | -4/+4 |
* | Toolchain: Normalize dwarf, sjlj and seh eh | Martell Malone | 2017-11-29 | 1 | -1/+0 |
* | Revert "Toolchain: Normalize dwarf, sjlj and seh eh" | Martell Malone | 2017-11-29 | 1 | -0/+1 |
* | Toolchain: Normalize dwarf, sjlj and seh eh | Martell Malone | 2017-11-29 | 1 | -1/+0 |
* | [MINGW] normalize WIN32 macros | Martell Malone | 2017-11-21 | 1 | -3/+0 |
* | [MinGW] Define __ARM_DWARF_EH__ for MinGW/ARM | Martin Storsjo | 2017-11-17 | 1 | -0/+1 |