Age | Commit message (Expand) | Author |
2012-03-20 | Fix assembling ARM vst2 instructions with double-spaced registers. | Kevin Enderby |
2012-03-19 | ARM assembly, accept optional '#' on lane index number. | Jim Grosbach |
2012-03-16 | ARM ldm/stm register lists can be out of order. | Jim Grosbach |
2012-03-15 | ARM case-insensitive checking for APSR_nzcv. | Jim Grosbach |
2012-03-15 | ARM aliases for pre-unified syntax fcmpz[sd] mnemonics. | Jim Grosbach |
2012-03-06 | ARM more NEON VLD/VST composite physical register refactoring. | Jim Grosbach |
2012-03-06 | ARM refactor more NEON VLD/VST instructions to use composite physregs | Jim Grosbach |
2012-03-05 | ARM Refactor VLD/VST spaced pair instructions. | Jim Grosbach |
2012-03-05 | ARM Remove a bit of dead code. | Jim Grosbach |
2012-03-05 | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-31 | Tidy up. One more return type mismatch fix. | Jim Grosbach |
2012-01-26 | Keep source information, if available, around for ARM Fixups. | Jim Grosbach |
2012-01-26 | Tidy up. Fix mismatched return types for error handling. | Jim Grosbach |
2012-01-25 | ARM assemly parsing and validation of IT instruction. | Jim Grosbach |
2012-01-25 | NEON VLD4(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VLD3(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VST4(one lane) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VLD4(one lane) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VST4(multiple 4 element structures) assembly parsing. | Jim Grosbach |
2012-01-24 | NEON VLD4(multiple 4 element structures) assembly parsing. | Jim Grosbach |
2012-01-24 | Tidy up. Remove some vertical space for readability. | Jim Grosbach |
2012-01-24 | NEON VST3(single element from one lane) assembly parsing. | Jim Grosbach |
2012-01-23 | NEON VST3(multiple 3-element structures) assembly parsing. | Jim Grosbach |
2012-01-23 | NEON VLD3(multiple 3-element structures) assembly parsing. | Jim Grosbach |
2012-01-23 | NEON VLD3 lane-indexed assembly parsing and encoding. | Jim Grosbach |
2012-01-23 | Simplify some NEON assembly pseudo definitions. | Jim Grosbach |
2012-01-21 | Thumb2 'add rd, pc, imm' alternate form for 'adr' instruction. | Jim Grosbach |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-20 | NEON use vmov.i32 to splat some f32 values into vectors. | Jim Grosbach |
2012-01-19 | ARM assembly diagnostic caret in better position for FPImm. | Jim Grosbach |
2012-01-18 | Thumb2 alternate syntax for LDR(literal) and friends. | Jim Grosbach |
2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie |
2012-01-03 | Fix malformed assert. | Matt Beaumont-Gay |
2011-12-22 | ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point). | Jim Grosbach |
2011-12-22 | Tidy up. Use predicate function a bit more liberally. | Jim Grosbach |
2011-12-22 | ARM pre-UAL aliases. fcmp[sd]. | Jim Grosbach |
2011-12-22 | ARM assembler should accept shift-by-zero for any shifted-immediate operand. | Jim Grosbach |
2011-12-22 | ARM assembly parser canonicallize on 'lsl' for shift-by-zero form. | Jim Grosbach |
2011-12-22 | Tidy up. Trailing whitespace. | Jim Grosbach |
2011-12-22 | Nuke invalid comment from copy/paste. | Jim Grosbach |
2011-12-21 | ARM asm parser should be more lenient w/ .thumb_func directive. | Jim Grosbach |
2011-12-21 | Thumb2 assembly parsing of 'mov rd, rn, rrx'. | Jim Grosbach |
2011-12-21 | Thumb2 assembly parsing of 'mov(register shifted register)' aliases. | Jim Grosbach |
2011-12-21 | ARM assembly parsing allows constant expressions for lane indices. | Jim Grosbach |
2011-12-21 | ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback. | Jim Grosbach |
2011-12-20 | ARM .req register name aliases are case insensitive, just like regnames. | Jim Grosbach |
2011-12-20 | Move comment to appropriate place. | Jim Grosbach |
2011-12-20 | ARM assembly parsing and encoding for VST2 single-element, double spaced. | Jim Grosbach |
2011-12-20 | ARM assembly parsing and encoding for VLD2 single-element, double spaced. | Jim Grosbach |