llvm-6502/lib
Evan Cheng 3f23952404 If scheduler choice is the default (-sched=default), use target scheduling
preference to determine which scheduler to use. SchedulingForLatency ==
Breadth first; SchedulingForRegPressure == bottom up register reduction list
scheduler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25599 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-25 09:12:57 +00:00
..
Analysis Add explicit iostream #includes 2006-01-22 23:19:18 +00:00
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
AsmParser Rename method 2006-01-24 04:14:29 +00:00
Bytecode Portably cast a pointer to an integer. 2006-01-25 02:40:10 +00:00
CodeGen If scheduler choice is the default (-sched=default), use target scheduling 2006-01-25 09:12:57 +00:00
Debugger dum de dum 2005-12-26 10:24:15 +00:00
ExecutionEngine Add #include of <iostream> 2006-01-22 23:41:42 +00:00
Linker Rename method 2006-01-24 04:14:29 +00:00
Support Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
System For PR351: 2005-12-22 20:00:16 +00:00
Target Fix a selectcc lowering bug. Make a copy of X86ISD::CMP when folding it. 2006-01-25 09:05:09 +00:00
Transforms Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll 2006-01-24 19:36:27 +00:00
VMCore Initial checkin of the InlineAsm class 2006-01-24 04:13:11 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00