1. 847abaa Factor out OptTable::ParseArgs, for parsing an entire argument vector. by Daniel Dunbar · 15 years ago
  2. 265e9ef Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 15 years ago
  3. e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 15 years ago
  4. b827a05 Use Option::matches instead of direct ID comparison. by Daniel Dunbar · 15 years ago
  5. 27e738d Driver: Split OptTable out into OptTable.{h,cpp} by Daniel Dunbar · 15 years ago
  6. a79a2b5 Driver: Rework OptTable to have no dependency on the options it manages. by Daniel Dunbar · 15 years ago
  7. 5b8cdb5 Allow customization for the version line. by Mike Stump · 15 years ago
  8. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  9. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  10. 634b245 Improve driver error message when only running the preprocessor and an input is by Daniel Dunbar · 15 years ago
  11. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  12. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  15. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  16. 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
  17. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  18. a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
  19. da64141 Add -ccc-install-dir option for faking installation path. by Daniel Dunbar · 15 years ago
  20. 4f711c4 Update. by Mike Stump · 15 years ago
  21. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  22. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  23. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  24. 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
  25. 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
  26. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  27. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  28. 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
  29. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  30. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  31. 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
  32. 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
  33. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  34. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  35. 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
  36. 63be57a Add --analyze-auto. by Daniel Dunbar · 15 years ago
  37. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  38. 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 15 years ago
  39. ee24266 Add PCH version to the -v output by Douglas Gregor · 15 years ago
  40. 214e872 Enable PCH by default by Douglas Gregor · 15 years ago
  41. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  42. fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 15 years ago
  43. f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 15 years ago
  44. e60ee1d Turn off PCH by default, again by Douglas Gregor · 15 years ago
  45. 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 15 years ago
  46. 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 15 years ago
  47. cf11b52 Another shot at switching PCH on by default, now that we've cleaned up some bugs and improved performance. Will be reverted after Mr. Speedy gets done with it by Douglas Gregor · 15 years ago
  48. 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 15 years ago
  49. c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 15 years ago
  50. 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 15 years ago
  51. b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 15 years ago
  52. f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 15 years ago
  53. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  54. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 15 years ago
  55. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  56. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 15 years ago
  57. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 15 years ago
  58. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 15 years ago
  59. 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 15 years ago
  60. bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 15 years ago
  61. 6cc73de Wire --version to normal -v version text. by Daniel Dunbar · 15 years ago
  62. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  63. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  64. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  65. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  66. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  67. a2094e7 Driver: Make sure to claim -### before emitting "unused argument" warnings. by Daniel Dunbar · 15 years ago
  68. 08c65e0 Driver: -print-libgcc-file-name was searching wrong path list. by Daniel Dunbar · 15 years ago
  69. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 15 years ago
  70. d7b88c2 Driver: Fix a number of option definition mismatches (flags instead of by Daniel Dunbar · 15 years ago
  71. 70c8db1 Driver: Print the correct target when printing the version. by Daniel Dunbar · 15 years ago
  72. d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 15 years ago
  73. 92b3699 hopefully fix VC++ build error. by Chris Lattner · 15 years ago
  74. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  75. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 15 years ago
  76. 6256d36 Driver: Warn when 'clang' is used to compile a source file we could by Daniel Dunbar · 15 years ago
  77. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 15 years ago
  78. af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 15 years ago
  79. c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 15 years ago
  80. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  81. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  82. 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 15 years ago
  83. ca3459e Driver: Implement -print-search-dirs. by Daniel Dunbar · 15 years ago
  84. b7b61b2 Driver: Temporary hack to allow -ccc-print-bindings to work (for by Daniel Dunbar · 15 years ago
  85. 05494a7 Driver: Claim unused input arguments when emitting "input file unused" by Daniel Dunbar · 15 years ago
  86. 7587719 Driver: Claim -arch options when pipelining, and claim arguments that by Daniel Dunbar · 15 years ago
  87. 115a792 Driver: Handle "linker input" arguments. by Daniel Dunbar · 15 years ago
  88. 60ccc76 Driver: Forcibly disable pipe support until we can execute them, the by Daniel Dunbar · 15 years ago
  89. 84603bc Driver: Delete the temporary files llvm::sys::Path::makeUnique by Daniel Dunbar · 15 years ago
  90. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 15 years ago
  91. 632f50e Driver: Lookup program names using llvm::sys::Program::FindProgramByName by Daniel Dunbar · 15 years ago
  92. d227fe7 The eventual name of this will be clang, might as well start now. by Mike Stump · 15 years ago
  93. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 15 years ago
  94. 214399e Driver: Construct temporary file names. by Daniel Dunbar · 15 years ago
  95. 8944c38 Add revision information. by Mike Stump · 15 years ago
  96. af2e4ba Driver: Don't warn about unused arguments if there are Driver errors by Daniel Dunbar · 15 years ago
  97. e70295b Fix URL trimming for version information. by Mike Stump · 15 years ago
  98. 5d023c3 Improve version number. by Mike Stump · 15 years ago
  99. 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 15 years ago
  100. d09986a Driver: Add assert and FIXME; arguments which act as linker inputs by Daniel Dunbar · 15 years ago