1. bf728ed Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 16 years ago
  2. 5baec4d ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
  3. 1c39821 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 16 years ago
  4. 6132053 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
  5. c08ff67 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 16 years ago
  6. 9990545 Fix test case. by Daniel Dunbar · 16 years ago
  7. e9d8051 ccc: Spell mattr correctly. by Daniel Dunbar · 16 years ago
  8. 32db2c1 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 16 years ago
  9. 3a54cd2 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 16 years ago
  10. 51b1561 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 16 years ago
  11. d47bf28 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 16 years ago
  12. 302b967 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
  13. a95c639 ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 16 years ago
  14. 4cedfa4 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 16 years ago
  15. 98c298e ccc: Forward -ftime-report to clang. by Daniel Dunbar · 16 years ago
  16. 287c0cb ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 16 years ago
  17. 5664d13 ccc: Recognize -isystem. by Daniel Dunbar · 16 years ago
  18. fc72e86 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 16 years ago
  19. 6990eef ccc: Fix a FIXME. by Daniel Dunbar · 16 years ago
  20. 99ec8f4 Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  21. 43e66e1 ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 16 years ago
  22. bc371c4 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 16 years ago
  23. e0697b5 ccc: Pass -P to clang. by Daniel Dunbar · 16 years ago
  24. 23d2326 Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
  25. b5c6b95 ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 16 years ago
  26. 0e8c48c ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 16 years ago
  27. 1258737 ccc: Test case for transparent PTH support. by Daniel Dunbar · 16 years ago
  28. 6c1eb77 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 16 years ago
  29. 852b2ea Always pass -disable-free to clang when compiling. by Daniel Dunbar · 16 years ago
  30. 6bf3bd4 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 16 years ago
  31. 406abf6 More version experimentation. by Mike Stump · 16 years ago
  32. d4a8126 Run a little experiment with version numbers. by Mike Stump · 16 years ago
  33. 1416a9e ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 16 years ago
  34. 8504f51 ccc: Forward -dM to clang. by Daniel Dunbar · 16 years ago
  35. 039b1d0 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 16 years ago
  36. a4dfde1 ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 16 years ago
  37. 6dbfa66 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 16 years ago
  38. 0b87db1 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 16 years ago
  39. 684d148 ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 16 years ago
  40. a46065d ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
  41. 2f06372 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
  42. 89a2669 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
  43. b84ea0b ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
  44. af877a4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
  45. 6b4c719 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
  46. 7299917 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
  47. ef993d1 ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
  48. f649792 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
  49. 8fd28cd ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
  50. 3da91fe ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
  51. 405327e ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
  52. 77b23f6 ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
  53. 34f60f6 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
  54. 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  55. 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  56. 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  57. 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  58. 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  59. de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  60. 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  61. fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  62. 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  63. 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  64. 6d91bdf ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
  65. a33176f ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
  66. e28f9e9 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
  67. f677a60 ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
  68. e2bc89a ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  69. 90c72cd ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
  70. d9b7a74 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
  71. 2c4ac17 Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
  72. 31c8081 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
  73. 5ee4aa7 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
  74. 4461004 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
  75. 445c46d ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
  76. 7d49409 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
  77. e71495b Makefile isn't executable. by Daniel Dunbar · 16 years ago
  78. 61cd59b ccc: Add missing file. by Daniel Dunbar · 16 years ago
  79. b32644f ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
  80. 1b39127 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
  81. 751a962 Fix a tyop by Anders Carlsson · 16 years ago
  82. 76613bf Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
  83. c33fca9 Fix a runtime error I saw by Anders Carlsson · 16 years ago
  84. e19ed8e ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
  85. 80e48b7 ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
  86. a0026f2 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
  87. b7f493e ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
  88. 6e524b6 ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
  89. 7e18460 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
  90. 386a51c ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 16 years ago
  91. 60b874a ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 16 years ago
  92. 1497215 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 16 years ago
  93. 786df44 ccc: Implement argument translation for clang. by Daniel Dunbar · 16 years ago
  94. bdcb725 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 16 years ago
  95. 4c751dc ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 16 years ago
  96. 0b1cca9 ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 16 years ago
  97. 7c2f91b ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 16 years ago
  98. 78477e0 ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 16 years ago
  99. 25bfe68 ccc: Fix a test case. by Daniel Dunbar · 16 years ago
  100. 6cb4205 ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 16 years ago