llvm-6502/lib
Matthias Braun 8ce6c58e41 Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler()
r213101 changed the behaviour of this method to not only affect the
PostMachineScheduler scheduler but also the PostRAScheduler scheduler,
renaming should make this fact clear. Also document that the preferred
way is to specify this in the scheduling model instead of overriding
this method.

Differential Revision: http://reviews.llvm.org/D10427

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239659 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-13 03:42:16 +00:00
..
Analysis Don't create instructions from ConstantExpr's in CFLAliasAnalysis. 2015-06-12 16:13:54 +00:00
AsmParser
Bitcode Rangify several for loops in ValueEnumerator constructor. 2015-06-12 20:18:20 +00:00
CodeGen Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() 2015-06-13 03:42:16 +00:00
DebugInfo
ExecutionEngine [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned 2015-06-12 21:31:15 +00:00
Fuzzer
IR Refix a use of explicit pointer types in GEP constant folding 2015-06-12 18:22:03 +00:00
IRReader
LibDriver
LineEditor
Linker Fix returning error message in LLVMLinkModules 2015-06-12 23:26:42 +00:00
LTO Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
MC [WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic 2015-06-11 22:32:23 +00:00
Object Object: Prepend __imp_ when mangling a dllimport symbol in IRObjectFile. 2015-06-11 21:42:18 +00:00
Option
Passes
ProfileData
Support Add 'shave' processor name to Triple 2015-06-12 18:31:38 +00:00
TableGen
Target Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() 2015-06-13 03:42:16 +00:00
Transforms Revert 239644. 2015-06-13 01:08:00 +00:00
CMakeLists.txt
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
Makefile