| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence VS warnings. | Chris Lattner | 2005-01-08 | 1 | -1/+2 |
* | Properly implement a fix for PR475 | Chris Lattner | 2004-12-05 | 1 | -13/+0 |
* | Revert this patch, it broke a ton of programs. | Chris Lattner | 2004-12-05 | 1 | -4/+0 |
* | Fix PR475. | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+4 |
* | Use System/DynamicLibrary instead of Support/DynamicLinker | Reid Spencer | 2004-11-29 | 1 | -2/+2 |
* | This method does not exist any longer. | Chris Lattner | 2004-11-20 | 1 | -4/+0 |
* | There is no reason to try to materialize the function from bytecode if it | Chris Lattner | 2004-11-15 | 1 | -9/+12 |
* | Implement ExecutionEngine::freeMachineCodeForFunction() | Misha Brukman | 2004-11-07 | 1 | -0/+6 |
* | Use cleaner quoting and eliminate blank space | Misha Brukman | 2004-10-22 | 1 | -3/+3 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add a special case for argc,argv | Chris Lattner | 2004-08-16 | 1 | -2/+13 |
* | Finally, add support for calling arbitrary non-varargs functions. | Chris Lattner | 2004-08-16 | 1 | -9/+58 |
* | Handle all nullary functions, of any valid return type. | Chris Lattner | 2004-08-15 | 1 | -7/+46 |
* | Fine, go all of the way and check that the argument types are correct as well. | Chris Lattner | 2004-08-15 | 1 | -13/+27 |
* | These only really work if returning int or void | Chris Lattner | 2004-08-15 | 1 | -17/+21 |
* | Handle zero arg function case | Chris Lattner | 2004-08-15 | 1 | -1/+5 |
* | Simplify code a bit, print error message always instead of asserting. | Chris Lattner | 2004-08-15 | 1 | -16/+19 |
* | Make error message consistent with the rest of LLVM by saying that bytecode | Reid Spencer | 2004-07-07 | 1 | -2/+2 |
* | Fix for bug 391. | Reid Spencer | 2004-07-07 | 1 | -0/+3 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 |
* | Add a TargetData to the PassManager regardless of the TargetMachine. | Brian Gaeke | 2004-04-14 | 1 | -0/+3 |
* | Print an error message if there is an error materialize the bc file. | Chris Lattner | 2004-02-01 | 1 | -1/+6 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 1 | -14/+23 |
* | 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 | 1 | -14/+63 |
* | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 1 | -77/+96 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -7/+8 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-08 | 1 | -5/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | 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 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | JIT.cpp: | Misha Brukman | 2003-10-16 | 1 | -3/+4 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -5/+10 |
* | ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ | Brian Gaeke | 2003-09-05 | 1 | -1/+1 |
* | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke | 2003-09-05 | 1 | -28/+15 |
* | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke | 2003-09-03 | 1 | -4/+3 |
* | 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 | 1 | -3/+27 |
* | 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 | 1 | -12/+23 |
* | Apparently "sparc" is a macro on sparcs. Ugh. :) | Chris Lattner | 2003-06-17 | 1 | -4/+4 |
* | Use more structured command line option processing | Chris Lattner | 2003-06-17 | 1 | -22/+28 |
* | #ifdef out code that only applies when the HOSTARCH = sparc | Chris Lattner | 2003-06-17 | 1 | -1/+4 |
* | ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: | Misha Brukman | 2003-06-06 | 1 | -1/+14 |
* | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman | 2003-06-02 | 1 | -6/+2 |
* | Move target specific code to target files. The new MachineCodeEmitter | Chris Lattner | 2003-06-01 | 1 | -3/+2 |
* | Allow for specification of which JIT to run on the commandline. | Misha Brukman | 2003-05-27 | 1 | -11/+48 |