llvm-6502/lib
Chris Lattner 18ad19488d Allow the selection-dag based selector to be diabled with -disable-pattern-isel.
For now, this is the default, as the current selector is missing some big pieces.
To enable the new selector, pass -disable-pattern-isel=false to llc or lli.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19335 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-07 07:50:50 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Initial implementation of the SelectionDAGISel class. This contains most 2005-01-07 07:47:53 +00:00
Debugger
ExecutionEngine
Linker
Support Make printing a warning message optional in CheckBytecodeOutputToConsole. 2005-01-02 00:10:03 +00:00
System Correct the case of a #include directory name, just in case. 2005-01-02 09:45:04 +00:00
Target Allow the selection-dag based selector to be diabled with -disable-pattern-isel. 2005-01-07 07:50:50 +00:00
Transforms Convert tabs to spaces 2005-01-07 07:05:34 +00:00
VMCore Add convenience method. 2005-01-07 07:40:32 +00:00
Makefile