llvm-6502/include
Juergen Ributzka 37753c5f9d [FastISel] Provide the option to skip target-independent instruction selection. NFC.
This allows the target to disable target-independent instruction selection and
jump directly into the target-dependent instruction selection code.

This can be beneficial for targets, such as AArch64, which could emit much
better code, but never got a chance to do so, because the target-independent
instruction selector was able to find an instruction sequence.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216947 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 21:07:44 +00:00
..
llvm [FastISel] Provide the option to skip target-independent instruction selection. NFC. 2014-09-02 21:07:44 +00:00
llvm-c Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00