1. 65cd504 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  2. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  3. e37fb9d Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 22 years ago
  4. 260b0c8 * Reorder includes as per the style guide by Misha Brukman · 22 years ago
  5. 2f1e200 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  6. 857c21b * Tabs to spaces by Misha Brukman · 22 years ago
  7. e8bbcfc Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
  8. ad48131 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
  9. f3a300d ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago
  10. a766903 Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  11. 92f8b30 Move EE dtor where it belongs by Brian Gaeke · 22 years ago
  12. e80e5ba Interpreter cleanups: by Brian Gaeke · 22 years ago
  13. 4bd3bd5 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  14. 69cab0d Consult the target data, not the module, about how large the current pointer by Chris Lattner · 22 years ago
  15. 4798540 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  16. 8e69339 no really, implement it! by Chris Lattner · 22 years ago
  17. 0627a96 Add support for casting any pointer to any integer type by Chris Lattner · 22 years ago
  18. 1678e85 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 22 years ago
  19. ee937c8 Specify DEBUG_TYPE's for the JIT debug messages by Chris Lattner · 22 years ago
  20. f0c6964 DEBUG got moved to Debug.h by Chris Lattner · 22 years ago
  21. 1f6feb7 Cleaned up the code which chooses the appropriate value for the file descriptor by Misha Brukman · 22 years ago
  22. 528a376 Clean up my last checkin: code is easier to read and explains the differences in by Misha Brukman · 22 years ago
  23. 7225461 On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to by Misha Brukman · 22 years ago
  24. 3ef61af Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  25. 3b3276b Fix typeos by Chris Lattner · 22 years ago
  26. 68cbcc3 Add support for more constant expressions by Chris Lattner · 22 years ago
  27. 09e2b44 Clean up cast by Chris Lattner · 22 years ago
  28. 7f389e8 Add a pointersize/endianness safe load routine to match the store routine by Chris Lattner · 23 years ago
  29. 0f38d5d Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks by Chris Lattner · 23 years ago
  30. b348952 Fix bug where pointers were assumed to always be 64 bits in size! by Chris Lattner · 23 years ago
  31. 9de0d14 * Implement access to external variables in LLI by Chris Lattner · 23 years ago
  32. 9a3ccdbd Make stderr, stdout, stdin work with LLI by Chris Lattner · 23 years ago
  33. 510e8ba Add fixme by Chris Lattner · 23 years ago
  34. 3685f65 Add diagnostic output by Chris Lattner · 23 years ago
  35. 5aa5663 Fixes to compile with GCC 3.2 by Chris Lattner · 23 years ago
  36. 996fe01 Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago