aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0931-164/+164
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+35
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-242-0/+32
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-241-0/+17
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-152-0/+179
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Use conventional syntax for branches.Anton Korobeynikov2013-07-142-2/+2
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-5/+5
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1424-134/+134
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-1/+1
* Really fix the test. Sorry for the breakage...Anton Korobeynikov2013-07-011-1/+1
* Fix the test which relies on uncommitted changeAnton Korobeynikov2013-07-011-1/+1
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-011-0/+54
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-10/+8
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-211-0/+50
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-211-0/+26
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-171-0/+17
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-101-1/+1
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-091-1/+1
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-091-1/+1
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-271-3/+3
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-278-15/+15
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-242-2/+2
* Fix register-dependent test in MSP430.Jakob Stoklund Olesen2011-05-041-1/+1
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-131-1/+1
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Inline asm mult-alt constraint tests.John Thompson2010-11-021-0/+323
* CombinerAA is now reordering these stores.Owen Anderson2010-09-201-1/+1
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-011-0/+27
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-011-0/+29
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-011-0/+41
* add newlines at the end of files.Chris Lattner2010-04-072-2/+2
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov2010-03-064-8/+8
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-021-1/+16
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-241-1/+1
* no need to run llvm-as here.Chris Lattner2010-02-225-5/+5
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-211-22/+22
* Reenable testsAnton Korobeynikov2010-01-152-8/+6
* Temporary disable testsAnton Korobeynikov2010-01-152-0/+2
* Add variable-width shifts for MSP430Anton Korobeynikov2010-01-141-0/+51
* Delete useless trailing semicolons.Dan Gohman2010-01-051-4/+4
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-231-0/+29