Age | Commit message (Expand) | Author |
2010-11-12 | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson |
2010-11-11 | Fill out support for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4]. | Owen Anderson |
2010-11-11 | Flesh out tests for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | Add support for Thumb2 encodings of NEON data processing instructions, using ... | Owen Anderson |
2010-11-08 | Add support for ARM's specialized vector-compare-against-zero instructions. | Owen Anderson |
2010-11-05 | Add codegen and encoding support for the immediate form of vbic. | Owen Anderson |
2010-11-04 | Add encoding for VSTR. | Bill Wendling |
2010-11-03 | Covert VORRIMM to be produced via early target-specific DAG combining, rather... | Owen Anderson |
2010-11-03 | Add support for code generation of the one register with immediate form of vorr. | Owen Anderson |
2010-11-03 | Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele... | Owen Anderson |
2010-11-03 | The MC code couldn't handle ARM LDR instructions with negative offsets: | Bill Wendling |
2010-11-02 | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling |
2010-11-02 | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson |
2010-11-02 | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson |
2010-11-02 | Add correct encodings for the basic variants for vst2. | Owen Anderson |
2010-11-02 | Add correct encodings for the basic form of vst1. | Owen Anderson |
2010-11-02 | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson |
2010-11-02 | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson |
2010-11-02 | Add correct NEON encodings for the "multiple single elements" form of vld. | Owen Anderson |
2010-11-01 | Use ARM-style comments. | Bill Wendling |
2010-11-01 | Use ARM-style comment syntax. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Mark ARM subtarget features that are available for the assembler. | Jim Grosbach |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Covert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Covert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this test to .s form. | Owen Anderson |
2010-10-29 | Convert this file to less fragile .s form. | Owen Anderson |
2010-10-29 | Replace this test with the less fragile .s version. Still XFAIL'd, since the... | Owen Anderson |
2010-10-29 | Covert this test to a .s file to reduce fragility. | Owen Anderson |
2010-10-29 | Convert this test to a .s file, so that it's not sensitive to codegen changes. | Owen Anderson |
2010-10-29 | add simple support for addrmode5 operands, allowing | Chris Lattner |
2010-10-28 | most simple arm instructions match correctly now, | Chris Lattner |
2010-10-28 | fix the asmmatcher generator to handle targets with no RegisterPrefix | Chris Lattner |
2010-10-28 | Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful. | Evan Cheng |