Merging r258471:
[oota-llvm.git] / test / CodeGen / MSP430 /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-10 Job NoormanDrop the W postfix on the 16-bit registers.
2014-08-29 Job NoormanDo not assume the value passed to memset is an i32.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-01-24 Alp TokerFix known typos
2014-01-23 Andrew TrickMove a unit test into the correct dir. Sorry if it...
2013-10-24 Job NoormanMake sure SP is always aligned on a 2 byte boundary
2013-10-15 Job NoormanFix MSP430 calling convention to match MSPGCC
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-01 Anton KorobeynikovReally fix the test. Sorry for the breakage...
2013-07-01 Anton KorobeynikovFix the test which relies on uncommitted change
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-05-08 David MajnemerDAGCombiner: Simplify inverted bit tests
2013-03-18 David BlaikieRemove unnecessary leading comment characters in lit...
2013-03-18 David BlaikieInclude '.test' suffix in target specific lit configs...
2013-03-11 David BlaikieRemove duplicate test contents.
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-11-21 Anton KorobeynikovAdd support for byval args. Patch by Job Noorman!
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-05-04 Jakob Stoklund OlesenFix register-dependent test in MSP430.
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-02 John ThompsonInline asm mult-alt constraint tests.
2010-09-20 Owen AndersonCombinerAA is now reordering these stores.
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Anton KorobeynikovDo folding for indirect branches, where possible
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-01-15 Anton KorobeynikovReenable tests
2010-01-15 Anton KorobeynikovTemporary disable tests
2010-01-14 Anton KorobeynikovAdd variable-width shifts for MSP430
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-22 Anton KorobeynikovAdd testcase for PR5703
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-08 Anton KorobeynikovAdd and-not (bic) patterns. Based heavily on patch...
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Anton KorobeynikovAdd reg-imm tests
2009-10-12 Benjamin KramerEliminate some redundant llvm-as calls.
2009-10-11 Anton KorobeynikovAdd missed mem-mem move patterns
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovAdd bunch of MSP430 'feature' tests. Patch by Brian...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-10-10 Anton KorobeynikovIt seems that OR operation does not affect status reg...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-10 Anton KorobeynikovAdd MSP430 test for PR4136