Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the
[oota-llvm.git] / test / CodeGen / MSP430 /
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