Age | Commit message (Expand) | Author |
2006-07-12 | Remove non-portable optimization that isn't worth it | Chris Lattner |
2006-07-07 | Adapt to new interface function materialization interface | Chris Lattner |
2006-06-01 | Fix -pedantic warnings. | Chris Lattner |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
2006-05-08 | Move some methods out of line so that MutexGuard.h isn't needed in a public h... | Chris Lattner |
2006-05-04 | Adjust to use proper TargetData copy ctor | Chris Lattner |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-05-02 | Do not make the JIT memory manager manage the memory for globals. Instead | Chris Lattner |
2006-03-24 | Get JIT/Interpreter working on Windows again. | Jeff Cohen |
2006-03-22 | Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. | Chris Lattner |
2006-01-07 | wrap long line | Chris Lattner |
2005-07-28 | Like constants, globals on some platforms are GOT relative. This means they ... | Andrew Lenharth |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-12 | For PR540: | Reid Spencer |
2005-05-06 | Make the stub functions be tail calls | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-08 | Silence VS warnings. | Chris Lattner |
2004-12-05 | Properly implement a fix for PR475 | Chris Lattner |
2004-12-05 | Revert this patch, it broke a ton of programs. | Chris Lattner |
2004-12-05 | Fix PR475. | Alkis Evlogimenos |
2004-11-29 | Use System/DynamicLibrary instead of Support/DynamicLinker | Reid Spencer |
2004-11-20 | This method does not exist any longer. | Chris Lattner |
2004-11-15 | There is no reason to try to materialize the function from bytecode if it | Chris Lattner |
2004-11-07 | Implement ExecutionEngine::freeMachineCodeForFunction() | Misha Brukman |
2004-10-22 | Use cleaner quoting and eliminate blank space | Misha Brukman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-16 | Add a special case for argc,argv | Chris Lattner |
2004-08-16 | Finally, add support for calling arbitrary non-varargs functions. | Chris Lattner |
2004-08-15 | Handle all nullary functions, of any valid return type. | Chris Lattner |
2004-08-15 | Fine, go all of the way and check that the argument types are correct as well. | Chris Lattner |
2004-08-15 | These only really work if returning int or void | Chris Lattner |
2004-08-15 | Handle zero arg function case | Chris Lattner |
2004-08-15 | Simplify code a bit, print error message always instead of asserting. | Chris Lattner |
2004-07-07 | Make error message consistent with the rest of LLVM by saying that bytecode | Reid Spencer |
2004-07-07 | Fix for bug 391. | Reid Spencer |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-04-14 | Add a TargetData to the PassManager regardless of the TargetMachine. | Brian Gaeke |
2004-02-01 | Print an error message if there is an error materialize the bc file. | Chris Lattner |
2003-12-26 | No longer run atExit functions from run() | Chris Lattner |
2003-12-20 | This should not be needed anymore | Chris Lattner |
2003-12-20 | Implement PR135, lazy emission of global variables | Chris Lattner |
2003-12-20 | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner |
2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
2003-12-08 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-09 | Remove #include of PassManager.h which was marked FIXME, and apparently is no | Brian Gaeke |
2003-11-07 | Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. | Misha Brukman |
2003-10-29 | In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-16 | JIT.cpp: | Misha Brukman |