llvm-6502/lib
Bill Wendling 187361b056 Remove the '-disable-scheduling' flag and replace it with the 'source' option of
the '-pre-RA-sched' flag. It actually makes more sense to do it this way. Also,
keep track of the SDNode ordering by default. Eventually, we would like to make
this ordering a way to break a "tie" in the scheduler. However, doing that now
breaks the "CodeGen/X86/abi-isel.ll" test for 32-bit Linux.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94308 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-23 10:26:57 +00:00
..
Analysis Avoid using "Type" as the variable name. 2010-01-23 00:26:28 +00:00
Archive
AsmParser Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
Bitcode Respect operator precedence (and silence a gcc 4.3 warning). 2010-01-23 09:54:23 +00:00
CodeGen Remove the '-disable-scheduling' flag and replace it with the 'source' option of 2010-01-23 10:26:57 +00:00
CompilerDriver
ExecutionEngine Make OProfile support compile again after r93630 removed 2010-01-22 23:04:39 +00:00
Linker Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
MC mcize lcomm, simplify .comm, extend both to support 64-bit sizes. 2010-01-23 07:47:02 +00:00
Support
System
Target Remove the '-disable-scheduling' flag and replace it with the 'source' option of 2010-01-23 10:26:57 +00:00
Transforms Reapply 94059 while fixing the calling convention setup 2010-01-23 05:29:06 +00:00
VMCore simplify code a bit. 2010-01-23 04:42:42 +00:00
Makefile