llvm-6502/lib
Dylan Noblesmith f5895e9592 ExecutionEngine: move createJIT() definition (v2)
As an ExecutionEngine class function, its definition
really belongs in ExecutionEngine.cpp, not JIT.cpp.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131320 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-13 22:02:53 +00:00
..
Analysis Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a 2011-05-13 05:20:42 +00:00
Archive
AsmParser
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Make codegen able to handle values of empty types. This is one way 2011-05-13 15:18:06 +00:00
CompilerDriver
ExecutionEngine ExecutionEngine: move createJIT() definition (v2) 2011-05-13 22:02:53 +00:00
Linker
MC Remove an unused variable and move a couple others inside DEBUG. 2011-05-11 23:34:51 +00:00
Object
Support Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. 2011-05-12 21:29:42 +00:00
Target Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a 2011-05-13 05:20:42 +00:00
Transforms Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a 2011-05-13 05:20:42 +00:00
VMCore Make codegen able to handle values of empty types. This is one way 2011-05-13 15:18:06 +00:00
CMakeLists.txt
Makefile