summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAge
* XCore target: Fix Vararg handlingRobert Lytton2013-08-01
* XCore target: Add byval handlingRobert Lytton2013-08-01
* Xcore targetRobert Lytton2013-08-01
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-03
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-02
* [XCore] Fix handling of functions where only the LR is spilled.Richard Osborne2013-05-09
* [XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne2013-04-16
* [XCore] Give test more generic name.Richard Osborne2013-04-16
* [XCore] Convert a couple of tests to FileCheck.Richard Osborne2013-04-16
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Remove duplicate test contents.David Blaikie2013-03-11
* Fix handling of aliases to functions.Richard Osborne2012-11-16
* Fix pattern for MKMSK instruction.Richard Osborne2012-06-13
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* No need to run llvm-as.Rafael Espindola2012-04-02
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* FileCheck hygiene.Benjamin Kramer2012-01-05
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-01
* Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne2011-11-01
* Move various XCore tests to FileCheckRichard Osborne2011-11-01
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-12
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Add Uses=[SP] to call instructions. This fixes a miscompilation with aRichard Osborne2011-08-24
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-18
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-01
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-19
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-19
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-19
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Add XCore intrinsic for crc8.Richard Osborne2011-05-31
* Add XCore intrinsic for crc32.Richard Osborne2011-05-31
* Convert test to FileCheck.Richard Osborne2011-05-31
* Fix register-dependent XCore testsJakob Stoklund Olesen2011-05-04
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Add XCore intrinsic for setpsc.Richard Osborne2011-03-17
* Add XCore intrinsics for setclk, setrdy.Richard Osborne2011-03-16
* Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne2011-03-16
* On the XCore the scavenging slot should be closest to the SP.Richard Osborne2011-03-15
* Add XCore intrinsics for getps, setps, setsr and clrsr.Richard Osborne2011-03-15
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-09
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04