1. a778d7d Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  2. fa538e7 ccc: Pass '-g' through to clang. Handle -weak_framework. by Daniel Dunbar · 16 years ago
  3. dc914c8 ccc: support -Xlinker by Daniel Dunbar · 16 years ago
  4. cb52925 ccc: support -fsyntax-only, add some more darwin options, support by Daniel Dunbar · 16 years ago
  5. 29471a1 Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
  6. 8e45f73 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
  7. 1bf3f73 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
  8. 319e792 ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
  9. 869f8b6 ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago
  10. 7000bf8 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
  11. 75e0571 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
  12. 24653e8 recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
  13. d3d8141 Improve ccc: by Daniel Dunbar · 16 years ago
  14. 4b5c4f2 Update ccc driver by Daniel Dunbar · 16 years ago
  15. c46cf49 fix linking with .so files specified in cmd line (this fixes some libtool usages) by Nuno Lopes · 16 years ago
  16. 9a18448 pass -R arg to linker by Nuno Lopes · 16 years ago
  17. 1683360 "This patch adds paths for Fedora 9 in clang.cpp and support for two preprocessor options in ccc." by Ted Kremenek · 16 years ago
  18. 05f971a llvm-ld doesnt support -O1, -O2, etc options, so dont pass them by Nuno Lopes · 16 years ago
  19. cf719b7 "This maps the -pthread option to -lpthread - this isn't 100% correct, by Chris Lattner · 16 years ago
  20. e5d12e8 handle -arch and -isysroot correctly (like ccc-analyszer do). by Nuno Lopes · 16 years ago
  21. d0eef02 Pass "-arch" down to clang. by Ted Kremenek · 16 years ago
  22. 39a7973 Pass "-isysroot" option down to clang. by Ted Kremenek · 16 years ago
  23. d389465 - ccc: print generated command line to stdout instead of stderr by Seo Sanghyeon · 16 years ago
  24. de808ca Disable internalize. Unfortunately, the configure scripts are not ready for some link time optimizations. by Lauro Ramos Venancio · 16 years ago
  25. 279876b Add c++ to "inferlanguage" by Lauro Ramos Venancio · 17 years ago
  26. dac2b54 Use the subprocess module instead of os.system. Patch by Sam Bishop. by Anders Carlsson · 17 years ago
  27. 550ce0f - ccc creates output objects in same directory as the source file, and by Bill Wendling · 17 years ago
  28. 795aaed Make ccc work with older Python versions. Patch by Sam Bishop. by Seo Sanghyeon · 17 years ago
  29. c720d9b Don't try to compile .a files. by Anders Carlsson · 17 years ago
  30. d125bb1 Improvements to ccc. Patch by Shantonu Sen. by Anders Carlsson · 17 years ago
  31. 96b99f7 Implement -print-prog-name. Patch by Nuno Lopes. by Seo Sanghyeon · 17 years ago
  32. 4259955 Ignore --param by Seo Sanghyeon · 17 years ago
  33. 2bfa533 Compiler driver by Seo Sanghyeon · 17 years ago