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