| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -7/+6 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -3/+1 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -2/+2 |
* | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson | 2009-06-24 | 1 | -4/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -1/+2 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 1 | -12/+4 |
* | For PR1486: | Reid Spencer | 2007-06-01 | 1 | -1/+1 |
* | Remove the insufficient code in Interpreter::create that computed the | Reid Spencer | 2007-03-06 | 1 | -12/+0 |
* | Remove unnecessary #include. | Reid Spencer | 2007-03-03 | 1 | -1/+0 |
* | Deal with error handling better. | Reid Spencer | 2007-03-03 | 1 | -7/+15 |
* | Remove tabs. | Reid Spencer | 2007-01-29 | 1 | -2/+2 |
* | Implement use of new IntrinsicLowering interface. | Reid Spencer | 2007-01-29 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -12/+11 |
* | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner | 2006-11-15 | 1 | -1/+1 |
* | Simplify TargetData ctor call | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Simplify interpreter construction. | Chris Lattner | 2006-06-16 | 1 | -20/+10 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -1/+1 |
* | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 1 | -0/+5 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -7/+5 |
* | Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. | Chris Lattner | 2006-03-22 | 1 | -1/+14 |
* | The interpreter assumes that the caller of runFunction() must be lli, and | Jeff Cohen | 2006-02-07 | 1 | -4/+3 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -2/+3 |
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 1 | -2/+2 |
* | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner | 2003-12-28 | 1 | -6/+14 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 1 | -4/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -3/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Be friendly to gcc 3.4... good compiler. Nice compiler. | Chris Lattner | 2003-11-05 | 1 | -1/+0 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -13/+7 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Squelch warning | Chris Lattner | 2003-09-22 | 1 | -2/+2 |
* | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke | 2003-09-05 | 1 | -56/+33 |
* | Remove support for interactive (step finish next) instructions. | Brian Gaeke | 2003-09-05 | 1 | -0/+44 |
* | Interpreter cleanups: | Brian Gaeke | 2003-09-04 | 1 | -12/+6 |
* | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke | 2003-09-03 | 1 | -4/+2 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 1 | -9/+26 |
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 1 | -1/+2 |
* | Add support for atexit function, remove support for __main function | Chris Lattner | 2003-05-14 | 1 | -4/+15 |
* | Make sure that globals are emitted AFTER the passmanager is set up for the JIT, | Chris Lattner | 2003-05-12 | 1 | -0/+1 |
* | A large number of simple changes: | Chris Lattner | 2003-05-08 | 1 | -2/+2 |
* | Remove two fields from TargetData which are target specific. | Chris Lattner | 2003-04-26 | 1 | -1/+0 |
* | MAke sure that LLI properly configures align_of(double) | Chris Lattner | 2003-04-25 | 1 | -0/+1 |