| Age | Commit message (Expand) | Author |
| 2010-08-08 | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling |
| 2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
| 2010-08-06 | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling |
| 2010-08-06 | Moar words! | Eric Christopher |
| 2010-08-06 | Add tablegen support for vdup_lane | Nate Begeman |
| 2010-08-05 | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman |
| 2010-07-30 | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling |
| 2010-07-30 | Many Thumb2 instructions can reference the full ARM register set (i.e., | Jim Grosbach |
| 2010-07-28 | Fix a warning from gcc-4.0 (from the ppc buildbot). | Bob Wilson |
| 2010-07-28 | Filter out patterns that have PredicateOperands. | Eric Christopher |
| 2010-07-27 | Return -1 only on failure to execute a program. | Mikhail Glushenkov |
| 2010-07-26 | 80-col. | Eric Christopher |
| 2010-07-23 | Get rid of exceptions in llvmc. | Mikhail Glushenkov |
| 2010-07-21 | Hack around extracts that aren't easy to process. | Eric Christopher |
| 2010-07-20 | remove option from tablegen for building static header. | Chris Lattner |
| 2010-07-19 | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes |
| 2010-07-19 | Remove code duplication. | Mikhail Glushenkov |
| 2010-07-19 | Better error reporting for switch_list. | Mikhail Glushenkov |
| 2010-07-19 | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar |
| 2010-07-19 | llvmc: Add a new option type (switch_list). | Mikhail Glushenkov |
| 2010-07-16 | Update comment. | Bill Wendling |
| 2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-11 | Replace copyRegToReg with COPY in FastISelEmitter. | Jakob Stoklund Olesen |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | Start the support for AVX instructions with 256-bit %ymm registers. A couple of | Bruno Cardoso Lopes |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | These changes should have accompanied r107943. | Dan Gohman |
| 2010-07-08 | Changes to ARM tail calls, mostly cosmetic. | Dale Johannesen |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner |
| 2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
| 2010-07-02 | Add a new target independent COPY instruction and code to lower it. | Jakob Stoklund Olesen |
| 2010-07-02 | Clean up TargetOpcodes.h a bit, and limit the number of places where the full | Jakob Stoklund Olesen |
| 2010-06-25 | Remove unused variables. | Duncan Sands |
| 2010-06-24 | Change array references to match my previous change to use the public type | Bob Wilson |
| 2010-06-24 | Fix up some comments. | Bob Wilson |
| 2010-06-24 | Use the struct tags mandated by ARM's ABI. Also use the public type names for | Bob Wilson |
| 2010-06-23 | Add support for the x86 instructions "pusha" and "popa". | Nico Weber |
| 2010-06-23 | Fix a tblgen bug. | Bruno Cardoso Lopes |
| 2010-06-23 | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky |
| 2010-06-22 | Fix a subtle multiclass bug: when using class inheritance on | Bruno Cardoso Lopes |
| 2010-06-21 | Remove isTwoAddress from llvm. | Eric Christopher |
| 2010-06-20 | Add support for returning multiple vectors via sret, which is how the ARM tar... | Nate Begeman |
| 2010-06-18 | An attempt to fix the problem Anton reported with | Dale Johannesen |
| 2010-06-18 | Teach tablegen how to inherit from classes in 'defm' definitions. | Bruno Cardoso Lopes |
| 2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
| 2010-06-17 | In case Rec is a definition and not a class, do the proper comparison! | Bruno Cardoso Lopes |
| 2010-06-17 | Modify tablegen to support generating all NEON code used by clang at once. | Nate Begeman |
| 2010-06-17 | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes |