1. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  2. 5e8edbb add bitcode support, optimize reading to not read all function bodies just by Chris Lattner · 17 years ago
  3. b9125b1 Make TempDir a PathWithStatus so we don't have to cast it to one. by Reid Spencer · 17 years ago
  4. c74b461 For PR1291: by Reid Spencer · 17 years ago
  5. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  6. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  7. 7cf7c2b move an llvmc-specific function out of the bcreader into llvmc. by Chris Lattner · 18 years ago
  8. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  9. 3ed469c For PR786: by Reid Spencer · 18 years ago
  10. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  11. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  12. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  13. 3b4c5d7 Patches to correct several bugs in llvmc. by Reid Spencer · 18 years ago
  14. 33b0e9c No need to check isWriteable here (which isn't sufficient anyway). Just attempt by Chris Lattner · 18 years ago
  15. 74f48d1 silly cleanup by Chris Lattner · 18 years ago
  16. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  17. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  18. dd04df0 For PR495: by Reid Spencer · 19 years ago
  19. c7f0832 For PR495: by Reid Spencer · 19 years ago
  20. cc97cfc For PR514: by Reid Spencer · 19 years ago
  21. 0b86148 Minor clean-ups by Misha Brukman · 19 years ago
  22. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  23. baec07c #include system headers after all LLVM headers by Misha Brukman · 19 years ago
  24. c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 19 years ago
  25. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 20 years ago
  26. fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 20 years ago
  27. 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
  28. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  29. 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
  30. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  31. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  32. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  33. 679a723 Get the -o option right by Reid Spencer · 20 years ago
  34. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  35. af77d74 Implement linking. by Reid Spencer · 20 years ago
  36. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  37. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  38. ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
  39. 93426ba Add a missing header file by Reid Spencer · 20 years ago
  40. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
  41. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
  42. a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
  43. 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 20 years ago
  44. 9a8fedd Implement Assembly support. by Reid Spencer · 20 years ago
  45. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 20 years ago
  46. 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 20 years ago
  47. bf43772 More Functionality: by Reid Spencer · 20 years ago
  48. 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 20 years ago
  49. a3f1855 Fix header commentary. by Reid Spencer · 20 years ago
  50. 5c56dc1 Additional functionality. This version handles option parsing and parameter by Reid Spencer · 20 years ago