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