| Age | Commit message (Expand) | Author |
| 2011-09-12 | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne |
| 2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
| 2011-08-24 | Add Uses=[SP] to call instructions. This fixes a miscompilation with a | Richard Osborne |
| 2011-08-18 | Add intrinsics for SETEV, GETED, GETET. | Richard Osborne |
| 2011-08-01 | Fix crash with varargs function with no named parameters. | Richard Osborne |
| 2011-07-19 | Add intrinsics for the zext / sext instructions. | Richard Osborne |
| 2011-07-19 | Add intrinsics for the testct, testwct instructions. | Richard Osborne |
| 2011-07-19 | Add intrinsics for the peek and endin instructions. | Richard Osborne |
| 2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
| 2011-05-31 | Add XCore intrinsic for crc8. | Richard Osborne |
| 2011-05-31 | Add XCore intrinsic for crc32. | Richard Osborne |
| 2011-05-31 | Convert test to FileCheck. | Richard Osborne |
| 2011-05-04 | Fix register-dependent XCore tests | Jakob Stoklund Olesen |
| 2011-03-31 | Fix Mips, Sparc, and XCore tests that were dependent on register allocation. | Jakob Stoklund Olesen |
| 2011-03-31 | Add XCore intrinsics for initializing / starting / synchronizing threads. | Richard Osborne |
| 2011-03-17 | Add XCore intrinsic for setpsc. | Richard Osborne |
| 2011-03-16 | Add XCore intrinsics for setclk, setrdy. | Richard Osborne |
| 2011-03-16 | Add checkevent intrinsic to check if any resources owned by the current thread | Richard Osborne |
| 2011-03-15 | On the XCore the scavenging slot should be closest to the SP. | Richard Osborne |
| 2011-03-15 | Add XCore intrinsics for getps, setps, setsr and clrsr. | Richard Osborne |
| 2011-03-09 | Fix mistyped CHECK lines. | Benjamin Kramer |
| 2011-03-04 | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger |
| 2011-03-03 | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger |
| 2011-02-24 | Add XCore intrinsic for eeu instruction. | Richard Osborne |
| 2011-02-23 | Add XCore intrinsic for clre instruction. | Richard Osborne |
| 2011-02-23 | Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable | Richard Osborne |
| 2011-02-23 | Add XCore intrinsic for the setv instruction. | Richard Osborne |
| 2011-02-23 | Add XCore intrinsic for settw instruction. | Richard Osborne |
| 2011-02-21 | Add XCore intrinsics for various instructions on ports. | Richard Osborne |
| 2011-02-09 | Add intrinsic for setc instruction on the XCore. | Richard Osborne |
| 2011-02-03 | Add XCore intrinsics for resource instructions. | Richard Osborne |
| 2011-02-02 | Add support for trampolines on the XCore. | Richard Osborne |
| 2011-01-31 | Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions. | Richard Osborne |
| 2011-01-16 | Update tests. | Rafael Espindola |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-09-20 | Enable machine sinking critical edge splitting. e.g. | Evan Cheng |
| 2010-04-17 | Start function numbering at 0. | Dan Gohman |
| 2010-04-07 | Split big test into multiple directories to cater to | Dale Johannesen |
| 2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
| 2010-03-11 | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne |
| 2010-03-10 | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne |
| 2010-03-10 | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne |
| 2010-03-10 | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne |
| 2010-03-10 | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne |
| 2010-03-10 | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne |
| 2010-03-10 | Convert test to FileCheck. | Richard Osborne |
| 2010-03-09 | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne |
| 2010-03-09 | Add DAG combine for ladd / lsub. | Richard Osborne |
| 2010-02-26 | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne |
| 2010-02-23 | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne |