2012-06-13 |
Richard Osborne | Fix pattern for MKMSK instruction. |
tree | commitdiff |
2012-04-16 |
Chandler Carruth | Flip the new block-placement pass to be on by default. |
tree | commitdiff |
2012-04-02 |
Rafael Espindola | No need to run llvm-as. |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-01-05 |
Benjamin Kramer | FileCheck hygiene. |
tree | commitdiff |
2011-11-27 |
Chris Lattner | Upgrade syntax of tests using volatile instructions... |
tree | commitdiff |
2011-11-01 |
Richard Osborne | Don't fold negative offsets into cp / dp accesses to... |
tree | commitdiff |
2011-11-01 |
Richard Osborne | Combine various XCore tests for floating point intrinsi... |
tree | commitdiff |
2011-11-01 |
Richard Osborne | Move various XCore tests to FileCheck |
tree | commitdiff |
2011-09-12 |
Richard Osborne | Associate a MemOperand with LDWCP nodes introduced... |
tree | commitdiff |
2011-09-06 |
Duncan Sands | Split the init.trampoline intrinsic, which currently... |
tree | commitdiff |
2011-08-24 |
Richard Osborne | Add Uses=[SP] to call instructions. This fixes a miscom... |
tree | commitdiff |
2011-08-18 |
Richard Osborne | Add intrinsics for SETEV, GETED, GETET. |
tree | commitdiff |
2011-08-01 |
Richard Osborne | Fix crash with varargs function with no named parameters. |
tree | commitdiff |
2011-07-19 |
Richard Osborne | Add intrinsics for the zext / sext instructions. |
tree | commitdiff |
2011-07-19 |
Richard Osborne | Add intrinsics for the testct, testwct instructions. |
tree | commitdiff |
2011-07-19 |
Richard Osborne | Add intrinsics for the peek and endin instructions. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
tree | commitdiff |
2011-05-31 |
Richard Osborne | Add XCore intrinsic for crc8. |
tree | commitdiff |
2011-05-31 |
Richard Osborne | Add XCore intrinsic for crc32. |
tree | commitdiff |
2011-05-31 |
Richard Osborne | Convert test to FileCheck. |
tree | commitdiff |
2011-05-04 |
Jakob Stoklund Olesen | Fix register-dependent XCore tests |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix Mips, Sparc, and XCore tests that were dependent... |
tree | commitdiff |
2011-03-31 |
Richard Osborne | Add XCore intrinsics for initializing / starting /... |
tree | commitdiff |
2011-03-17 |
Richard Osborne | Add XCore intrinsic for setpsc. |
tree | commitdiff |
2011-03-16 |
Richard Osborne | Add XCore intrinsics for setclk, setrdy. |
tree | commitdiff |
2011-03-16 |
Richard Osborne | Add checkevent intrinsic to check if any resources... |
tree | commitdiff |
2011-03-15 |
Richard Osborne | On the XCore the scavenging slot should be closest... |
tree | commitdiff |
2011-03-15 |
Richard Osborne | Add XCore intrinsics for getps, setps, setsr and clrsr. |
tree | commitdiff |
2011-03-09 |
Benjamin Kramer | Fix mistyped CHECK lines. |
tree | commitdiff |
2011-03-04 |
Joerg Sonnenberger | Be nice to Xcore and the XMOS assembler and avoid quoti... |
tree | commitdiff |
2011-03-03 |
Joerg Sonnenberger | Bug#9033: For the ELF assembler output, always quote... |
tree | commitdiff |
2011-02-24 |
Richard Osborne | Add XCore intrinsic for eeu instruction. |
tree | commitdiff |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for clre instruction. |
tree | commitdiff |
2011-02-23 |
Richard Osborne | Add llvm.xcore.waitevent intrinsic. The effect of this... |
tree | commitdiff |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for the setv instruction. |
tree | commitdiff |
2011-02-23 |
Richard Osborne | Add XCore intrinsic for settw instruction. |
tree | commitdiff |
2011-02-21 |
Richard Osborne | Add XCore intrinsics for various instructions on ports. |
tree | commitdiff |
2011-02-09 |
Richard Osborne | Add intrinsic for setc instruction on the XCore. |
tree | commitdiff |
2011-02-03 |
Richard Osborne | Add XCore intrinsics for resource instructions. |
tree | commitdiff |
2011-02-02 |
Richard Osborne | Add support for trampolines on the XCore. |
tree | commitdiff |
2011-01-31 |
Richard Osborne | Fix bug where ReduceLoadWidth was creating illegal... |
tree | commitdiff |
2011-01-16 |
Rafael Espindola | Update tests. |
tree | commitdiff |
2010-12-06 |
Devang Patel | If dbg_declare() or dbg_value() is not lowered by isel... |
tree | commitdiff |
2010-09-20 |
Evan Cheng | Enable machine sinking critical edge splitting. e.g. |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Start function numbering at 0. |
tree | commitdiff |
2010-04-07 |
Dale Johannesen | Split big test into multiple directories to cater to |
tree | commitdiff |
2010-03-14 |
Chris Lattner | fix AsmPrinter::GetBlockAddressSymbol to always return... |
tree | commitdiff |
2010-03-11 |
Richard Osborne | Add dag combine to simplify lmul(x, 0, a, b) |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Prefer LMUL to MACCU as LMUL has no tied operands. |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Custom lower (S|U)MUL_LOHI -> MACC(S|U) |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Lower add (mul a, b), c into MACCU / MACCS nodes which... |
tree | commitdiff |
2010-03-10 |
Richard Osborne | Convert test to FileCheck. |
tree | commitdiff |
2010-03-09 |
Richard Osborne | In cases where the carry / borrow unused converted... |
tree | commitdiff |
2010-03-09 |
Richard Osborne | Add DAG combine for ladd / lsub. |
tree | commitdiff |
2010-02-26 |
Richard Osborne | Fix XCoreTargetLowering::isLegalAddressingMode() to... |
tree | commitdiff |
2010-02-23 |
Richard Osborne | Lower BR_JT on the XCore to a jump into a series of... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | convert the last 3 targets to use EmitFunctionBody... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2009-11-18 |
Richard Osborne | Add XCore support for indirectbr / blockaddress. |
tree | commitdiff |
2009-11-14 |
Richard Osborne | Add XCore support for arbitrary-sized aggregate returns. |
tree | commitdiff |
2009-10-08 |
Richard Osborne | Add some peepholes for signed comparisons using ashr... |
tree | commitdiff |
2009-09-09 |
Dan Gohman | Eliminate more uses of llvm-as and llvm-dis. |
tree | commitdiff |
2009-08-18 |
Richard Osborne | Add support for mergeable sections back into the XCore... |
tree | commitdiff |
2009-08-18 |
Richard Osborne | Put data with relocations in the same sections as data... |
tree | commitdiff |
2009-08-17 |
Richard Osborne | Update getSectionForConstant() to to allow mergable... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | use XCore-specific section with xcore specific cp/dp... |
tree | commitdiff |
2009-08-02 |
Richard Osborne | Add extra SEXT pattern. |
tree | commitdiff |
2009-07-31 |
Chris Lattner | switch off of 'Section' onto MCSection. We're not... |
tree | commitdiff |
2009-07-24 |
Richard Osborne | Add tests for handling of globals and tls on the XCore... |
tree | commitdiff |
2009-07-16 |
Richard Osborne | Combine an unaligned store of unaligned load into a... |
tree | commitdiff |
2009-07-16 |
Richard Osborne | Expand unaligned 32 bit loads from an address which... |
tree | commitdiff |
2009-07-16 |
Richard Osborne | Custom lower unaligned 32 bit stores and loads into... |
tree | commitdiff |
2009-07-15 |
Richard Osborne | Fix pattern for LD16S_3r, add basic tests to check... |
tree | commitdiff |
2009-07-15 |
Richard Osborne | Fix XCoreTargetLowering::isLegalAddressingMode to handl... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-20 |
Eli Friedman | Fix for PR4235: to build a floating-point value from... |
tree | commitdiff |
2009-04-18 |
Chris Lattner | testcase for PR3898 |
tree | commitdiff |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
tree | commitdiff |
2009-01-15 |
Richard Osborne | Don't fold address calculations which use negative... |
tree | commitdiff |
2009-01-14 |
Richard Osborne | Add pseudo instructions to the XCore for (load|store... |
tree | commitdiff |
2008-12-03 |
Richard Osborne | Add support for ISD::TRAP to the XCore backend |
tree | commitdiff |
2008-11-18 |
Duncan Sands | Reapply r59464, this time using the correct type |
tree | commitdiff |
2008-11-18 |
Bill Wendling | Revert r59464. It was causing this failure: |
tree | commitdiff |
2008-11-17 |
Duncan Sands | Add soft float support for a bunch more operations... |
tree | commitdiff |
2008-11-17 |
Richard Osborne | Don't produce ADDC/ADDE when expanding SHL unless they... |
tree | commitdiff |
2008-11-14 |
Richard Osborne | [XCore] Fix expansion of 64 bit add/sub. Don't custom... |
tree | commitdiff |
2008-11-14 |
Richard Osborne | Add XCore intrinsics for getid (returns thread id)... |
tree | commitdiff |
2008-11-07 |
Richard Osborne | Add basic test for XCore backend |
tree | commitdiff |
|