Age | Commit message (Expand) | Author |
2004-05-28 | Use the SystemUtils.h file to do our dirty work. | Chris Lattner |
2004-05-27 | This code is a real mess, but at least get the JIT *building* on platforms | Chris Lattner |
2004-04-23 | Implement emitWordAt() for the JIT emitter. | Brian Gaeke |
2004-02-08 | There is no reason to #define fd | 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-08 | Finegrainify namespacification | Chris Lattner |
2003-11-30 | Emit constants to one contiguous block, but this time, respect alignment cons... | Chris Lattner |
2003-11-30 | Go back to allocating memory for each constant separately. Since SPARCs do not | Misha Brukman |
2003-11-17 | Emit the MachineConstantPool constants in one contiguous memory `pool'. | Misha Brukman |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-20 | Hrm, a relic from the past. How cute :) | Chris Lattner |
2003-10-16 | Fix a typo in a comment, and zap a blank line. | Brian Gaeke |
2003-10-11 | Make mmap's fd for anonymous memory acquisition default to -1, except on | Brian Gaeke |
2003-10-10 | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke |
2003-10-06 | Actually _PASS IN_ NO_RESERVE if we have it. | Chris Lattner |
2003-09-10 | * Move include files from middle of file to the top where they belong, moving | Misha Brukman |
2003-09-10 | Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h | Misha Brukman |
2003-08-14 | Implement a _REAL_ memory manager for the code generated by the JIT. This | Chris Lattner |
2003-08-05 | Specify DEBUG_TYPE's for the JIT debug messages | Chris Lattner |
2003-08-01 | DEBUG got moved to Debug.h | Chris Lattner |
2003-07-29 | * Stop hard-coding a value for beginning of emitted code on Sparc since we can | Misha Brukman |
2003-07-28 | Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. | Misha Brukman |
2003-07-28 | Add ability for external C code to get pointers to functions given their name. | Misha Brukman |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-30 | Get rid of the duplicate '0x' in debug mode. | Brian Gaeke |
2003-06-17 | Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. | Brian Gaeke |
2003-06-08 | Add #include for older GCC's | Chris Lattner |
2003-06-06 | Output function address as hex. | Misha Brukman |
2003-06-06 | Removed debug print statement. | Misha Brukman |
2003-06-04 | * Institute a hack for the Sparc call to mmap() to get our generated code to be | Misha Brukman |
2003-06-02 | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman |
2003-06-02 | Remove obsolete code | Chris Lattner |
2003-06-01 | Move target specific code to target files. The new MachineCodeEmitter | Chris Lattner |
2003-05-27 | Allow for specification of which JIT to run on the commandline. | Misha Brukman |
2003-05-09 | Add support for function stubs, which allow calling functions which need to | Chris Lattner |
2003-05-08 | Minor speedup by avoiding callbacks to functions already generated | Chris Lattner |
2003-05-08 | Improve efficiency of JIT by having it use direct function calls instead of | Chris Lattner |
2003-01-29 | Fix warnings on sparc | Chris Lattner |
2003-01-13 | Add support for new types of values | Chris Lattner |
2002-12-24 | Initial checkin of new LLI with JIT compiler | Chris Lattner |