| Age | Commit message (Expand) | Author |
| 2010-11-05 | MC'ize simple ARMConstantValue entry emission (with a FIXME). | Jim Grosbach |
| 2010-11-05 | Add codegen and encoding support for the immediate form of vbic. | Owen Anderson |
| 2010-11-05 | Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't work | Jim Grosbach |
| 2010-11-05 | Allow targets to specify the MachO CPUType/CPUSubtype information. | Jim Grosbach |
| 2010-11-05 | Add FIXME. | Jim Grosbach |
| 2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
| 2010-11-04 | Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia... | Evan Cheng |
| 2010-11-04 | Add ARM fixup info for load/store label references. Probably will need a bit of | Jim Grosbach |
| 2010-11-04 | Add encoding for VSTR. | Bill Wendling |
| 2010-11-03 | Teach ARM Target to use the tblgen support for generating an MC'ized | Jim Grosbach |
| 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 | trailing whitespace | Jim Grosbach |
| 2010-11-03 | Optimize generated code for integer materialization a bit. | Eric Christopher |
| 2010-11-03 | Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele... | Owen Anderson |
| 2010-11-03 | Add codegen patterns for VST1-lane instructions. Radar 8599955. | Bob Wilson |
| 2010-11-03 | Check for extractelement with a variable operand for the element number. | Bob Wilson |
| 2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-03 | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng |
| 2010-11-03 | Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536. | Evan Cheng |
| 2010-11-03 | Put the PC encoding in the correct bit position. | Bill Wendling |
| 2010-11-03 | Invert these branches by default, it makes assembly comparisons a little | Eric Christopher |
| 2010-11-03 | The MC code couldn't handle ARM LDR instructions with negative offsets: | Bill Wendling |
| 2010-11-03 | Remove unused function. | Jim Grosbach |
| 2010-11-03 | Remove the no longer used 'Modifier' optional operand to the ARM | Jim Grosbach |
| 2010-11-03 | Remove unused function. | Jim Grosbach |
| 2010-11-03 | Break ARM addrmode4 (load/store multiple base address) into its constituent | Jim Grosbach |
| 2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
| 2010-11-03 | Modify scheduling itineraries to correct instruction latencies (not operand | Evan Cheng |
| 2010-11-02 | Make sure we're only storing a single bit here. | Eric Christopher |
| 2010-11-02 | Revert r118097 to fix buildbots. | Owen Anderson |
| 2010-11-02 | Completely reject instructions that have an operand in their | Chris Lattner |
| 2010-11-02 | Obsessive formatting changes. No functionality impact. | Bill Wendling |
| 2010-11-02 | Omit unused parameter name. | Bill Wendling |
| 2010-11-02 | Simplify the EncodeInstruction method now that a lot of the special case stuff | Bill Wendling |
| 2010-11-02 | Since these fields are not exactly equivalent to the encoded field, rename th... | Owen Anderson |
| 2010-11-02 | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling |
| 2010-11-02 | Rename encoder methods to match naming convention. | Owen Anderson |
| 2010-11-02 | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson |
| 2010-11-02 | Tentative encodings for the "single element from one lane" variant of vst1. | Owen Anderson |
| 2010-11-02 | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson |
| 2010-11-02 | Add NEON VST1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson |
| 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 | Factor out a common encoding class for loads and stores with a lane parameter. | Owen Anderson |
| 2010-11-02 | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson |
| 2010-11-02 | Sort bit assignments. Cosmetic change only. | Jim Grosbach |
| 2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
| 2010-11-02 | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson |