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