1. 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
  2. f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 16 years ago
  3. d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 16 years ago
  4. 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 16 years ago
  5. 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 16 years ago
  6. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  7. 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 16 years ago
  8. 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 16 years ago
  9. 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 16 years ago
  10. 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 16 years ago
  11. 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 17 years ago
  12. c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 17 years ago
  13. 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 17 years ago
  14. b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 17 years ago
  15. ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 17 years ago
  16. 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 17 years ago
  17. 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 17 years ago
  18. 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 17 years ago
  19. 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 17 years ago
  20. b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 17 years ago
  21. d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 17 years ago
  22. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 17 years ago
  23. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 17 years ago
  24. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 17 years ago
  25. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 17 years ago
  26. 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 17 years ago
  27. 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 17 years ago
  28. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 17 years ago
  29. 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 17 years ago
  30. 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 17 years ago
  31. fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 17 years ago
  32. 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 17 years ago
  33. 6f26dc9 Fix a tyop by Anders Carlsson · 17 years ago
  34. 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 17 years ago
  35. 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 17 years ago
  36. 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 17 years ago
  37. 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 17 years ago
  38. 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 17 years ago
  39. 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 17 years ago
  40. 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 17 years ago
  41. 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 17 years ago
  42. bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 17 years ago
  43. 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 17 years ago
  44. edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 17 years ago
  45. 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 17 years ago
  46. 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 17 years ago
  47. 841ceea ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 17 years ago
  48. 7629053 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 17 years ago
  49. 8bf90fd ccc: Add option groups. by Daniel Dunbar · 17 years ago
  50. 11505a9 ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc. by Daniel Dunbar · 17 years ago
  51. 93a08e6 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 17 years ago
  52. 1e0ead4 ccc: Bug fix, output can be NULL. by Daniel Dunbar · 17 years ago
  53. b37c965 ccc: Even more Darwin/cc1 argument translation support. by Daniel Dunbar · 17 years ago
  54. dff9f50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  55. 816dd50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  56. 6325fcf ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  57. 9cb2253 ccc: (Darwin) Move path resolution into ToolChain. by Daniel Dunbar · 17 years ago
  58. 996ce96 ccc: Implement the rest of Darwin/Assembler argument translation. by Daniel Dunbar · 17 years ago
  59. 4a0ba1a ccc: Implement macosx-version-min conditions (including a bug fix). by Daniel Dunbar · 17 years ago
  60. 9c257c3 ccc: Generalize Darwin/Link tool based on Darwin version. by Daniel Dunbar · 17 years ago
  61. 2ec55bc ccc: Support arguments which behave like linker inputs. by Daniel Dunbar · 17 years ago
  62. ee8cc26 ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present. by Daniel Dunbar · 17 years ago
  63. 9c199a0 ccc: Add fairly complete argument translation for Darwin link step. by Daniel Dunbar · 17 years ago
  64. a9ad2bc ccc: Add generic assembler & linker tools which effectively shell out to gcc. by Daniel Dunbar · 17 years ago
  65. a75ea3d ccc: Get host information via Driver methods. by Daniel Dunbar · 17 years ago
  66. 39cbfaa ccc: Make proper synthetic arguments in places we have to construct by Daniel Dunbar · 17 years ago
  67. db43990 ccc: Change Command to take list of strings for argv instead of Arg by Daniel Dunbar · 17 years ago
  68. fb2c5c4 ccc: Refactor so that all accesses to actual input strings go through by Daniel Dunbar · 17 years ago
  69. ba6e323 ccc: Track last actual argument instance for each option & change by Daniel Dunbar · 17 years ago
  70. a567751 Add prototype ccc rewrite. by Daniel Dunbar · 17 years ago