llvm-6502/lib
Eric Christopher 41612a9b85 Remove the target machine from CCState. Previously it was only used
to get the subtarget and that's accessible from the MachineFunction
now. This helps clear the way for smaller changes where we getting
a subtarget will require passing in a MachineFunction/Function as
well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214988 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-06 18:45:26 +00:00
..
Analysis Teach the SLP Vectorizer that keeping some values live over a callsite can have a cost. 2014-08-05 12:30:34 +00:00
AsmParser Remove dead code in condition 2014-08-05 18:22:58 +00:00
Bitcode BitcodeReader: Fix non-determinism in use-list order 2014-08-05 17:49:48 +00:00
CodeGen Remove the target machine from CCState. Previously it was only used 2014-08-06 18:45:26 +00:00
DebugInfo
ExecutionEngine
IR Don't count inreg params when mangling fastcall functions 2014-08-06 18:09:04 +00:00
IRReader
LineEditor
Linker
LTO Don't internalize all but main by default. 2014-08-05 20:10:38 +00:00
MC
Object
Option
ProfileData
Support
TableGen Allow binary and for tblgen math. 2014-08-05 09:43:25 +00:00
Target Remove the target machine from CCState. Previously it was only used 2014-08-06 18:45:26 +00:00
Transforms Add a new option -run-slp-after-loop-vectorization. 2014-08-06 12:56:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile