1. 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 15 years ago
  2. 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 15 years ago
  3. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 15 years ago
  4. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 15 years ago
  5. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  6. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 15 years ago
  7. 159715f Update test. by Daniel Dunbar · 15 years ago
  8. f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 15 years ago
  9. 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 15 years ago
  10. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 15 years ago
  11. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 15 years ago
  12. 26308ba ccc: Don't print the arch for every action when printing phases. by Daniel Dunbar · 15 years ago
  13. 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 15 years ago
  14. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 15 years ago
  15. 00171ff ccc: Fix broken assertion. by Daniel Dunbar · 15 years ago
  16. 5f22d7d ccc: Fix -ccc-print-phases when doing a universal build. by Daniel Dunbar · 15 years ago
  17. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 15 years ago
  18. 008dd35 ccc: Tweak some group names. by Daniel Dunbar · 15 years ago
  19. d639b42 ccc: Cleanup arguments a bit; we don't need a separate group for by Daniel Dunbar · 15 years ago
  20. 105e9d7 ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using by Daniel Dunbar · 15 years ago
  21. dd98e2c Driver: Add host info. by Daniel Dunbar · 15 years ago
  22. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 15 years ago
  23. 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 15 years ago
  24. cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 15 years ago
  25. 5ea766a Fix thinko. *cough* ofcourseItestedit *cough* by Daniel Dunbar · 15 years ago
  26. 6370812 Tidy file removal cleanup & remove race condition on file existence. by Daniel Dunbar · 15 years ago
  27. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 15 years ago
  28. 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 15 years ago
  29. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  30. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 15 years ago
  31. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  32. d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 15 years ago
  33. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  34. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  35. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  36. 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 15 years ago
  37. 9876edc Fix test case. by Daniel Dunbar · 15 years ago
  38. 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 15 years ago
  39. 4311e45 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 15 years ago
  40. c4556d1 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 15 years ago
  41. a805135 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 15 years ago
  42. 15423b0 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 15 years ago
  43. 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 15 years ago
  44. eeb44ce ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 15 years ago
  45. f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 15 years ago
  46. 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 15 years ago
  47. d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 15 years ago
  48. 360c6ce ccc: Recognize -isystem. by Daniel Dunbar · 15 years ago
  49. 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 15 years ago
  50. 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 15 years ago
  51. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 15 years ago
  52. 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 15 years ago
  53. 83d6790 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 15 years ago
  54. 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 15 years ago
  55. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 15 years ago
  56. 1ee821b ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 15 years ago
  57. faa20c7 ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 15 years ago
  58. 501525e ccc: Test case for transparent PTH support. by Daniel Dunbar · 15 years ago
  59. 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 15 years ago
  60. 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 15 years ago
  61. 77a6011 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 16 years ago
  62. 84606bb More version experimentation. by Mike Stump · 16 years ago
  63. e6c4f65 Run a little experiment with version numbers. by Mike Stump · 16 years ago
  64. 8aa6181 ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 16 years ago
  65. 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 16 years ago
  66. 2ceb041 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 16 years ago
  67. 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 16 years ago
  68. bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 16 years ago
  69. c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 16 years ago
  70. 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 16 years ago
  71. fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
  72. 0eb5931 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
  73. b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
  74. ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
  75. 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
  76. e4c0da8 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
  77. 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
  78. 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
  79. 6413405 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
  80. 7671591 ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
  81. 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
  82. bac51fa ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
  83. fd8d98f ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
  84. b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
  85. d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  86. d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  87. 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  88. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  89. 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  90. 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  91. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  92. 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  93. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  94. 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  95. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  96. ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  97. 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  98. 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
  99. 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  100. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago