llvm-6502/lib
Andrew Trick 5f22dd7858 Add a subtarget hook: enablePostMachineScheduler.
As requested by AArch64 subtargets.

Note that this will have no effect until the
AArch64 target actually enables the pass like this:
substitutePass(&PostRASchedulerID, &PostMachineSchedulerID);

As soon as armv7 switches over, PostMachineScheduler will become the
default postRA scheduler, so this won't be necessary any more.
Targets using the old postRA schedule would then do:
substitutePass(&PostMachineSchedulerID, &PostRASchedulerID);

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210167 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-04 07:06:27 +00:00
..
Analysis implement missing SCEVDivision case 2014-05-29 19:44:09 +00:00
AsmParser Update comments to match reality. 2014-06-03 20:25:26 +00:00
Bitcode Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
CodeGen Add a subtarget hook: enablePostMachineScheduler. 2014-06-04 07:06:27 +00:00
DebugInfo
ExecutionEngine Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
IR Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
IRReader
LineEditor
Linker Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
LTO Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
MC Fix MIPS exception personality encoding. 2014-05-30 16:48:56 +00:00
Object Use an enum class. 2014-06-03 05:26:12 +00:00
Option
ProfileData Use an enum class. 2014-06-03 05:12:33 +00:00
Support GraphWriter: try gv before xdg-open 2014-06-04 04:11:12 +00:00
TableGen Fix typos in tablegen error messages 2014-05-31 05:18:52 +00:00
Target Add a subtarget hook: enablePostMachineScheduler. 2014-06-04 07:06:27 +00:00
Transforms [asan] Fix coverage instrumentation with -asan-globals=0. 2014-06-03 14:16:00 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile