| Commit message (Expand) | Author | Age | Files | Lines |
* | Goodbye old-ccc; please use tools/ccc/ccc. | Daniel Dunbar | 2009-02-23 | 1 | -418/+0 |
* | -x language fix. | Fariborz Jahanian | 2009-02-03 | 1 | -0/+2 |
* | ccc (old): Pass -arch through to assembler if given. | Daniel Dunbar | 2009-01-07 | 1 | -7/+10 |
* | Pass '-undefined- to the linker | Anders Carlsson | 2009-01-05 | 1 | -1/+1 |
* | llvm-ld doesnt support '-g', so aovid passing that opt to it | Nuno Lopes | 2008-12-02 | 1 | -1/+0 |
* | Input files should be before link options. | Daniel Dunbar | 2008-11-18 | 1 | -1/+1 |
* | Add support for assembler-with-cpp (preprocessed .S files), patch by | Chris Lattner | 2008-10-22 | 1 | -1/+1 |
* | ccc: Pass '-g' through to clang. Handle -weak_framework. | Daniel Dunbar | 2008-10-19 | 1 | -0/+7 |
* | ccc: support -Xlinker | Daniel Dunbar | 2008-10-16 | 1 | -1/+1 |
* | ccc: support -fsyntax-only, add some more darwin options, support | Daniel Dunbar | 2008-10-15 | 1 | -1/+30 |
* | Bug fix, ccc was passing -std twice. | Daniel Dunbar | 2008-10-03 | 1 | -2/+0 |
* | Fix ccc handling of -mmacosx-version-min. | Daniel Dunbar | 2008-10-02 | 1 | -2/+4 |
* | ccc: Use CCC_NATIVE=1 by default. | Daniel Dunbar | 2008-10-01 | 1 | -4/+14 |
* | ccc: Add support for another batch of OS X linker options, including | Daniel Dunbar | 2008-09-30 | 1 | -6/+13 |
* | ccc: Infer action type upfront. | Daniel Dunbar | 2008-09-30 | 1 | -9/+13 |
* | Change ccc to not pass -x unknown down. | Daniel Dunbar | 2008-09-30 | 1 | -6/+20 |
* | Add ccc support for -e and -sectorder. | Daniel Dunbar | 2008-09-12 | 1 | -1/+7 |
* | recognise .s/.S file extensions. add default value for CCC_LANGUAGES | Nuno Lopes | 2008-09-02 | 1 | -1/+5 |
* | Improve ccc: | Daniel Dunbar | 2008-08-29 | 1 | -15/+44 |
* | Update ccc driver | Daniel Dunbar | 2008-08-23 | 1 | -14/+87 |
* | fix linking with .so files specified in cmd line (this fixes some libtool usa... | Nuno Lopes | 2008-08-10 | 1 | -1/+1 |
* | pass -R arg to linker | Nuno Lopes | 2008-08-10 | 1 | -1/+1 |
* | "This patch adds paths for Fedora 9 in clang.cpp and support for two preproce... | Ted Kremenek | 2008-07-24 | 1 | -0/+4 |
* | llvm-ld doesnt support -O1, -O2, etc options, so dont pass them | Nuno Lopes | 2008-07-05 | 1 | -3/+1 |
* | "This maps the -pthread option to -lpthread - this isn't 100% correct, | Chris Lattner | 2008-06-21 | 1 | -0/+6 |
* | handle -arch and -isysroot correctly (like ccc-analyszer do). | Nuno Lopes | 2008-06-17 | 1 | -7/+17 |
* | Pass "-arch" down to clang. | Ted Kremenek | 2008-04-21 | 1 | -3/+3 |
* | Pass "-isysroot" option down to clang. | Ted Kremenek | 2008-04-19 | 1 | -2/+2 |
* | - ccc: print generated command line to stdout instead of stderr | Seo Sanghyeon | 2008-04-04 | 1 | -1/+6 |
* | Disable internalize. Unfortunately, the configure scripts are not ready for s... | Lauro Ramos Venancio | 2008-02-27 | 1 | -1/+1 |
* | Add c++ to "inferlanguage" | Lauro Ramos Venancio | 2008-02-15 | 1 | -0/+2 |
* | Use the subprocess module instead of os.system. Patch by Sam Bishop. | Anders Carlsson | 2008-02-06 | 1 | -7/+9 |
* | - ccc creates output objects in same directory as the source file, and | Bill Wendling | 2008-02-03 | 1 | -1/+7 |
* | Make ccc work with older Python versions. Patch by Sam Bishop. | Seo Sanghyeon | 2008-02-03 | 1 | -12/+12 |
* | Don't try to compile .a files. | Anders Carlsson | 2008-01-31 | 1 | -2/+3 |
* | Improvements to ccc. Patch by Shantonu Sen. | Anders Carlsson | 2008-01-29 | 1 | -20/+113 |
* | Implement -print-prog-name. Patch by Nuno Lopes. | Seo Sanghyeon | 2008-01-25 | 1 | -1/+8 |
* | Ignore --param | Seo Sanghyeon | 2008-01-17 | 1 | -0/+2 |
* | Compiler driver | Seo Sanghyeon | 2008-01-10 | 1 | -0/+95 |