1. 90a6fd3 Remove dead code. by Rafael Espindola · 15 years ago
  2. 6533afe llvmc: Add a '-time' option. by Mikhail Glushenkov · 15 years ago
  3. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  4. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 15 years ago
  5. 63bb60f Delete the temp dir even when '--temp-dir' is specified. by Mikhail Glushenkov · 15 years ago
  6. f5f9a4d Remove some duplication. by Mikhail Glushenkov · 15 years ago
  7. 3a780d1 Rename -t to --temp-dir. by Mikhail Glushenkov · 15 years ago
  8. 7ebc424 Fixed handling of -t. It gets the prirority for temp dir name. by Sanjiv Gupta · 15 years ago
  9. 5c6da7c Missing ) by Bill Wendling · 15 years ago
  10. 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
  11. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 15 years ago
  12. 2f8ca29 Reverting back the changes checked-in accidently. by Sanjiv Gupta · 15 years ago
  13. 505996f Implement _CONFIG macro to allow users to se to configuration settings on the part. by Sanjiv Gupta · 15 years ago
  14. eebf60c Make -save-temps=obj play better with -o. by Mikhail Glushenkov · 15 years ago
  15. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  16. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  17. 9cdd4f5 #include <iostream> is forbidden. Remove it in favor of raw_ostream. by Bill Wendling · 15 years ago
  18. 875ace5 Add a way to access argv[0] in hooks. by Mikhail Glushenkov · 15 years ago
  19. 583cf31 Move the driver entry point out of Main.inc. by Mikhail Glushenkov · 15 years ago
  20. 0faea04 Fix install of libCompilerDriver dynamic library to not copy on every build. by Daniel Dunbar · 15 years ago
  21. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  22. a3e3175 Guards for the compiler driver plugin list. by Owen Anderson · 15 years ago
  23. 7defa2d Make -save-temps behave like in GCC 4.5. by Mikhail Glushenkov · 15 years ago
  24. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  25. d50d32b -write-graph now can be used with -o. by Mikhail Glushenkov · 15 years ago
  26. 3cd3c72 Fix misc. small issues with debug visualization. by Mikhail Glushenkov · 15 years ago
  27. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 15 years ago