| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Fix FP ABI attributes with no VFP enabled. | Amara Emerson | 2013-10-11 | 1 | -14/+12 |
* | ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline. | Benjamin Kramer | 2013-10-10 | 1 | -2/+4 |
* | ARM: correct liveness flags during ARMLoadStoreOpt | Tim Northover | 2013-10-10 | 1 | -0/+77 |
* | Flip the ownership of MCStreamer and MCTargetStreamer. | Benjamin Kramer | 2013-10-09 | 1 | -1/+1 |
* | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 5 | -58/+186 |
* | Struct byval: use the correct alignment for loads generated to load | Manman Ren | 2013-10-07 | 1 | -1/+2 |
* | [ARM] Improve build attributes emission. | Amara Emerson | 2013-10-07 | 6 | -56/+91 |
* | Remove getEHExceptionRegister and getEHHandlerRegister. | Rafael Espindola | 2013-10-07 | 2 | -12/+0 |
* | ARM: allow cortex-m0 to use hint instructions | Tim Northover | 2013-10-07 | 5 | -9/+22 |
* | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 5 | -47/+8 |
* | ARM: optimizeSelect has to consider the previous register class | Matthias Braun | 2013-10-04 | 1 | -4/+9 |
* | ARM: do not add a regmask for TAILJUMPs | Matthias Braun | 2013-10-04 | 1 | -16/+18 |
* | ARM: preserve undef flag in pseudo instruction expanders | Matthias Braun | 2013-10-04 | 1 | -19/+14 |
* | [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly. | Amara Emerson | 2013-10-03 | 7 | -78/+126 |
* | ARM: support interrupt attribute | Tim Northover | 2013-10-01 | 8 | -21/+148 |
* | [ARM] Remove an unused function from the disassembler. | Joey Gouly | 2013-10-01 | 1 | -11/+0 |
* | [ARM] Introduce the 'sevl' instruction in ARMv8. | Joey Gouly | 2013-10-01 | 5 | -29/+22 |
* | [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 |
* | Swift model: Fix uop description on some writes | Arnold Schwaighofer | 2013-09-30 | 1 | -2/+11 |
* | IfConverter: Use TargetSchedule for instruction latencies | Arnold Schwaighofer | 2013-09-30 | 2 | -0/+20 |
* | Even more spelling fixes for "instruction". | Robert Wilhelm | 2013-09-28 | 2 | -2/+2 |
* | 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 |
* | Fix PR 17372: Emitting PLD for stack address for ARM Thumb2 | Weiming Zhao | 2013-09-26 | 1 | -0/+7 |
* | [ARM] Use the load-acquire/store-release instructions optimally in AArch32. | Amara Emerson | 2013-09-26 | 6 | -305/+495 |
* | Fix PR 17368: disable vector mul distribution for square of add/sub for ARM | Weiming Zhao | 2013-09-25 | 1 | -0/+10 |
* | CriticalAntiDepBreaker is no longer needed for armv7 scheduling. | Andrew Trick | 2013-09-25 | 1 | -3/+1 |
* | [ARM] Split A/R class into separate subtarget features. | Amara Emerson | 2013-09-23 | 5 | -23/+37 |
* | ISelDAG: spot chain cycles involving MachineNodes | Tim Northover | 2013-09-22 | 1 | -1/+3 |
* | 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 |