| Age | Commit message (Expand) | Author |
| 2010-10-26 | Tidy up redundant check. | Bob Wilson |
| 2010-10-25 | Produce the headers directly in the Finish method. This allows us to use | Rafael Espindola |
| 2010-10-25 | Add correct encodings for NEON vabal. | Owen Anderson |
| 2010-10-25 | Add correct NEON encodings for vaba. | Owen Anderson |
| 2010-10-25 | Attempt to provide correct encodings for NEON vbit and vbif, even though we c... | Owen Anderson |
| 2010-10-25 | Provide correct NEON encodings for vbsl. | Owen Anderson |
| 2010-10-25 | imm12 operands aren't Thumb2 only, so rename the printer helper function. | Jim Grosbach |
| 2010-10-25 | Add correct instruction encodings for vbic, vorn, and vmvn. | Owen Anderson |
| 2010-10-25 | Add a virtual destructor. | Rafael Espindola |
| 2010-10-25 | Provide correct NEON encodings for vand, veor, and vorr. | Owen Anderson |
| 2010-10-25 | Add NEON encoding tests for vcgt and vacgt. | Owen Anderson |
| 2010-10-25 | Add support for emitting ARM file attributes. | Rafael Espindola |
| 2010-10-25 | Add tests for NEON encodings of vcge and vacge. | Owen Anderson |
| 2010-10-25 | Add a warning about our inability to test the encoding of vceq with immediate... | Owen Anderson |
| 2010-10-23 | Move rejection of NEON parameters earlier in fast isel call processing, | Eric Christopher |
| 2010-10-23 | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth |
| 2010-10-23 | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth |
| 2010-10-23 | Enable ARM fastcc. | Evan Cheng |
| 2010-10-23 | Latency between CPSR def and branch is zero. | Evan Cheng |
| 2010-10-22 | Trailing whitespace. | Jim Grosbach |
| 2010-10-22 | fix memory-layout assumption which only holds on little-endian systems | Gabor Greif |
| 2010-10-22 | ARM mode encoding information for CLZ, RBIT, REV*, and PKH*. | Jim Grosbach |
| 2010-10-22 | Transfer implicit ops when forming load multiple and return instructions. | Evan Cheng |
| 2010-10-22 | Add correct NEON encodings for vqdmlal. | Owen Anderson |
| 2010-10-22 | Add the encoding information for the rest of the ARM mode multiply instructions. | Jim Grosbach |
| 2010-10-22 | Provide correct encodings for NEON vmlal. | Owen Anderson |
| 2010-10-22 | Silence compiler warnings. | Evan Cheng |
| 2010-10-22 | Provide correct NEON encodings for vmla. | Owen Anderson |
| 2010-10-22 | More ARM multiply instuction binary encodings. | Jim Grosbach |
| 2010-10-22 | Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ... | Evan Cheng |
| 2010-10-22 | Parameterize a bit of ARM encoding information, simplifying some instruction | Jim Grosbach |
| 2010-10-22 | More ARM multiply instruction encoding information. | Jim Grosbach |
| 2010-10-22 | Making the e_machine configurable by the target backend in ELFObjectWriter. | Wesley Peck |
| 2010-10-22 | Add some basic ret instruction support to arm fast-isel. | Eric Christopher |
| 2010-10-21 | ARM binary encoding for some of the multiply instructions. | Jim Grosbach |
| 2010-10-21 | ARM binary encodings for MVN variants. | Jim Grosbach |
| 2010-10-21 | ARM Binary encoding information for BFC/BFI instructions. | Jim Grosbach |
| 2010-10-21 | These don't need to be virtual. | Eric Christopher |
| 2010-10-21 | Move the encoding logic for Q registers into getMachineOpValue(). | Owen Anderson |
| 2010-10-21 | ARM encodes Q registers as 2xregno (i.e. the number of the D register that co... | Owen Anderson |
| 2010-10-21 | Handle storing args to the stack for calls. | Eric Christopher |
| 2010-10-21 | More load/store refactoring, call reg+offset simplification from within | Eric Christopher |
| 2010-10-21 | trailing whitespace | Jim Grosbach |
| 2010-10-21 | Add correct NEON encodings for vhadd and vrhadd. | Owen Anderson |
| 2010-10-21 | Add correct encodings for NEON vaddw.s* and vaddw.u*. | Owen Anderson |
| 2010-10-21 | Provide correct NEON encodings for vaddl.u* and vaddl.s*. | Owen Anderson |
| 2010-10-21 | The return value of this call is not used, so no point | Duncan Sands |
| 2010-10-21 | putback r116983 and fix simple-fp-encoding.ll tests | Andrew Trick |
| 2010-10-21 | Revert r116983, which is breaking all the buildbots. | Owen Anderson |
| 2010-10-21 | Add missing scheduling itineraries for transfers between core registers and V... | Evan Cheng |