1. 0d61349 Use FindExecutable as a fall-back search method. by Mikhail Glushenkov · 15 years ago
  2. 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
  3. 94f84b9 Temporary disable response files. by Mikhail Glushenkov · 15 years ago
  4. 1afba8e Implement order-preserving option forwarding. by Mikhail Glushenkov · 15 years ago
  5. a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
  6. be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
  7. 21e099a Better error message. by Mikhail Glushenkov · 15 years ago
  8. c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
  9. 88cd358 Make Path use StringRef instead of std::string where possible. by Jeffrey Yasskin · 15 years ago
  10. ab01069 Fix last DOTGraphTraits problems in CompilationGraph. by Tobias Grosser · 15 years ago
  11. b5eedf2 Remove forgotten ShortNames in Trie and CompilationGraph by Tobias Grosser · 15 years ago
  12. 90a6fd3 Remove dead code. by Rafael Espindola · 15 years ago
  13. 6533afe llvmc: Add a '-time' option. by Mikhail Glushenkov · 15 years ago
  14. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  15. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 15 years ago
  16. 63bb60f Delete the temp dir even when '--temp-dir' is specified. by Mikhail Glushenkov · 15 years ago
  17. f5f9a4d Remove some duplication. by Mikhail Glushenkov · 15 years ago
  18. 3a780d1 Rename -t to --temp-dir. by Mikhail Glushenkov · 15 years ago
  19. 7ebc424 Fixed handling of -t. It gets the prirority for temp dir name. by Sanjiv Gupta · 15 years ago
  20. 5c6da7c Missing ) by Bill Wendling · 15 years ago
  21. 0b8f418 Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp. by Sanjiv Gupta · 15 years ago
  22. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 15 years ago
  23. 2f8ca29 Reverting back the changes checked-in accidently. by Sanjiv Gupta · 15 years ago
  24. 505996f Implement _CONFIG macro to allow users to se to configuration settings on the part. by Sanjiv Gupta · 15 years ago
  25. eebf60c Make -save-temps=obj play better with -o. by Mikhail Glushenkov · 15 years ago
  26. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  27. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  28. 9cdd4f5 #include <iostream> is forbidden. Remove it in favor of raw_ostream. by Bill Wendling · 15 years ago
  29. 875ace5 Add a way to access argv[0] in hooks. by Mikhail Glushenkov · 15 years ago
  30. 583cf31 Move the driver entry point out of Main.inc. by Mikhail Glushenkov · 15 years ago
  31. 0faea04 Fix install of libCompilerDriver dynamic library to not copy on every build. by Daniel Dunbar · 15 years ago
  32. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  33. a3e3175 Guards for the compiler driver plugin list. by Owen Anderson · 15 years ago
  34. 7defa2d Make -save-temps behave like in GCC 4.5. by Mikhail Glushenkov · 15 years ago
  35. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  36. d50d32b -write-graph now can be used with -o. by Mikhail Glushenkov · 16 years ago
  37. 3cd3c72 Fix misc. small issues with debug visualization. by Mikhail Glushenkov · 16 years ago
  38. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 16 years ago