| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up DEBUG output | Chris Lattner | 2004-11-21 | 1 | -5/+5 |
| * | Allow targets to avoid emitting a stub for EVERY lazily resolved call. In | Chris Lattner | 2004-11-21 | 1 | -9/+30 |
| * | Implement relocation support by adding a target independent resolver interface. | Chris Lattner | 2004-11-20 | 1 | -12/+133 |
| * | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -6/+40 |
| * | Match change in MachineCodeEmitter prototype. | Chris Lattner | 2004-11-19 | 1 | -2/+2 |
| * | Now that we have ghost linkage, we can force resolution of external symbols | Chris Lattner | 2004-11-15 | 1 | -3/+8 |
| * | When emitting debug msgs for function stubs, don't truncate the | Brian Gaeke | 2004-10-29 | 1 | -1/+1 |
| * | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 1 | -2/+2 |
| * | Convert the Emitter to use the lib/System "Memory" interface instead of the | Reid Spencer | 2004-09-11 | 1 | -2/+5 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
| * | Use the SystemUtils.h file to do our dirty work. | Chris Lattner | 2004-05-28 | 1 | -52/+2 |
| * | This code is a real mess, but at least get the JIT *building* on platforms | Chris Lattner | 2004-05-27 | 1 | -0/+8 |
| * | Implement emitWordAt() for the JIT emitter. | Brian Gaeke | 2004-04-23 | 1 | -0/+5 |
| * | There is no reason to #define fd | Chris Lattner | 2004-02-08 | 1 | -3/+2 |
| * | Implement PR135, lazy emission of global variables | Chris Lattner | 2003-12-20 | 1 | -1/+5 |
| * | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 1 | -16/+16 |
| * | Finegrainify namespacification | Chris Lattner | 2003-12-08 | 1 | -4/+1 |
| * | Emit constants to one contiguous block, but this time, respect alignment cons... | Chris Lattner | 2003-11-30 | 1 | -5/+27 |
| * | Go back to allocating memory for each constant separately. Since SPARCs do not | Misha Brukman | 2003-11-30 | 1 | -20/+5 |
| * | Emit the MachineConstantPool constants in one contiguous memory `pool'. | Misha Brukman | 2003-11-17 | 1 | -5/+20 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Hrm, a relic from the past. How cute :) | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
| * | Fix a typo in a comment, and zap a blank line. | Brian Gaeke | 2003-10-16 | 1 | -2/+1 |
| * | Make mmap's fd for anonymous memory acquisition default to -1, except on | Brian Gaeke | 2003-10-11 | 1 | -2/+7 |
| * | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
| * | Actually _PASS IN_ NO_RESERVE if we have it. | Chris Lattner | 2003-10-06 | 1 | -1/+1 |
| * | * Move include files from middle of file to the top where they belong, moving | Misha Brukman | 2003-09-10 | 1 | -7/+5 |
| * | Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h | Misha Brukman | 2003-09-10 | 1 | -0/+2 |
| * | Implement a _REAL_ memory manager for the code generated by the JIT. This | Chris Lattner | 2003-08-14 | 1 | -42/+100 |
| * | Specify DEBUG_TYPE's for the JIT debug messages | Chris Lattner | 2003-08-05 | 1 | -0/+1 |
| * | DEBUG got moved to Debug.h | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
| * | * Stop hard-coding a value for beginning of emitted code on Sparc since we can | Misha Brukman | 2003-07-29 | 1 | -10/+6 |
| * | Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. | Misha Brukman | 2003-07-28 | 1 | -0/+1 |
| * | Add ability for external C code to get pointers to functions given their name. | Misha Brukman | 2003-07-28 | 1 | -3/+15 |
| * | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+2 |
| * | Get rid of the duplicate '0x' in debug mode. | Brian Gaeke | 2003-06-30 | 1 | -1/+1 |
| * | Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. | Brian Gaeke | 2003-06-17 | 1 | -0/+3 |
| * | Add #include for older GCC's | Chris Lattner | 2003-06-08 | 1 | -0/+1 |
| * | Output function address as hex. | Misha Brukman | 2003-06-06 | 1 | -3/+2 |
| * | Removed debug print statement. | Misha Brukman | 2003-06-06 | 1 | -1/+0 |
| * | * Institute a hack for the Sparc call to mmap() to get our generated code to be | Misha Brukman | 2003-06-04 | 1 | -10/+16 |
| * | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman | 2003-06-02 | 1 | -3/+20 |
| * | Remove obsolete code | Chris Lattner | 2003-06-02 | 1 | -51/+0 |
| * | Move target specific code to target files. The new MachineCodeEmitter | Chris Lattner | 2003-06-01 | 1 | -39/+69 |
| * | Allow for specification of which JIT to run on the commandline. | Misha Brukman | 2003-05-27 | 1 | -1/+1 |
| * | Add support for function stubs, which allow calling functions which need to | Chris Lattner | 2003-05-09 | 1 | -5/+30 |
| * | Minor speedup by avoiding callbacks to functions already generated | Chris Lattner | 2003-05-08 | 1 | -5/+9 |
| * | Improve efficiency of JIT by having it use direct function calls instead of | Chris Lattner | 2003-05-08 | 1 | -1/+4 |
| * | Fix warnings on sparc | Chris Lattner | 2003-01-29 | 1 | -4/+5 |