| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 1 | -1/+1 |
* | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 8 | -16/+142 |
* | [ARMv8] Add CRC instructions. | Joey Gouly | 2013-09-18 | 3 | -1/+80 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 2 | -9/+27 |
* | ARM: Deduplicate ConstantPoolValues. | Benjamin Kramer | 2013-09-16 | 2 | -47/+36 |
* | Replace some unnecessary vector copies with references. | Benjamin Kramer | 2013-09-15 | 1 | -3/+3 |
* | Fix spelling. | Robert Wilhelm | 2013-09-14 | 1 | -1/+1 |
* | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options | Joey Gouly | 2013-09-13 | 8 | -31/+31 |
* | [ARMv8] Emit the proper .fpu directive. | Joey Gouly | 2013-09-13 | 1 | -3/+6 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 3 | -31/+27 |
* | ARM: Use the PICADD opcode calculated. | Jim Grosbach | 2013-09-10 | 1 | -2/+6 |
* | Remove unused private member in ARMAsmPrinter.cpp. | Logan Chien | 2013-09-10 | 1 | -1/+1 |
* | [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode. | Joey Gouly | 2013-09-09 | 4 | -36/+121 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 2 | -2/+5 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 7 | -20/+27 |
* | Add AArch32 DCPS{1,2,3} and HLT instructions. | Richard Barton | 2013-09-05 | 4 | -7/+47 |
* | Reverting 190043 for now. | Tilmann Scheller | 2013-09-05 | 3 | -23/+3 |
* | ARM: Add GPR register class excluding LR for use with the ADR instruction. | Tilmann Scheller | 2013-09-05 | 3 | -3/+23 |
* | ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane. | Jim Grosbach | 2013-09-04 | 1 | -0/+7 |
* | Swift: Only build vldm/vstm with q register aligned register lists | Arnold Schwaighofer | 2013-09-04 | 1 | -1/+4 |
* | Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ... | Silviu Baranga | 2013-09-04 | 1 | -78/+54 |
* | Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar."" | Jim Grosbach | 2013-09-03 | 1 | -0/+11 |
* | ARM: Default to the Swift CPU when targeting armv7s/thumbv7s. | Tilmann Scheller | 2013-09-02 | 1 | -2/+7 |
* | Revert 189756 for now, it doesn't match what rdar://14871821 really wants. | Tilmann Scheller | 2013-09-02 | 1 | -7/+2 |
* | ARM: Default to Swift when compiling for iOS 6 or later. | Tilmann Scheller | 2013-09-02 | 1 | -2/+7 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 2 | -81/+80 |
* | Revert "ARM: Improve pattern for isel mul of vector by scalar." | Michael Gottesman | 2013-08-30 | 1 | -11/+0 |
* | ARM: Improve pattern for isel mul of vector by scalar. | Jim Grosbach | 2013-08-29 | 1 | -0/+11 |
* | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 3 | -6/+5 |
* | [ARMv8] | Joey Gouly | 2013-08-28 | 2 | -14/+20 |
* | ARM: Use "dmb sy" for barriers on M-class CPUs | Tim Northover | 2013-08-28 | 1 | -1/+4 |
* | [ARMv8] Add a missing IsThumb to t2LDAEXD. | Joey Gouly | 2013-08-28 | 1 | -1/+1 |
* | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. | Tim Northover | 2013-08-28 | 1 | -8/+6 |
* | ARM: add patterns for vqdmlal with separate vqdmull and vqadds | Tim Northover | 2013-08-28 | 1 | -0/+38 |
* | [ARMv8] Add MC support for the new load/store acquire/release instructions. | Joey Gouly | 2013-08-27 | 5 | -27/+218 |
* | [ARMv8] Add some negative tests for the recent VFP/NEON instructions. | Joey Gouly | 2013-08-27 | 2 | -2/+7 |
* | ARM: add natural patterns for vaddhl and vsubhl. | Tim Northover | 2013-08-27 | 1 | -0/+14 |
* | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 2 | -79/+81 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 2 | -81/+79 |
* | ARM: Constrain regclass for TSTri instruction. | Jim Grosbach | 2013-08-26 | 1 | -0/+2 |
* | ARM: FastISel verifier error cleanup. | Jim Grosbach | 2013-08-26 | 1 | -0/+7 |
* | ARM: Fix ELF global base reg intialization. | Jim Grosbach | 2013-08-26 | 1 | -3/+8 |
* | [ARM] Fix another ARM FastISel -verify-machineinstrs issue. | Joey Gouly | 2013-08-23 | 1 | -0/+4 |
* | [ARMv8] Add CodeGen for VMAXNM/VMINNM. | Joey Gouly | 2013-08-23 | 4 | -6/+31 |
* | ARM: make sure ARM-mode pseudo-inst requires IsARM | Tim Northover | 2013-08-23 | 1 | -1/+1 |
* | [ARMv8] Add CodeGen support for VSEL. | Joey Gouly | 2013-08-22 | 2 | -9/+105 |
* | Fix ARM vcvt encoding when the number of fractional bits is zero. | Mihai Popa | 2013-08-22 | 1 | -0/+19 |
* | [ARM] Constrain some register classes in EmitAtomicBinary64 so that | Joey Gouly | 2013-08-22 | 1 | -0/+4 |
* | Fix ARM FastISel PIC function call. | Logan Chien | 2013-08-22 | 1 | -2/+9 |
* | ARM: use TableGen patterns to select CMOV operations. | Tim Northover | 2013-08-22 | 7 | -326/+137 |