summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
Commit message (Expand)AuthorAge
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-17
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-10
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-09
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-09
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-27
* 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
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-24
* Fix register-dependent test in MSP430.Jakob Stoklund Olesen2011-05-04
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-13
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* Inline asm mult-alt constraint tests.John Thompson2010-11-02
* CombinerAA is now reordering these stores.Owen Anderson2010-09-20
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-01
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-01
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-01
* add newlines at the end of files.Chris Lattner2010-04-07
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov2010-03-06
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-02
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-24
* no need to run llvm-as here.Chris Lattner2010-02-22
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-21
* Reenable testsAnton Korobeynikov2010-01-15
* Temporary disable testsAnton Korobeynikov2010-01-15
* Add variable-width shifts for MSP430Anton Korobeynikov2010-01-14
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-23
* Add testcase for PR5703Anton Korobeynikov2009-12-22
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-11
* Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov2009-12-08
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-27
* Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov2009-11-08
* Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov2009-11-08
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-08
* Add some dummy support for post-incremented loadsAnton Korobeynikov2009-11-07
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-07
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-07
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-22
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-21
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-21
* Add reg-imm testsAnton Korobeynikov2009-10-21
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-12
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-11
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-11
* Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov2009-10-11
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-11
* It seems that OR operation does not affect status reg at all.Anton Korobeynikov2009-10-10
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18