aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAgeFilesLines
* Add XCore intrinsic for crc8.Richard Osborne2011-05-311-0/+10
* Add XCore intrinsic for crc32.Richard Osborne2011-05-312-9/+17
* Convert test to FileCheck.Richard Osborne2011-05-311-3/+4
* Fix register-dependent XCore testsJakob Stoklund Olesen2011-05-041-6/+3
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-311-16/+17
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-311-0/+67
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-171-0/+8
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-161-0/+16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-161-0/+20
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-151-0/+52
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-152-0/+36
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-091-2/+2
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-043-10/+10
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-033-10/+10
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-241-0/+8
* Add XCore intrinsic for clre instruction.Richard Osborne2011-02-231-0/+3
* Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne2011-02-231-0/+21
* Add XCore intrinsic for the setv instruction.Richard Osborne2011-02-231-0/+9
* Add XCore intrinsic for settw instruction.Richard Osborne2011-02-231-0/+8
* Add XCore intrinsics for various instructions on ports.Richard Osborne2011-02-211-0/+40
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-091-0/+14
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-031-0/+97
* Add support for trampolines on the XCore.Richard Osborne2011-02-021-0/+37
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-311-0/+10
* Update tests.Rafael Espindola2011-01-161-3/+3
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-201-4/+4
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-141-1/+1
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-111-0/+13
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-101-0/+15
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-101-0/+12
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-101-4/+1
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-101-0/+30
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-101-0/+24
* Convert test to FileCheck.Richard Osborne2010-03-101-3/+11
* In cases where the carry / borrow unused converted ladd / lsubRichard Osborne2010-03-091-0/+39
* Add DAG combine for ladd / lsub.Richard Osborne2010-03-091-0/+28
* Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne2010-02-261-0/+26
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-232-0/+156
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-052-2/+2
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-181-0/+45
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-141-0/+43
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-081-0/+76
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-0931-31/+31
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-182-2/+2
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-181-0/+56
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-0/+11