1. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  2. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  3. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  4. 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 15 years ago
  5. 9876edc Fix test case. by Daniel Dunbar · 15 years ago
  6. 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 15 years ago
  7. 4311e45 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 15 years ago
  8. c4556d1 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 15 years ago
  9. a805135 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 15 years ago
  10. 15423b0 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 15 years ago
  11. 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 15 years ago
  12. eeb44ce ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 15 years ago
  13. f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 15 years ago
  14. 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 15 years ago
  15. d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 15 years ago
  16. 360c6ce ccc: Recognize -isystem. by Daniel Dunbar · 15 years ago
  17. 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 15 years ago
  18. 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 15 years ago
  19. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 15 years ago
  20. 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 15 years ago
  21. 83d6790 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 15 years ago
  22. 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 15 years ago
  23. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 15 years ago
  24. 1ee821b ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 15 years ago
  25. faa20c7 ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 15 years ago
  26. 501525e ccc: Test case for transparent PTH support. by Daniel Dunbar · 15 years ago
  27. 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 15 years ago
  28. 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 15 years ago
  29. 77a6011 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 15 years ago
  30. 84606bb More version experimentation. by Mike Stump · 15 years ago
  31. e6c4f65 Run a little experiment with version numbers. by Mike Stump · 15 years ago
  32. 8aa6181 ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 15 years ago
  33. 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 15 years ago
  34. 2ceb041 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 15 years ago
  35. 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 15 years ago
  36. bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 15 years ago
  37. c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 15 years ago
  38. 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 15 years ago
  39. fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 15 years ago
  40. 0eb5931 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 15 years ago
  41. b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 15 years ago
  42. ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 15 years ago
  43. 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 15 years ago
  44. e4c0da8 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 15 years ago
  45. 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 15 years ago
  46. 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 15 years ago
  47. 6413405 Fix test case (for -### printing version) by Daniel Dunbar · 15 years ago
  48. 7671591 ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 15 years ago
  49. 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 15 years ago
  50. bac51fa ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 15 years ago
  51. fd8d98f ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
  52. b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
  53. d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  54. d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  55. 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  56. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  57. 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  58. 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  59. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  60. 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  61. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  62. 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  63. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  64. ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  65. 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  66. 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
  67. 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  68. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
  69. f93ebd9 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
  70. 09abfea Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
  71. 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
  72. 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
  73. 88990f3 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
  74. fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
  75. 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
  76. 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 16 years ago
  77. fec7c2a ccc: Add missing file. by Daniel Dunbar · 16 years ago
  78. c72e5ae ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
  79. af44a62 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
  80. 6f26dc9 Fix a tyop by Anders Carlsson · 16 years ago
  81. 0f7d9ec Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
  82. c432dc7 Fix a runtime error I saw by Anders Carlsson · 16 years ago
  83. 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
  84. 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
  85. 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
  86. a22c16d ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
  87. 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
  88. 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
  89. 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 16 years ago
  90. 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 16 years ago
  91. 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 16 years ago
  92. bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 16 years ago
  93. cc9f4f4 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 16 years ago
  94. fb7ea27 ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 16 years ago
  95. 44833db ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 16 years ago
  96. 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 16 years ago
  97. edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 16 years ago
  98. 3bd391b ccc: Fix a test case. by Daniel Dunbar · 16 years ago
  99. 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 16 years ago
  100. 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 16 years ago