aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
AgeCommit message (Expand)Author
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-10-24Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman
2011-05-04Fix register-dependent test in MSP430.Jakob Stoklund Olesen
2011-02-13Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-11-02Inline asm mult-alt constraint tests.John Thompson
2010-09-20CombinerAA is now reordering these stores.Owen Anderson
2010-05-01Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov
2010-05-01Do folding for indirect branches, where possibleAnton Korobeynikov
2010-05-01Implement indirect branches on MSP430Anton Korobeynikov
2010-04-07add newlines at the end of files.Chris Lattner
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-03-06Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov
2010-03-02Fix some issues in WalkChainUsers dealing with Chris Lattner
2010-02-24Change the scheduler from adding nodes in allnodes orderChris Lattner
2010-02-22no need to run llvm-as here.Chris Lattner
2010-02-21IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov
2010-01-15Reenable testsAnton Korobeynikov
2010-01-15Temporary disable testsAnton Korobeynikov
2010-01-14Add variable-width shifts for MSP430Anton Korobeynikov
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-23Use more sensible type for flags in asms. PR 5570.Dale Johannesen
2009-12-22Add testcase for PR5703Anton Korobeynikov
2009-12-11Lower setcc branchless, if this is profitable.Anton Korobeynikov
2009-12-08Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov
2009-11-27While this test is testing a problem in the generic part of codegen,Duncan Sands
2009-11-08Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!Anton Korobeynikov
2009-11-08Fix invalid operand updates & implement post-inc memory operandsAnton Korobeynikov
2009-11-08It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov
2009-11-07Add some dummy support for post-incremented loadsAnton Korobeynikov
2009-11-07Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov
2009-11-07Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov
2009-10-22Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov
2009-10-21Add DAG printing for RMW stuff debuggingAnton Korobeynikov
2009-10-21RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov
2009-10-21Add reg-imm testsAnton Korobeynikov
2009-10-12Eliminate some redundant llvm-as calls.Benjamin Kramer
2009-10-11Add missed mem-mem move patternsAnton Korobeynikov
2009-10-11Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov
2009-10-11Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov
2009-10-11Implement 'm' memory operand properlyAnton Korobeynikov
2009-10-10It seems that OR operation does not affect status reg at all.Anton Korobeynikov
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-26Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov
2009-08-25Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-20Fix for PR4235: to build a floating-point value from integer parts, Eli Friedman