summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAge
...
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Add XCore intrinsic for crc8.Richard Osborne2011-05-31
* Add XCore intrinsic for crc32.Richard Osborne2011-05-31
* Convert test to FileCheck.Richard Osborne2011-05-31
* Fix register-dependent XCore testsJakob Stoklund Olesen2011-05-04
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-15
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-15
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-09
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-24
* Add XCore intrinsic for clre instruction.Richard Osborne2011-02-23
* Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne2011-02-23
* Add XCore intrinsic for the setv instruction.Richard Osborne2011-02-23
* Add XCore intrinsic for settw instruction.Richard Osborne2011-02-23
* Add XCore intrinsics for various instructions on ports.Richard Osborne2011-02-21
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-09
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Add support for trampolines on the XCore.Richard Osborne2011-02-02
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-31
* Update tests.Rafael Espindola2011-01-16
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-20
* Start function numbering at 0.Dan Gohman2010-04-17
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-14
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-11
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-10
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-10
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-10
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-10
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-10
* Convert test to FileCheck.Richard Osborne2010-03-10
* In cases where the carry / borrow unused converted ladd / lsubRichard Osborne2010-03-09
* Add DAG combine for ladd / lsub.Richard Osborne2010-03-09
* Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne2010-02-26
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-23
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-28
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-18
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-14
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-08
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18