| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -96/+414 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -77/+402 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -407/+366 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -181/+304 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 3 | -212/+1284 |
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211 | Stephen Hines | 2014-02-11 | 1 | -136/+380 |
|\ |
|
| * | ARM: diagnose invalid system LDM/STM | Tim Northover | 2013-11-12 | 1 | -0/+16 |
| * | Remove some unnecessary temporary strings. | Benjamin Kramer | 2013-11-09 | 1 | -1/+1 |
| * | [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as... | Artyom Skrobov | 2013-11-08 | 1 | -2/+3 |
| * | [arm] Implement eabi_attribute, cpu, and fpu directives. | Logan Chien | 2013-10-28 | 1 | -1/+50 |
| * | ARM: allow .thumb_func to be separated from symbol definition | Tim Northover | 2013-10-25 | 1 | -17/+18 |
| * | ARM: fix assert on unpredictable POP instruction. | Tim Northover | 2013-10-24 | 1 | -3/+2 |
| * | Make ARM hint ranges consistent, and add tests for these ranges | Artyom Skrobov | 2013-10-23 | 1 | -0/+12 |
| * | ARM: provide diagnostics on more writeback LDM/STM instructions | Tim Northover | 2013-10-22 | 1 | -3/+25 |
| * | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 1 | -11/+14 |
| * | ARM: allow cortex-m0 to use hint instructions | Tim Northover | 2013-10-07 | 1 | -1/+7 |
| * | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 1 | -7/+0 |
| * | [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly. | Amara Emerson | 2013-10-03 | 1 | -6/+17 |
| * | [ARM] Introduce the 'sevl' instruction in ARMv8. | Joey Gouly | 2013-10-01 | 1 | -12/+0 |
| * | [ARM] Clean up ARMAsmParser::validateInstruction(). | Tilmann Scheller | 2013-09-30 | 1 | -38/+36 |
| * | [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif... | Tilmann Scheller | 2013-09-30 | 1 | -4/+19 |
| * | ARM: Teach assembler to enforce constraints for ARM LDRD destination register... | Tilmann Scheller | 2013-09-27 | 1 | -1/+10 |
| * | Fix comment. | Tilmann Scheller | 2013-09-27 | 1 | -1/+1 |
| * | ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate... | Tilmann Scheller | 2013-09-27 | 1 | -0/+11 |
| * | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 1 | -5/+8 |
| * | [ARMv8] Add CRC instructions. | Joey Gouly | 2013-09-18 | 1 | -1/+1 |
| * | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -28/+7 |
| * | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -1/+10 |
| * | Add AArch32 DCPS{1,2,3} and HLT instructions. | Richard Barton | 2013-09-05 | 1 | -7/+16 |
| * | [ARMv8] Add MC support for the new load/store acquire/release instructions. | Joey Gouly | 2013-08-27 | 1 | -2/+3 |
| * | Make "mov" work for all Thumb2 MOV encodings | Mihai Popa | 2013-08-21 | 1 | -0/+9 |
| * | Add support for Thumb2 literal loads with negative zero offset | Mihai Popa | 2013-08-16 | 1 | -2/+0 |
| * | Fix Thumb2 aliasing complementary instructions taking modified immediates | Mihai Popa | 2013-08-16 | 1 | -1/+2 |
| * | This fixes three issues related to Thumb literal loads: | Mihai Popa | 2013-08-15 | 1 | -1/+1 |
| * | Fix assembling of Thumb2 branch instructions. | Mihai Popa | 2013-08-09 | 1 | -3/+104 |
* | | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807 | Stephen Hines | 2013-08-07 | 1 | -398/+216 |
|\ \
| |/ |
|
| * | ARMAsmParser: Plug a leak. | Benjamin Kramer | 2013-08-03 | 1 | -3/+11 |
| * | Add a missing 'return' statement. | Joey Gouly | 2013-08-02 | 1 | -0/+1 |
| * | [ARMv8] Add an assembler warning for the deprecated 'setend' instruction. | Joey Gouly | 2013-08-02 | 1 | -0/+12 |
| * | Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction. | Kevin Enderby | 2013-07-31 | 1 | -0/+20 |
| * | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -0/+40 |
| * | ARM: remove now unneeded custom Asm converters | Tim Northover | 2013-07-22 | 1 | -346/+3 |
| * | Add a line that got missed off somehow. Sorry about that! | Joey Gouly | 2013-07-19 | 1 | -0/+1 |
| * | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 1 | -0/+30 |
| * | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -3/+6 |
| * | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -3/+5 |
| * | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 1 | -2/+4 |
| * | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 1 | -2/+2 |
| * | ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa... | Tilmann Scheller | 2013-07-03 | 1 | -9/+5 |
| * | This corrects the implementation of Thumb ADR instruction. There are three i... | Mihai Popa | 2013-07-03 | 1 | -0/+25 |