1. a46065d ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
  2. 2f06372 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
  3. 89a2669 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
  4. b84ea0b ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
  5. af877a4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
  6. 6b4c719 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
  7. 7299917 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
  8. ef993d1 ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
  9. f649792 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
  10. 8fd28cd ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
  11. 3da91fe ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
  12. 405327e ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
  13. 77b23f6 ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
  14. 34f60f6 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
  15. 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  16. 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  17. 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  18. 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  19. 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  20. de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  21. 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  22. fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  23. 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  24. 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  25. 6d91bdf ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  26. a33176f ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  27. e28f9e9 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  28. f677a60 ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
  29. e2bc89a ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  30. 90c72cd ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
  31. d9b7a74 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
  32. 2c4ac17 Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
  33. 31c8081 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
  34. 5ee4aa7 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
  35. 4461004 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
  36. 445c46d ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
  37. 7d49409 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
  38. e71495b Makefile isn't executable. by Daniel Dunbar · 16 years ago
  39. 61cd59b ccc: Add missing file. by Daniel Dunbar · 16 years ago
  40. b32644f ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
  41. 1b39127 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
  42. 751a962 Fix a tyop by Anders Carlsson · 16 years ago
  43. 76613bf Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
  44. c33fca9 Fix a runtime error I saw by Anders Carlsson · 16 years ago
  45. e19ed8e ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
  46. 80e48b7 ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
  47. a0026f2 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
  48. b7f493e ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
  49. 6e524b6 ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
  50. 7e18460 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
  51. 386a51c ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 16 years ago
  52. 60b874a ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 16 years ago
  53. 1497215 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 16 years ago
  54. 786df44 ccc: Implement argument translation for clang. by Daniel Dunbar · 16 years ago
  55. bdcb725 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 16 years ago
  56. 4c751dc ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 16 years ago
  57. 0b1cca9 ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 16 years ago
  58. 7c2f91b ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 16 years ago
  59. 78477e0 ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 16 years ago
  60. 25bfe68 ccc: Fix a test case. by Daniel Dunbar · 16 years ago
  61. 6cb4205 ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 16 years ago
  62. b349276 ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  63. 23daad1 ccc: Bug fix, '-f...' should be part of the '-f' group. by Daniel Dunbar · 16 years ago
  64. 0d51cf7 ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 16 years ago
  65. e5fb679 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 16 years ago
  66. b39fcdb ccc: Add option groups. by Daniel Dunbar · 16 years ago
  67. 0d26f83 ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc. by Daniel Dunbar · 16 years ago
  68. f3d5ca0 ccc: Allow host to over-ride default arch based on command line by Daniel Dunbar · 16 years ago
  69. b285d71 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 16 years ago
  70. cd7f584 ccc: Bug fix, output can be NULL. by Daniel Dunbar · 16 years ago
  71. fdf1e81 ccc: Even more Darwin/cc1 argument translation support. by Daniel Dunbar · 16 years ago
  72. d87b6ec ccc: Add leading space in -### output to match gcc. by Daniel Dunbar · 16 years ago
  73. bafb8f4 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  74. e9b50a0 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  75. f86e98a ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  76. edb9035 ccc: When constructing a named output, only use base name (not full path). by Daniel Dunbar · 16 years ago
  77. 2dda541 ccc: (Darwin) Move path resolution into ToolChain. by Daniel Dunbar · 16 years ago
  78. 3b24639 ccc: Implement the rest of Darwin/Assembler argument translation. by Daniel Dunbar · 16 years ago
  79. 37d54e9 ccc: Implement macosx-version-min conditions (including a bug fix). by Daniel Dunbar · 16 years ago
  80. c214856 ccc: Generalize Darwin/Link tool based on Darwin version. by Daniel Dunbar · 16 years ago
  81. fc2ad02 ccc: Support arguments which behave like linker inputs. by Daniel Dunbar · 16 years ago
  82. 0829293 ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present. by Daniel Dunbar · 16 years ago
  83. 9bbf18d ccc: Add fairly complete argument translation for Darwin link step. by Daniel Dunbar · 16 years ago
  84. 021df61 ccc: Add several convenience methods for argument translation. by Daniel Dunbar · 16 years ago
  85. f9c191a ccc: Add and name a host of arguments. by Daniel Dunbar · 16 years ago
  86. 758cf64 ccc: Give the Host an opportunity to switch ToolChains when binding by Daniel Dunbar · 16 years ago
  87. aa9d425 ccc: Print -### output on stderr to match gcc. by Daniel Dunbar · 16 years ago
  88. 08dea46 ccc: Introduce ToolChains for mapping Actions to Tools which can perform them. by Daniel Dunbar · 16 years ago
  89. 306ca04 ccc: Add generic assembler & linker tools which effectively shell out to gcc. by Daniel Dunbar · 16 years ago
  90. ae5d9b2 ccc: Add information about whether type can be user specified (a -x by Daniel Dunbar · 16 years ago
  91. dbc9ee9 ccc: Get host information via Driver methods. by Daniel Dunbar · 16 years ago
  92. 4ed45ea ccc: Start defining host information. by Daniel Dunbar · 16 years ago
  93. 1ba9098 ccc: Make proper synthetic arguments in places we have to construct by Daniel Dunbar · 16 years ago
  94. b421dba ccc: Change Command to take list of strings for argv instead of Arg by Daniel Dunbar · 16 years ago
  95. 6427145 ccc: Extend ArgList to support indexing into a synthetic arg array by Daniel Dunbar · 16 years ago
  96. 9d32bcd ccc: Refactor so that all accesses to actual input strings go through by Daniel Dunbar · 16 years ago
  97. 52d0459 ccc: Remove ValueArg::setValue, this is no longer used. by Daniel Dunbar · 16 years ago
  98. e9f1a69 ccc: Track last actual argument instance for each option & change by Daniel Dunbar · 16 years ago
  99. 927a509 ccc: Use dummy InputOption and UnknownOption classes instead of by Daniel Dunbar · 16 years ago
  100. 7472787 ccc: Introduce ArgList for keeping input argv & parsed Args together. by Daniel Dunbar · 16 years ago