| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ... | Owen Anderson | 2011-02-08 | 8 | -128/+86 |
| * | Temporary workaround for a bad bug introduced by r121082 which replaced | Evan Cheng | 2011-02-08 | 2 | -8/+19 |
| * | Add support for parsing dmb/dsb instructions | Bruno Cardoso Lopes | 2011-02-07 | 3 | -0/+65 |
| * | Remove the MCR asm parser hack and start using the custom target specific asm | Bruno Cardoso Lopes | 2011-02-07 | 2 | -31/+106 |
| * | ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o | Jason W Kim | 2011-02-07 | 1 | -3/+3 |
| * | Fix an obvious typo which caused an isel assertion. rdar://8964854. | Evan Cheng | 2011-02-07 | 1 | -1/+1 |
| * | Add codegen support for using post-increment NEON load/store instructions. | Bob Wilson | 2011-02-07 | 3 | -145/+546 |
| * | Change VLD3/4 and VST3/4 for quad registers to not update the address register. | Bob Wilson | 2011-02-07 | 3 | -65/+89 |
| * | Fix some NEON instruction itineraries. | Bob Wilson | 2011-02-07 | 1 | -12/+16 |
| * | Fix a comment: addrmode6 no longer includes the optional writeback flag. | Bob Wilson | 2011-02-07 | 1 | -1/+1 |
| * | Remove inaccurate comments: so_imm and t2_so_imm operands are not encoded | Bob Wilson | 2011-02-07 | 2 | -8/+2 |
| * | Move code for OffsetCompare struct closer to where it is used. | Bob Wilson | 2011-02-07 | 1 | -11/+11 |
| * | Rework some .ARM.attribute work for improved gcc compatibility. | Jason W Kim | 2011-02-07 | 2 | -13/+84 |
| * | Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps. | Jason W Kim | 2011-02-04 | 5 | -10/+70 |
| * | MC/AsmParser: Add support for allowing the conversion process to fail (via | Daniel Dunbar | 2011-02-04 | 1 | -0/+2 |
| * | Fix 80-column violations and whitespace. | Bob Wilson | 2011-02-03 | 1 | -3/+3 |
| * | Update comment to match my recent change. | Bob Wilson | 2011-02-02 | 1 | -2/+2 |
| * | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng | 2011-02-02 | 2 | -2/+9 |
| * | PR9081: Split up LDM instruction with deprecated use of both LR and PC. | Bob Wilson | 2011-02-01 | 1 | -2/+3 |
| * | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel | 2011-01-31 | 1 | -5/+5 |
| * | Save a mapping between original and cloned constpool entries. | Anton Korobeynikov | 2011-01-30 | 2 | -0/+25 |
| * | PR9030: Fix disassembly of ARM "mov pc, lr" instruction. | Bob Wilson | 2011-01-28 | 1 | -2/+2 |
| * | Fix PLD encoding. | Evan Cheng | 2011-01-27 | 1 | -2/+2 |
| * | Changed llvm-mc arm target to give an error if .syntax divided is used. Since | Kevin Enderby | 2011-01-27 | 1 | -1/+1 |
| * | Introduce virtual ParseRegister method in TargetAsmParser. | Roman Divacky | 2011-01-27 | 1 | -0/+7 |
| * | Use the incoming VT not the VT of where we're trying to store to determine | Eric Christopher | 2011-01-27 | 1 | -2/+2 |
| * | Add support for printing out floating point values from the ARM assembly | Bill Wendling | 2011-01-26 | 1 | -2/+27 |
| * | fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions | Bruno Cardoso Lopes | 2011-01-26 | 1 | -0/+1 |
| * | Add needed braces. | Bill Wendling | 2011-01-26 | 1 | -1/+2 |
| * | Revert 124230. It was causing test failures. | Bill Wendling | 2011-01-25 | 1 | -4/+2 |
| * | The floating point value is encoded in its binary form as an Imm. Convert it | Bill Wendling | 2011-01-25 | 1 | -2/+4 |
| * | Don't merge restore with tail call instruction. | Evan Cheng | 2011-01-25 | 1 | -1/+6 |
| * | Provide correct registers for EH stuff on ARM | Anton Korobeynikov | 2011-01-24 | 1 | -3/+4 |
| * | Add support for the --noexecstack option. | Rafael Espindola | 2011-01-23 | 1 | -2/+3 |
| * | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -1/+1 |
| * | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -4/+4 |
| * | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -3/+4 |
| * | Last round of fixes for movw + movt global address codegen. | Evan Cheng | 2011-01-21 | 9 | -75/+136 |
| * | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes | 2011-01-21 | 2 | -15/+24 |
| * | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick | 2011-01-21 | 1 | -9/+5 |
| * | Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative | Evan Cheng | 2011-01-20 | 1 | -5/+1 |
| * | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes | 2011-01-20 | 2 | -5/+9 |
| * | Change instruction names for consistency | Bruno Cardoso Lopes | 2011-01-20 | 1 | -4/+6 |
| * | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes | 2011-01-20 | 3 | -1/+51 |
| * | - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same... | Bruno Cardoso Lopes | 2011-01-20 | 2 | -26/+60 |
| * | Add mcr*2 and mr*c2 support to thumb2 targets | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+62 |
| * | Add mcr* and mr*c support to thumb targets | Bruno Cardoso Lopes | 2011-01-20 | 3 | -2/+68 |
| * | Refactor mcr* and mr*c instructions into classes with the same encoding. No f... | Bruno Cardoso Lopes | 2011-01-20 | 1 | -108/+46 |
| * | Correct itinerary entry for t2MOV_pic_ga_add_pc. | Evan Cheng | 2011-01-20 | 1 | -1/+1 |
| * | Sorry, several patches in one. | Evan Cheng | 2011-01-20 | 12 | -168/+275 |