cling/lib/Interpreter
2015-02-21 12:29:35 +01:00
..
AutoloadCallback.cpp Follow interface change. 2015-02-11 10:57:42 +01:00
AutoloadingTransform.h Add file info and authors. 2014-08-14 14:56:41 +02:00
AutoSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
AutoSynthesizer.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00
BackendPasses.cpp Do not remove inlined functions: they might need to be inlined in a subsequent transaction. 2015-02-12 15:53:09 +01:00
BackendPasses.h Add backend passes back in. Fixes (some of) MacOS. 2015-02-11 22:05:21 +01:00
CheckEmptyTransactionTransformer.cpp Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
CheckEmptyTransactionTransformer.h Replace the craftwork with the sophisticated node eraser. 2014-02-27 12:49:12 +01:00
CIFactory.cpp No DeclCollector in interface; much more efficient OnlyLex path. 2015-02-11 10:57:46 +01: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
CMakeLists.txt Add a cling pragma handler. For now implement #pragma cling load(file) 2015-02-18 14:51:21 +01:00
DeclCollector.cpp Follow interface change. 2015-02-11 10:57:46 +01:00
DeclCollector.h Follow interface change. 2015-02-11 10:57:46 +01:00
DeclExtractor.cpp Do not try to remove VD from the DeclContext lookup. 2014-08-14 14:56:43 +02:00
DeclExtractor.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicExprInfo.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicLibraryManager.cpp Implement loading of MachO universal bins (e.g. Frameworks). 2015-02-21 12:29:35 +01:00
DynamicLookup.cpp InstantiationDependent is dependent, too; fix logic. (ROOT-6650) 2014-12-16 10:34:17 +01:00
DynamicLookup.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00
ForwardDeclPrinter.cpp Veto fwd decl of complex template default argument expressions. 2015-01-09 16:23:11 +01:00
ForwardDeclPrinter.h Decls as template params need to be buffered to their stream. 2014-09-23 20:56:07 +02:00
IncrementalExecutor.cpp Improve "missing symbol" error messages (ROOT-6755). 2015-02-12 18:29:16 +01:00
IncrementalExecutor.h Fix doxygen warning. 2015-02-14 14:11:35 +01:00
IncrementalJIT.cpp Also symbol lookup needs to remove the leading "_" on MacOS. 2015-02-11 22:05:21 +01:00
IncrementalJIT.h Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
IncrementalParser.cpp Implement unloading of transactions that are nested below uncommitted ones. 2015-02-18 14:51:21 +01:00
IncrementalParser.h Improve and re-use existing addTransaction(). 2015-02-18 14:51:21 +01:00
Interpreter.cpp Add non-const getParser(). 2015-02-18 14:51:21 +01:00
InterpreterCallbacks.cpp Missing initialization. 2015-02-11 10:57:47 +01:00
InvocationOptions.cpp Do not interpret /Users/... as /U sers; fixes MacOS cling tests. 2015-02-14 22:16:15 +01:00
LookupHelper.cpp Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +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 ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
NullDerefProtectionTransformer.h Remove trailing spaces 2014-08-13 16:08:36 +02: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
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
TransactionTransformer.cpp Fix license; remove $Id$ version. 2014-01-07 11:14:04 +01:00
TransactionTransformer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
TransactionUnloader.cpp Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
TransactionUnloader.h Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
Value.cpp MCJIT knows where to find things, do not rely on the module (which one?) 2015-02-11 10:57:40 +01:00
ValueExtractionSynthesizer.cpp Do not try to fixup return statements in lambdas. 2014-10-08 17:42:04 +02:00
ValueExtractionSynthesizer.h Remove trailing spaces 2014-08-13 16:08:36 +02:00
ValuePrinter.cpp Also print structs; add test. 2014-08-14 14:19:03 +02:00
ValuePrinterSynthesizer.cpp ExprResult::take -> ExprResult::get, ExprResult::takeAs -> ExprResult::getAs. 2014-08-14 14:56:33 +02:00
ValuePrinterSynthesizer.h llvm::OwningPtr is now std::unique_ptr. 2014-08-14 14:56:44 +02:00