| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner | 2003-12-28 | 2 | -5/+8 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 3 | -23/+27 |
* | This should not be needed anymore | Chris Lattner | 2003-12-20 | 1 | -4/+0 |
* | Implement PR135, lazy emission of global variables | Chris Lattner | 2003-12-20 | 3 | -15/+78 |
* | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 7 | -315/+217 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 4 | -16/+20 |
* | Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the | Chris Lattner | 2003-12-12 | 3 | -0/+29 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-08 | 4 | -17/+5 |
* | 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 |
* | * Order #includes as per style guide | Misha Brukman | 2003-11-17 | 1 | -8/+7 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 6 | -0/+24 |
* | Remove #include of PassManager.h which was marked FIXME, and apparently is no | Brian Gaeke | 2003-11-09 | 1 | -3/+0 |
* | Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. | Misha Brukman | 2003-11-07 | 1 | -15/+0 |
* | In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, | Brian Gaeke | 2003-10-29 | 1 | -3/+4 |
* | Destroy MachineFunction for any Function that we are about to | Brian Gaeke | 2003-10-24 | 1 | -0/+2 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 2 | -0/+14 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 4 | -0/+28 |
* | Hrm, a relic from the past. How cute :) | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
* | Tidy up doxygen comment for getPointerToFunction(). | Brian Gaeke | 2003-10-17 | 2 | -0/+20 |
* | Refactor running the JIT passes on a single function into the new method, | Brian Gaeke | 2003-10-17 | 1 | -7/+35 |
* | Fix a typo in a comment, and zap a blank line. | Brian Gaeke | 2003-10-16 | 1 | -2/+1 |
* | JIT.cpp: | Misha Brukman | 2003-10-16 | 2 | -5/+7 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 4 | -9/+17 |
* | 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 |
* | Change to use GetAddressOfSymbol instead of dlsym. | Brian Gaeke | 2003-10-10 | 1 | -10/+5 |
* | 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 |
* | ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ | Brian Gaeke | 2003-09-05 | 3 | -3/+3 |
* | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke | 2003-09-05 | 4 | -44/+34 |
* | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke | 2003-09-03 | 3 | -4/+13 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 1 | -3/+3 |
* | Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and | Chris Lattner | 2003-08-21 | 1 | -26/+17 |
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 3 | -5/+31 |
* | Implement a _REAL_ memory manager for the code generated by the JIT. This | Chris Lattner | 2003-08-14 | 1 | -42/+100 |
* | Deconstify parameter to getPointerToFunction(). | Brian Gaeke | 2003-08-13 | 2 | -4/+4 |
* | Deconstify parameter to getPointerToFunction(). | Brian Gaeke | 2003-08-13 | 1 | -5/+3 |
* | 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 |
* | Clean up code dealing with RTLD_SELF differences on Sparc and X86. | Misha Brukman | 2003-07-28 | 1 | -5/+5 |
* | Fix reference to architecture. | Misha Brukman | 2003-07-28 | 1 | -1/+1 |
* | Fix space | Chris Lattner | 2003-07-23 | 1 | -1/+1 |
* | * If compiling on X86 or Sparc, automagically enable the JIT for that arch | Misha Brukman | 2003-07-02 | 2 | -12/+48 |