cling/lib/Interpreter
Bertrand Bellenot 15dda8ada2 Fix object format on Windows (thanks Axel for the hint!)
Solves the following error on Windows (as reported on the forum: https://root.cern.ch/phpBB3/viewtopic.php?f=21&t=19033):
[cling]$ int i = 0;
>>> Caught an interpreter exception!
>>> Incompatible object format!
2015-05-28 15:17:02 +02:00
..
ASTTransformer.cpp Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ASTTransformer.h Fix doxygen warnings. 2015-03-20 15:45:03 +01:00
AutoloadCallback.cpp Follow interface change. 2015-02-11 10:57:42 +01:00
AutoSynthesizer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
AutoSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
BackendPasses.cpp Reduce cling leakage to 0, according to valgrind. 2015-05-27 18:00:09 +02:00
BackendPasses.h Add backend passes back in. Fixes (some of) MacOS. 2015-02-11 22:05:21 +01:00
CheckEmptyTransactionTransformer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
CheckEmptyTransactionTransformer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
CIFactory.cpp Enable new GCC 5.1 ABI. 2015-05-08 01:06:49 +02:00
ClangInternalState.cpp Show parsed (with open file handle?) versus deserialized. 2014-10-20 14:23:03 +02:00
ClingPragmas.cpp Add a cling pragma handler. For now implement #pragma cling load(file) 2015-02-18 14:51:21 +01:00
ClingPragmas.h Add a cling pragma handler. For now implement #pragma cling load(file) 2015-02-18 14:51:21 +01:00
ClingUtils.h Remove code duplication 2015-04-17 02:50:36 +02:00
CMakeLists.txt Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
DeclCollector.cpp No need for a nested transaction while parent is collecting! 2015-03-20 12:43:51 +01:00
DeclCollector.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
DeclExtractor.cpp Attooptimization. 2015-04-04 21:05:14 +02:00
DeclExtractor.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
DynamicExprInfo.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicLibraryManager.cpp Use LLVM_ON_WIN32 instead of WIN32 CPP macro. 2015-02-23 00:31:28 +01:00
DynamicLookup.cpp Extra paren against hex address followed by a dot. 2015-05-24 21:55:24 +02:00
DynamicLookup.h Support CXXDependentScopeMemberExpr for EvalT (ROOT-7163). 2015-04-01 12:09:17 +02:00
ForwardDeclPrinter.cpp Unwrap (implicit) casts for fwd decls (ROOT-7276). 2015-05-18 15:24:09 +02:00
ForwardDeclPrinter.h Decls as template params need to be buffered to their stream. 2014-09-23 20:56:07 +02:00
IncrementalExecutor.cpp Fix object format on Windows (thanks Axel for the hint!) 2015-05-28 15:17:02 +02:00
IncrementalExecutor.h Fix compilation error on Windows (MSVC doesn't support m_AtExitFuncsSpinLock = ATOMIC_FLAG_INIT; in the class definition) 2015-05-18 11:42:19 +02:00
IncrementalJIT.cpp The llvm::JITEventListener is lifetime managed by llvm. 2015-03-20 15:39:23 +01:00
IncrementalJIT.h The llvm::JITEventListener is lifetime managed by llvm. 2015-03-20 15:39:23 +01:00
IncrementalParser.cpp ROOT-7031 bug fix for illegal macros. 2015-05-21 20:24:10 +02:00
IncrementalParser.h Fix doxygen warnings. 2015-03-20 15:45:03 +01:00
Interpreter.cpp Remove code duplication 2015-04-17 02:50:36 +02:00
InterpreterCallbacks.cpp Support DynamicLookup test resolver not resolving anything. 2015-04-01 12:09:19 +02:00
InvocationOptions.cpp Do not interpret /Users/... as /U sers; fixes MacOS cling tests. 2015-02-14 22:16:15 +01:00
LookupHelper.cpp Lookups can deserialize / instantiate and need Transactrions. 2015-03-10 12:02:03 +01:00
Makefile Add new dependency. 2014-03-08 19:05:02 +01:00
MultiplexInterpreterCallbacks.h Adapt to clang/llvm changes (mostly ownership). 2015-02-11 10:57:43 +01:00
NullDerefProtectionTransformer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
NullDerefProtectionTransformer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
RequiredSymbols.cpp Request _ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii, missing on some SLC6. 2015-01-29 10:55:32 +01:00
RuntimeException.cpp Need virtual d’tors (XCode warning) 2014-01-15 15:52:57 +01:00
Threading.h Coding conventions 2015-03-16 13:12:47 +01:00
Transaction.cpp Use ~Transaction() to unload its JITed symbols. 2015-02-11 10:57:47 +01:00
TransactionPool.h Implement a debug mode for the transaction pool, which can be enabled in gdb. This happens by altering the m_Debug value. 2014-04-15 17:33:00 +02:00
TransactionUnloader.cpp Do not reset diagnostics in unloader; caller might need to know! 2015-03-16 14:58:58 +01:00
TransactionUnloader.h Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
Value.cpp More performant version of getting the underlying type. 2015-04-09 17:18:30 +02:00
ValueExtractionSynthesizer.cpp Only emit Value return placement new for CallInit (ROOT-7310). 2015-05-13 12:12:00 +02:00
ValueExtractionSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ValuePrinter.cpp Also print structs; add test. 2014-08-14 14:19:03 +02:00
ValuePrinterSynthesizer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
ValuePrinterSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00