aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
AgeCommit message (Expand)Author
2013-04-16[XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne
2013-04-16[XCore] Give test more generic name.Richard Osborne
2013-04-16[XCore] Convert a couple of tests to FileCheck.Richard Osborne
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-11Remove duplicate test contents.David Blaikie
2012-11-16Fix handling of aliases to functions.Richard Osborne
2012-06-13Fix pattern for MKMSK instruction.Richard Osborne
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-04-02No need to run llvm-as.Rafael Espindola
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-05FileCheck hygiene.Benjamin Kramer
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-01Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne
2011-11-01Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne
2011-11-01Move various XCore tests to FileCheckRichard Osborne
2011-09-12Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-24Add Uses=[SP] to call instructions. This fixes a miscompilation with aRichard Osborne
2011-08-18Add intrinsics for SETEV, GETED, GETET.Richard Osborne
2011-08-01Fix crash with varargs function with no named parameters.Richard Osborne
2011-07-19Add intrinsics for the zext / sext instructions.Richard Osborne
2011-07-19Add intrinsics for the testct, testwct instructions.Richard Osborne
2011-07-19Add intrinsics for the peek and endin instructions.Richard Osborne
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-31Add XCore intrinsic for crc8.Richard Osborne
2011-05-31Add XCore intrinsic for crc32.Richard Osborne
2011-05-31Convert test to FileCheck.Richard Osborne
2011-05-04Fix register-dependent XCore testsJakob Stoklund Olesen
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen
2011-03-31Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne
2011-03-17Add XCore intrinsic for setpsc.Richard Osborne
2011-03-16Add XCore intrinsics for setclk, setrdy.Richard Osborne
2011-03-16Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne
2011-03-15On the XCore the scavenging slot should be closest to the SP.Richard Osborne
2011-03-15Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne
2011-03-09Fix mistyped CHECK lines.Benjamin Kramer
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-02-24Add XCore intrinsic for eeu instruction.Richard Osborne
2011-02-23Add XCore intrinsic for clre instruction.Richard Osborne
2011-02-23Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne
2011-02-23Add XCore intrinsic for the setv instruction.Richard Osborne
2011-02-23Add XCore intrinsic for settw instruction.Richard Osborne
2011-02-21Add XCore intrinsics for various instructions on ports.Richard Osborne
2011-02-09Add intrinsic for setc instruction on the XCore.Richard Osborne
2011-02-03Add XCore intrinsics for resource instructions.Richard Osborne
2011-02-02Add support for trampolines on the XCore.Richard Osborne
2011-01-31Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne