| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure SP is always aligned on a 2 byte boundary | Job Noorman | 2013-10-24 | 1 | -0/+17 |
* | Fix MSP430 calling convention to match MSPGCC | Job Noorman | 2013-10-15 | 2 | -0/+179 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -2/+0 |
* | Use conventional syntax for branches. | Anton Korobeynikov | 2013-07-14 | 2 | -2/+2 |
* | Properly lower jump tables on MSP430. Patch by Job Noorman! | Anton Korobeynikov | 2013-07-14 | 1 | -5/+5 |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 24 | -134/+134 |
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | Really fix the test. Sorry for the breakage... | Anton Korobeynikov | 2013-07-01 | 1 | -1/+1 |
* | Fix the test which relies on uncommitted change | Anton Korobeynikov | 2013-07-01 | 1 | -1/+1 |
* | Add jump tables handling for MSP430. | Anton Korobeynikov | 2013-07-01 | 1 | -0/+54 |
* | DAGCombiner: Simplify inverted bit tests | David Majnemer | 2013-05-08 | 1 | -10/+8 |
* | 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 |
* | Add support for varargs functions for msp430. | Anton Korobeynikov | 2012-11-21 | 1 | -0/+50 |
* | Add support for byval args. Patch by Job Noorman! | Anton Korobeynikov | 2012-11-21 | 1 | -0/+26 |
* | Fix fallout from RegInfo => FrameLowering refactoring on MSP430. | Anton Korobeynikov | 2012-10-17 | 1 | -0/+17 |
* | Reapply r161633-161634 "Partition use lists so defs always come before uses."" | Jakob Stoklund Olesen | 2012-08-10 | 1 | -1/+1 |
* | Revert r161633-161634 "Partition use lists so defs always come before uses." | Jakob Stoklund Olesen | 2012-08-09 | 1 | -1/+1 |
* | Don't use pointer-pointers for the register use lists. | Jakob Stoklund Olesen | 2012-08-09 | 1 | -1/+1 |
* | These tests used intrinsics with the wrong prototype. They weren't caught be... | Chris Lattner | 2012-05-27 | 1 | -3/+3 |
* | 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 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 8 | -15/+15 |
* | Remove the explicit request for "Latency" scheduling from MSP430, | Dan Gohman | 2011-10-24 | 2 | -2/+2 |
* | Fix register-dependent test in MSP430. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+1 |
* | Enhance ComputeMaskedBits to know that aligned frameindexes | Chris Lattner | 2011-02-13 | 1 | -1/+1 |
* | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -24/+19 |
* | Inline asm mult-alt constraint tests. | John Thompson | 2010-11-02 | 1 | -0/+323 |
* | CombinerAA is now reordering these stores. | Owen Anderson | 2010-09-20 | 1 | -1/+1 |
* | Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1), | Anton Korobeynikov | 2010-05-01 | 1 | -0/+27 |
* | Do folding for indirect branches, where possible | Anton Korobeynikov | 2010-05-01 | 1 | -0/+29 |
* | Implement indirect branches on MSP430 | Anton Korobeynikov | 2010-05-01 | 1 | -0/+41 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 2 | -2/+2 |
* | Split big test into multiple directories to cater to | Dale Johannesen | 2010-04-07 | 1 | -0/+33 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 4 | -8/+8 |
* | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 1 | -1/+16 |
* | Change the scheduler from adding nodes in allnodes order | Chris Lattner | 2010-02-24 | 1 | -1/+1 |
* | no need to run llvm-as here. | Chris Lattner | 2010-02-22 | 5 | -5/+5 |
* | IT turns out that during jumpless setcc lowering eq and ne were swapped. | Anton Korobeynikov | 2010-02-21 | 1 | -22/+22 |
* | Reenable tests | Anton Korobeynikov | 2010-01-15 | 2 | -8/+6 |
* | Temporary disable tests | Anton Korobeynikov | 2010-01-15 | 2 | -0/+2 |
* | Add variable-width shifts for MSP430 | Anton Korobeynikov | 2010-01-14 | 1 | -0/+51 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -4/+4 |
* | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 1 | -0/+29 |
* | Add testcase for PR5703 | Anton Korobeynikov | 2009-12-22 | 1 | -0/+13 |
* | Lower setcc branchless, if this is profitable. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+116 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 1 | -0/+166 |
* | While this test is testing a problem in the generic part of codegen, | Duncan Sands | 2009-11-27 | 1 | -0/+36 |
* | Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! | Anton Korobeynikov | 2009-11-08 | 6 | -2/+54 |