| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 8 | -17/+298 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 28 | -93/+1424 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 37 | -470/+1430 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 12 | -4/+401 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 42 | -37/+9293 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 121 | -113/+5350 |
* | Merging r195677: | Bill Wendling | 2013-12-01 | 2 | -0/+30 |
* | ARM: diagnose invalid system LDM/STM | Tim Northover | 2013-11-12 | 1 | -0/+5 |
* | [ARM] Add support for MVFR2 which is new in ARMv8 | Artyom Skrobov | 2013-11-11 | 1 | -0/+5 |
* | [ARM] Handling for coprocessor instructions that are undefined starting from ... | Artyom Skrobov | 2013-11-08 | 1 | -2992/+16 |
* | [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as... | Artyom Skrobov | 2013-11-08 | 4 | -26/+31 |
* | ARM: permit bare dmb/dsb/isb aliases on Cortex-M0 | Tim Northover | 2013-11-05 | 1 | -1/+31 |
* | Test cleanup for v8 instructions | Bernard Ogden | 2013-10-29 | 3 | -7/+38 |
* | ARM: Add subtarget feature for CRC | Bernard Ogden | 2013-10-29 | 2 | -12/+26 |
* | Convert another llc -filetype=obj test. | Rafael Espindola | 2013-10-28 | 1 | -0/+41 |
* | Return early from getUnconditionalBranchTargetOpValue if the branch target is | Lang Hames | 2013-10-28 | 1 | -2/+2 |
* | [arm] Implement eabi_attribute, cpu, and fpu directives. | Logan Chien | 2013-10-28 | 4 | -0/+134 |
* | ARM: allow .thumb_func to be separated from symbol definition | Tim Northover | 2013-10-25 | 1 | -1/+1 |
* | ARM: tweak test to pass on all platforms | Tim Northover | 2013-10-25 | 1 | -1/+3 |
* | ARM: Mark double-precision instructions as such | Tim Northover | 2013-10-24 | 2 | -0/+200 |
* | ARM: add a couple more NEON predicates. | Tim Northover | 2013-10-24 | 1 | -1/+12 |
* | ARM: mark various aliases with their architecture requirements. | Tim Northover | 2013-10-24 | 2 | -0/+24 |
* | ARM: fix assert on unpredictable POP instruction. | Tim Northover | 2013-10-24 | 2 | -5/+7 |
* | Make ARM hint ranges consistent, and add tests for these ranges | Artyom Skrobov | 2013-10-23 | 4 | -2/+28 |
* | ARM: provide diagnostics on more writeback LDM/STM instructions | Tim Northover | 2013-10-22 | 2 | -0/+23 |
* | Add hint disassembly syntax for 16-bit Thumb hint instructions. | Richard Barton | 2013-10-18 | 1 | -0/+17 |
* | Add hardware division as a default feature on Cortex-A15. Also add test cases... | Silviu Baranga | 2013-10-18 | 2 | -0/+61 |
* | Add subtarget feature support for Cortex-A53 | Bernard Ogden | 2013-10-14 | 2 | -2/+2 |
* | [ARM] Fix FP ABI attributes with no VFP enabled. | Amara Emerson | 2013-10-11 | 1 | -4/+4 |
* | [ARM] Improve build attributes emission. | Amara Emerson | 2013-10-07 | 1 | -3/+4 |
* | ARM: allow cortex-m0 to use hint instructions | Tim Northover | 2013-10-07 | 3 | -12/+37 |
* | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 1 | -14/+0 |
* | [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly. | Amara Emerson | 2013-10-03 | 2 | -14/+9762 |
* | [ARM] Introduce the 'sevl' instruction in ARMv8. | Joey Gouly | 2013-10-01 | 5 | -16/+22 |
* | [ARM] Fix Thumb(-2) diagnostic tests. | Tilmann Scheller | 2013-09-30 | 2 | -12/+12 |
* | [ARM] Use FileCheck instead of grep for ARM LDRD negative tests. | Tilmann Scheller | 2013-09-30 | 1 | -19/+42 |
* | [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif... | Tilmann Scheller | 2013-09-30 | 1 | -0/+6 |
* | [ARM] Assembler: Add more negative tests for ARM LDRD. | Tilmann Scheller | 2013-09-30 | 1 | -0/+8 |
* | ARM: Teach assembler to enforce constraints for ARM LDRD destination register... | Tilmann Scheller | 2013-09-27 | 2 | -20/+40 |
* | ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate... | Tilmann Scheller | 2013-09-27 | 1 | -0/+9 |
* | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 4 | -1/+173 |
* | 'svn add' the test cases. | Joey Gouly | 2013-09-18 | 3 | -0/+62 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 1 | -3/+13 |
* | Fix tests for hasFPARMv8 name change (r190692) | Amaury de la Vieuville | 2013-09-13 | 3 | -3/+3 |
* | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options | Joey Gouly | 2013-09-13 | 1 | -1/+1 |
* | Somehow this important part of the patch, where I actually check the Mask, | Joey Gouly | 2013-09-12 | 1 | -3/+6 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -0/+2 |
* | [ARMv8] Add some missing tests for DSB/DMB. | Joey Gouly | 2013-09-05 | 1 | -1/+36 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -1/+36 |
* | Add AArch32 DCPS{1,2,3} and HLT instructions. | Richard Barton | 2013-09-05 | 4 | -0/+90 |