llvm-6502/test/CodeGen/MSP430
Chris Lattner 736a6ea3a2 Change the scheduler from adding nodes in allnodes order
to adding them in a determinstic order (bottom up from 
the root) based on the structure of the graph itself.

This updates tests for some random changes, interesting
bits: CodeGen/Blackfin/promote-logic.ll no longer crashes.
I have no idea why, but that's good right?

CodeGen/X86/2009-07-16-LoadFoldingBug.ll also fails, but
now compiles to have one fewer constant pool entry, making
the expected load that was being folded disappear.  Since it
is an unreduced mass of gnast, I just removed it.

This fixes PR6370


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97023 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-24 06:11:37 +00:00
..
2009-05-10-CyclicDAG.ll
2009-05-17-Rot.ll
2009-05-17-Shift.ll
2009-05-19-DoubleSplit.ll
2009-08-25-DynamicStackAlloc.ll
2009-09-18-AbsoluteAddr.ll
2009-10-10-OrImpDef.ll
2009-11-05-8BitLibcalls.ll
2009-11-08-InvalidResNo.ll
2009-11-20-NewNode.ll
2009-12-21-FrameAddr.ll
2009-12-22-InlineAsm.ll
AddrMode-bis-rx.ll no need to run llvm-as here. 2010-02-22 23:34:12 +00:00
AddrMode-bis-xr.ll no need to run llvm-as here. 2010-02-22 23:34:12 +00:00
AddrMode-mov-rx.ll no need to run llvm-as here. 2010-02-22 23:34:12 +00:00
AddrMode-mov-xr.ll no need to run llvm-as here. 2010-02-22 23:34:12 +00:00
bit.ll no need to run llvm-as here. 2010-02-22 23:34:12 +00:00
dg.exp
inline-asm.ll
Inst8mi.ll
Inst8mm.ll
Inst8mr.ll
Inst8ri.ll
Inst8rm.ll
Inst8rr.ll Change the scheduler from adding nodes in allnodes order 2010-02-24 06:11:37 +00:00
Inst16mi.ll
Inst16mm.ll
Inst16mr.ll
Inst16ri.ll
Inst16rm.ll
Inst16rr.ll
postinc.ll
setcc.ll IT turns out that during jumpless setcc lowering eq and ne were swapped. 2010-02-21 12:28:58 +00:00
shifts.ll Add variable-width shifts for MSP430 2010-01-14 22:09:38 +00:00