| Age | Commit message (Expand) | Author |
| 2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
| 2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory | Chris Lattner |
| 2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
| 2004-06-16 | Add int ferror(FILE *) | Brian Gaeke |
| 2004-06-01 | Implement PR315: abort, don't warn, when missing external functions encountered | Chris Lattner |
| 2004-05-28 | Use the SystemUtils.h file to do our dirty work. | Chris Lattner |
| 2004-05-27 | Remove long unused #includes | Chris Lattner |
| 2004-05-27 | These #includes are long dead | Chris Lattner |
| 2004-05-27 | This code is a real mess, but at least get the JIT *building* on platforms | Chris Lattner |
| 2004-05-25 | Get rid of a wart: useless getFILE function is now a cast macro. | Reid Spencer |
| 2004-05-01 | Generalize the strlen size_t hack, for the benefit of the other external | Brian Gaeke |
| 2004-04-23 | Go back to the interpreter main loop after performing intrinsic lowering, | Brian Gaeke |
| 2004-04-23 | Implement emitWordAt() for the JIT emitter. | Brian Gaeke |
| 2004-04-20 | Add support for the select instruction | Chris Lattner |
| 2004-04-14 | Add a TargetData to the PassManager regardless of the TargetMachine. | Brian Gaeke |
| 2004-04-04 | Adjust to new interface | Chris Lattner |
| 2004-04-04 | Adjust to new gep_type_iterator prototypes. | Chris Lattner |
| 2004-03-16 | Fix PR296: [execution engines] Unhandled cast constant expression | Chris Lattner |
| 2004-03-13 | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner |
| 2004-03-10 | My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this | Brian Gaeke |
| 2004-03-09 | Address PR274 - '[JIT] Programs cannot resolve the fstat function' | Brian Gaeke |
| 2004-02-26 | remove obsolete comment | Chris Lattner |
| 2004-02-25 | Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) | Brian Gaeke |
| 2004-02-25 | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke |
| 2004-02-25 | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke |
| 2004-02-15 | Make the JIT zero out globals with memset instead of an element at a time. This | Chris Lattner |
| 2004-02-13 | Fix off-by-one in Interpreter::getFirstVarArg(), which was punishing | Brian Gaeke |
| 2004-02-13 | The Interpreter was failing the AtExit UnitTest. This fixes it. | Brian Gaeke |
| 2004-02-09 | Start using the new and improve interface to FunctionType arguments | Chris Lattner |
| 2004-02-08 | rename the "exceptional" destination of an invoke instruction to the 'unwind'... | Chris Lattner |
| 2004-02-08 | Print out all globals as they are emitted, not just those emitted from | Chris Lattner |
| 2004-02-08 | There is no reason to #define fd | Chris Lattner |
| 2004-02-01 | Print an error message if we can't materialize the bytecode file | Chris Lattner |
| 2004-02-01 | Print an error message if there is an error materialize the bc file. | Chris Lattner |
| 2004-01-14 | Don't pass anything to the IntrinsicLowering class that is not_intrinsic, | Brian Gaeke |
| 2003-12-31 | Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently | Chris Lattner |
| 2003-12-28 | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner |
| 2003-12-28 | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner |
| 2003-12-26 | Factor code out of LLI | Chris Lattner |
| 2003-12-26 | No longer run atExit functions from run() | 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 | Simple refactorings to prepare for lazy global emission | 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 | Update for changes in the JIT | Chris Lattner |
| 2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
| 2003-12-14 | Finegrainify namespacification | Chris Lattner |
| 2003-12-12 | Dynamically get the right-sized member of a GenericValue to hold a size_t, and | Brian Gaeke |
| 2003-12-12 | Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the | Chris Lattner |