aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne1-2/+6
2015-12-18Drop materializeAllPermanently.Rafael Espindola1-1/+1
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini1-3/+2
2015-07-16Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein1-2/+3
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini1-3/+2
2015-06-13[ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer1-8/+6
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-6/+7
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-24[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-01-14Return an error_code from materializeAllPermanently.Rafael Espindola1-1/+4
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-7/+6
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-3/+1
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin1-2/+2
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson1-4/+1
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling1-1/+1
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling1-1/+1
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng1-1/+2
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-0/+4
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-06simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner1-12/+4
2007-06-01For PR1486:Reid Spencer1-1/+1
2007-03-06Remove the insufficient code in Interpreter::create that computed theReid Spencer1-12/+0
2007-03-03Remove unnecessary #include.Reid Spencer1-1/+0
2007-03-03Deal with error handling better.Reid Spencer1-7/+15
2007-01-29Remove tabs.Reid Spencer1-2/+2
2007-01-29Implement use of new IntrinsicLowering interface.Reid Spencer1-1/+1
2007-01-26For PR761:Reid Spencer1-12/+11
2006-11-15Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner1-1/+1
2006-06-16Simplify TargetData ctor callChris Lattner1-1/+1
2006-06-16Simplify interpreter construction.Chris Lattner1-20/+10
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson1-1/+1
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen1-0/+5
2006-03-23remove the intrinsiclowering hookChris Lattner1-7/+5
2006-03-22Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner1-1/+14
2006-02-07The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen1-4/+3
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen1-1/+1
2005-04-22Convert tabs to spacesMisha Brukman1-2/+3
2005-04-21* Remove trailing whitespaceMisha Brukman1-5/+5
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner1-1/+1
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner1-2/+2
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner1-6/+14
2003-12-26No longer run atExit functions from run()Chris Lattner1-4/+1
2003-12-14Finegrainify namespacificationChris Lattner1-3/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-11-05Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner1-1/+0