| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 1 | -0/+3 |
* | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options | Joey Gouly | 2013-09-13 | 1 | -1/+1 |
* | Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was... | Silviu Baranga | 2013-08-08 | 1 | -1/+1 |
* | Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc... | Silviu Baranga | 2013-07-29 | 1 | -1/+1 |
* | Add a Subtarget feature 'v8fp' to the ARM backend. | Joey Gouly | 2013-06-27 | 1 | -0/+3 |
* | Add a subtarget feature 'v8' to the ARM backend. | Joey Gouly | 2013-06-26 | 1 | -0/+6 |
* | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 1 | -1/+2 |
* | Cortex-R5 can issue Thumb2 integer division instructions. | Evan Cheng | 2013-06-04 | 1 | -1/+2 |
* | ARM: Add Performance Monitor Extensions feature | Tim Northover | 2013-05-23 | 1 | -1/+3 |
* | ARM: Make "SMC" instructions conditional on new TrustZone architecture feature. | Tim Northover | 2013-04-10 | 1 | -5/+11 |
* | Avoid NEON SP-FP unless unsafe-math or Darwin | Renato Golin | 2013-03-21 | 1 | -6/+4 |
* | Add a special ARM trap encoding for NaCl. | Eli Bendersky | 2013-01-30 | 1 | -0/+5 |
* | Add ARM cortex-r5 subtarget. | Quentin Colombet | 2012-12-21 | 1 | -0/+11 |
* | On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, | Evan Cheng | 2012-12-20 | 1 | -0/+5 |
* | Add cortex-a5 subtarget to the supported ARM architectures | Quentin Colombet | 2012-11-29 | 1 | -0/+10 |
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -3/+19 |
* | Removed the VMLxForwarding feature for the Cortex-A15 target. | Silviu Baranga | 2012-09-17 | 1 | -2/+1 |
* | This patch introduces A15 as a target in LLVM. | Silviu Baranga | 2012-09-13 | 1 | -0/+10 |
* | Support fpv4 for ARM Cortex-M4. | Jiangning Liu | 2012-08-02 | 1 | -1/+1 |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 1 | -3/+3 |
* | Use "NoItineraries" for processors with no itineraries. | Andrew Trick | 2012-06-22 | 1 | -1/+1 |
* | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng | 2012-04-11 | 1 | -3/+0 |
* | Fix a number of problems with ARM fused multiply add/subtract instructions. | Evan Cheng | 2012-04-11 | 1 | -2/+0 |
* | updated patch for the ARM fused multiply add/sub | Sebastian Pop | 2012-03-05 | 1 | -3/+5 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -3/+9 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -9/+3 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -3/+9 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Add fused multiple+add instructions from VFPv4. | Anton Korobeynikov | 2012-01-22 | 1 | -0/+6 |
* | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -3/+0 |
* | Check in a patch that has already been code reviewed by Owen that I'd forgott... | James Molloy | 2011-09-28 | 1 | -3/+7 |
* | Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe... | Evan Cheng | 2011-09-20 | 1 | -3/+5 |
* | Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain | Nick Lewycky | 2011-09-05 | 1 | -0/+3 |
* | Remove stray fullstop. | Nick Lewycky | 2011-08-25 | 1 | -1/+1 |
* | Rename attribute 'thumb' to a more descriptive 'thumb-mode'. | Evan Cheng | 2011-07-07 | 1 | -1/+1 |
* | Sink feature IsThumb into MC layer. | Evan Cheng | 2011-07-07 | 1 | -9/+13 |
* | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng | 2011-07-07 | 1 | -68/+72 |
* | Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR... | Evan Cheng | 2011-07-07 | 1 | -1/+1 |
* | ARMv7M vs. ARMv7E-M support. | Jim Grosbach | 2011-07-01 | 1 | -3/+13 |
* | This patch combines several changes from Evan Cheng for rdar://8659675. | Bob Wilson | 2011-04-19 | 1 | -1/+1 |
* | Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637. | Bob Wilson | 2011-04-19 | 1 | -0/+2 |
* | Avoid some 's' 16-bit instruction which partially update CPSR | Bob Wilson | 2011-04-19 | 1 | -1/+10 |
* | Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplier | Evan Cheng | 2011-03-31 | 1 | -3/+10 |
* | Add Neon VCVT instructions for f32 <-> f16 conversions. | Bob Wilson | 2010-12-15 | 1 | -1/+2 |
* | Code clean up. | Evan Cheng | 2010-12-05 | 1 | -6/+6 |
* | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng | 2010-12-05 | 1 | -13/+13 |
* | Add some missing isel predicates on def : pat patterns to avoid generating VF... | Evan Cheng | 2010-11-12 | 1 | -1/+2 |
* | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng | 2010-11-03 | 1 | -0/+3 |
* | PR8359: The ARM backend may end up allocating registers D16 to D31 when | Bob Wilson | 2010-10-12 | 1 | -0/+2 |
* | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach | 2010-09-30 | 1 | -0/+14 |