Fix thumbv4t indirect calls
[oota-llvm.git] / test / CodeGen / XCore /
2011-07-19 Richard OsborneAdd intrinsics for the peek and endin instructions.
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Richard OsborneConvert test to FileCheck.
2011-05-04 Jakob Stoklund OlesenFix register-dependent XCore tests
2011-03-31 Jakob Stoklund OlesenFix Mips, Sparc, and XCore tests that were dependent...
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-16 Richard OsborneAdd XCore intrinsics for setclk, setrdy.
2011-03-16 Richard OsborneAdd checkevent intrinsic to check if any resources...
2011-03-15 Richard OsborneOn the XCore the scavenging slot should be closest...
2011-03-15 Richard OsborneAdd XCore intrinsics for getps, setps, setsr and clrsr.
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-21 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-03 Richard OsborneAdd XCore intrinsics for resource instructions.
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-16 Rafael EspindolaUpdate tests.
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-11 Richard OsborneAdd dag combine to simplify lmul(x, 0, a, b)
2010-03-10 Richard OsborneHandle MVT::i64 type in DAG combine for ISD::ADD. Fold...
2010-03-10 Richard OsborneFold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneCustom lower (S|U)MUL_LOHI -> MACC(S|U)
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-10 Richard OsborneConvert test to FileCheck.
2010-03-09 Richard OsborneIn cases where the carry / borrow unused converted...
2010-03-09 Richard OsborneAdd DAG combine for ladd / lsub.
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-01-28 Chris Lattnerconvert the last 3 targets to use EmitFunctionBody...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-10-08 Richard OsborneAdd some peepholes for signed comparisons using ashr...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-15 Chris Lattneruse XCore-specific section with xcore specific cp/dp...
2009-08-02 Richard OsborneAdd extra SEXT pattern.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-15 Richard OsborneFix pattern for LD16S_3r, add basic tests to check...
2009-07-15 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode to handl...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-04-18 Chris Lattnertestcase for PR3898
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-11-18 Duncan SandsReapply r59464, this time using the correct type
2008-11-18 Bill WendlingRevert r59464. It was causing this failure:
2008-11-17 Duncan SandsAdd soft float support for a bunch more operations...
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-07 Richard OsborneAdd basic test for XCore backend