summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAge
* 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
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-17
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-15
* Add extra SEXT pattern.Richard Osborne2009-08-02
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Add tests for handling of globals and tls on the XCore. These currently failRichard Osborne2009-07-24
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-16
* Expand unaligned 32 bit loads from an address which is a constantRichard Osborne2009-07-16
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-16
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-15
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-15
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Fix for PR4235: to build a floating-point value from integer parts, Eli Friedman2009-05-20
* testcase for PR3898Chris Lattner2009-04-18
* Add the private linkage.Rafael Espindola2009-01-15
* Don't fold address calculations which use negative offsets intoRichard Osborne2009-01-15
* Add pseudo instructions to the XCore for (load|store|load address) of aRichard Osborne2009-01-14
* Add support for ISD::TRAP to the XCore backendRichard Osborne2008-12-03
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-18
* Revert r59464. It was causing this failure:Bill Wendling2008-11-18
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-17
* Don't produce ADDC/ADDE when expanding SHL unless they are legalRichard Osborne2008-11-17
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-14
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-14
* Add basic test for XCore backendRichard Osborne2008-11-07