| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary leading comment characters in lit-only file | David Blaikie | 2013-03-18 | 1 | -1/+1 |
* | Include '.test' suffix in target specific lit configs that need it | David Blaikie | 2013-03-18 | 1 | -1/+1 |
* | Remove duplicate test contents. | David Blaikie | 2013-03-11 | 2 | -28/+1 |
* | Fix handling of aliases to functions. | Richard Osborne | 2012-11-16 | 1 | -0/+32 |
* | Fix pattern for MKMSK instruction. | Richard Osborne | 2012-06-13 | 1 | -0/+11 |
* | Flip the new block-placement pass to be on by default. | Chandler Carruth | 2012-04-16 | 1 | -7/+7 |
* | No need to run llvm-as. | Rafael Espindola | 2012-04-02 | 1 | -1/+1 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -5/+13 |
* | FileCheck hygiene. | Benjamin Kramer | 2012-01-05 | 1 | -2/+2 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 2 | -25/+25 |
* | Don't fold negative offsets into cp / dp accesses to avoid relocation errors. | Richard Osborne | 2011-11-01 | 1 | -0/+25 |
* | Combine various XCore tests for floating point intrinsic support into a singl... | Richard Osborne | 2011-11-01 | 11 | -180/+171 |
* | Move various XCore tests to FileCheck | Richard Osborne | 2011-11-01 | 17 | -60/+92 |
* | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne | 2011-09-12 | 1 | -0/+18 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -2/+4 |
* | Add Uses=[SP] to call instructions. This fixes a miscompilation with a | Richard Osborne | 2011-08-24 | 1 | -0/+20 |
* | Add intrinsics for SETEV, GETED, GETET. | Richard Osborne | 2011-08-18 | 2 | -0/+27 |
* | Fix crash with varargs function with no named parameters. | Richard Osborne | 2011-08-01 | 1 | -0/+17 |
* | Add intrinsics for the zext / sext instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+30 |
* | Add intrinsics for the testct, testwct instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+16 |
* | Add intrinsics for the peek and endin instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+16 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -2/+0 |
* | Add XCore intrinsic for crc8. | Richard Osborne | 2011-05-31 | 1 | -0/+10 |
* | Add XCore intrinsic for crc32. | Richard Osborne | 2011-05-31 | 2 | -9/+17 |
* | Convert test to FileCheck. | Richard Osborne | 2011-05-31 | 1 | -3/+4 |
* | Fix register-dependent XCore tests | Jakob Stoklund Olesen | 2011-05-04 | 1 | -6/+3 |
* | Fix Mips, Sparc, and XCore tests that were dependent on register allocation. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -16/+17 |
* | Add XCore intrinsics for initializing / starting / synchronizing threads. | Richard Osborne | 2011-03-31 | 1 | -0/+67 |
* | Add XCore intrinsic for setpsc. | Richard Osborne | 2011-03-17 | 1 | -0/+8 |
* | Add XCore intrinsics for setclk, setrdy. | Richard Osborne | 2011-03-16 | 1 | -0/+16 |
* | Add checkevent intrinsic to check if any resources owned by the current thread | Richard Osborne | 2011-03-16 | 1 | -0/+20 |
* | On the XCore the scavenging slot should be closest to the SP. | Richard Osborne | 2011-03-15 | 1 | -0/+52 |
* | Add XCore intrinsics for getps, setps, setsr and clrsr. | Richard Osborne | 2011-03-15 | 2 | -0/+36 |
* | Fix mistyped CHECK lines. | Benjamin Kramer | 2011-03-09 | 1 | -2/+2 |
* | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 3 | -10/+10 |
* | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 3 | -10/+10 |
* | Add XCore intrinsic for eeu instruction. | Richard Osborne | 2011-02-24 | 1 | -0/+8 |
* | Add XCore intrinsic for clre instruction. | Richard Osborne | 2011-02-23 | 1 | -0/+3 |
* | Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable | Richard Osborne | 2011-02-23 | 1 | -0/+21 |
* | Add XCore intrinsic for the setv instruction. | Richard Osborne | 2011-02-23 | 1 | -0/+9 |
* | Add XCore intrinsic for settw instruction. | Richard Osborne | 2011-02-23 | 1 | -0/+8 |
* | Add XCore intrinsics for various instructions on ports. | Richard Osborne | 2011-02-21 | 1 | -0/+40 |
* | Add intrinsic for setc instruction on the XCore. | Richard Osborne | 2011-02-09 | 1 | -0/+14 |
* | Add XCore intrinsics for resource instructions. | Richard Osborne | 2011-02-03 | 1 | -0/+97 |
* | Add support for trampolines on the XCore. | Richard Osborne | 2011-02-02 | 1 | -0/+37 |
* | Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions. | Richard Osborne | 2011-01-31 | 1 | -0/+10 |
* | Update tests. | Rafael Espindola | 2011-01-16 | 1 | -3/+3 |
* | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -24/+19 |
* | Enable machine sinking critical edge splitting. e.g. | Evan Cheng | 2010-09-20 | 1 | -4/+4 |