1. e518b71 Properly implement a fix for PR475 by Chris Lattner · 21 years ago
  2. 6d316f8 Revert this patch, it broke a ton of programs. by Chris Lattner · 21 years ago
  3. 9d272d4 Fix PR475. by Alkis Evlogimenos · 21 years ago
  4. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 21 years ago
  5. 3c600c8 This method does not exist any longer. by Chris Lattner · 21 years ago
  6. 0050ef8 There is no reason to try to materialize the function from bytecode if it by Chris Lattner · 21 years ago
  7. 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 21 years ago
  8. ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 21 years ago
  9. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  10. 174f226 Add a special case for argc,argv by Chris Lattner · 21 years ago
  11. cc22e9f Finally, add support for calling arbitrary non-varargs functions. by Chris Lattner · 21 years ago
  12. e5eab14 Handle all nullary functions, of any valid return type. by Chris Lattner · 21 years ago
  13. f7bedf4 Fine, go all of the way and check that the argument types are correct as well. by Chris Lattner · 21 years ago
  14. d297aea These only really work if returning int or void by Chris Lattner · 21 years ago
  15. 7c45d78 Handle zero arg function case by Chris Lattner · 21 years ago
  16. b47130c Simplify code a bit, print error message always instead of asserting. by Chris Lattner · 21 years ago
  17. f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 21 years ago
  18. e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 21 years ago
  19. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  20. 50872d5 Add a TargetData to the PassManager regardless of the TargetMachine. by Brian Gaeke · 22 years ago
  21. da79bd2 Print an error message if there is an error materialize the bc file. by Chris Lattner · 22 years ago
  22. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 22 years ago
  23. 028565b This should not be needed anymore by Chris Lattner · 22 years ago
  24. c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 22 years ago
  25. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
  26. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
  27. c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  29. 0bb3c2b Remove #include of PassManager.h which was marked FIXME, and apparently is no by Brian Gaeke · 22 years ago
  30. cb93d8d Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. by Misha Brukman · 22 years ago
  31. 11911ab In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, by Brian Gaeke · 22 years ago
  32. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  33. 0f4f7d9 JIT.cpp: by Misha Brukman · 22 years ago
  34. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  35. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago
  36. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  37. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  38. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  39. 05a1a30 Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and by Chris Lattner · 22 years ago
  40. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  41. a84983e Fix space by Chris Lattner · 22 years ago
  42. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 22 years ago
  43. de3209b Apparently "sparc" is a macro on sparcs. Ugh. :) by Chris Lattner · 22 years ago
  44. 97ac14f Use more structured command line option processing by Chris Lattner · 22 years ago
  45. 7aefa96 #ifdef out code that only applies when the HOSTARCH = sparc by Chris Lattner · 22 years ago
  46. 4e8c999 ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: by Misha Brukman · 23 years ago
  47. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 23 years ago
  48. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 23 years ago
  49. abb027c Allow for specification of which JIT to run on the commandline. by Misha Brukman · 23 years ago
  50. 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 23 years ago
  51. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 23 years ago
  52. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago