summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
AgeCommit message (Expand)Author
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2015-12-18Drop materializeAllPermanently.Rafael Espindola
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini
2015-07-16Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini
2015-06-13[ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-24[C++] Use 'nullptr'.Craig Topper
2014-01-14Return an error_code from materializeAllPermanently.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-06simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner
2007-06-01For PR1486:Reid Spencer
2007-03-06Remove the insufficient code in Interpreter::create that computed theReid Spencer
2007-03-03Remove unnecessary #include.Reid Spencer
2007-03-03Deal with error handling better.Reid Spencer
2007-01-29Remove tabs.Reid Spencer
2007-01-29Implement use of new IntrinsicLowering interface.Reid Spencer
2007-01-26For PR761:Reid Spencer
2006-11-15Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner
2006-06-16Simplify TargetData ctor callChris Lattner
2006-06-16Simplify interpreter construction.Chris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen
2006-03-23remove the intrinsiclowering hookChris Lattner
2006-03-22Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner
2006-02-07The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-14Finegrainify namespacificationChris Lattner