1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 5e037fc for consistency, allow a fallthrough if the final check returns null. by Chris Lattner · 17 years ago
  3. a8d7001 Make this actually work on systems that support ppc long double. by Chris Lattner · 17 years ago
  4. 1c8f374 Unbreak all of the darwin/ppc32 JIT failures having to do by Chris Lattner · 17 years ago
  5. d958a5a add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced. by Chris Lattner · 17 years ago
  6. ec2fcaf llvm-gcc3 is dead, along with it __main. by Chris Lattner · 17 years ago
  7. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  8. 513748d Fix handling of asm specifiers for external globals. This unbreaks many programs by Chris Lattner · 18 years ago
  9. 35a1446 Fix warning on linux by Chris Lattner · 18 years ago
  10. fea34a1 Silence some -pedantic warnings. by Chris Lattner · 18 years ago
  11. 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 18 years ago
  12. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 099557b Be double sure about including sys/stat.h by wrapping the inclusion in by Reid Spencer · 20 years ago
  14. 6b4bd6b Move the #include of sys/stat.h inside the linux "hack" for the stat by Reid Spencer · 20 years ago
  15. 382343d Only #include sys/stat.h if we're on linux where we have the PR274 problem. by Reid Spencer · 20 years ago
  16. b929de2 Remove darwin specific majik by Chris Lattner · 20 years ago
  17. 33306c0 Do not look here for elegance. by Chris Lattner · 20 years ago
  18. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  20. abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 20 years ago
  21. d0f3c5e My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this by Brian Gaeke · 20 years ago
  22. 00f0a29 Address PR274 - '[JIT] Programs cannot resolve the fstat function' by Brian Gaeke · 20 years ago
  23. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 21 years ago
  24. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 21 years ago
  25. c19aade Finegrainify namespacification by Chris Lattner · 21 years ago
  26. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  27. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  28. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 21 years ago
  29. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  30. d94a50f Clean up code dealing with RTLD_SELF differences on Sparc and X86. by Misha Brukman · 21 years ago
  31. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  32. 88fe358 Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the by Misha Brukman · 21 years ago
  33. 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 21 years ago
  34. 1b72216 Fix compilation problems with previous checking *blush* by Chris Lattner · 21 years ago
  35. 6701a86 Add a framework for intercepting system calls by Chris Lattner · 21 years ago