summaryrefslogtreecommitdiffstats
path: root/clang/utils/ccc
Commit message (Expand)AuthorAgeFilesLines
* Goodbye old-ccc; please use tools/ccc/ccc.Daniel Dunbar2009-02-231-418/+0
* -x language fix.Fariborz Jahanian2009-02-031-0/+2
* ccc (old): Pass -arch through to assembler if given.Daniel Dunbar2009-01-071-7/+10
* Pass '-undefined- to the linkerAnders Carlsson2009-01-051-1/+1
* llvm-ld doesnt support '-g', so aovid passing that opt to itNuno Lopes2008-12-021-1/+0
* Input files should be before link options.Daniel Dunbar2008-11-181-1/+1
* Add support for assembler-with-cpp (preprocessed .S files), patch byChris Lattner2008-10-221-1/+1
* ccc: Pass '-g' through to clang. Handle -weak_framework.Daniel Dunbar2008-10-191-0/+7
* ccc: support -XlinkerDaniel Dunbar2008-10-161-1/+1
* ccc: support -fsyntax-only, add some more darwin options, supportDaniel Dunbar2008-10-151-1/+30
* Bug fix, ccc was passing -std twice.Daniel Dunbar2008-10-031-2/+0
* Fix ccc handling of -mmacosx-version-min.Daniel Dunbar2008-10-021-2/+4
* ccc: Use CCC_NATIVE=1 by default.Daniel Dunbar2008-10-011-4/+14
* ccc: Add support for another batch of OS X linker options, includingDaniel Dunbar2008-09-301-6/+13
* ccc: Infer action type upfront.Daniel Dunbar2008-09-301-9/+13
* Change ccc to not pass -x unknown down.Daniel Dunbar2008-09-301-6/+20
* Add ccc support for -e and -sectorder.Daniel Dunbar2008-09-121-1/+7
* recognise .s/.S file extensions. add default value for CCC_LANGUAGESNuno Lopes2008-09-021-1/+5
* Improve ccc:Daniel Dunbar2008-08-291-15/+44
* Update ccc driverDaniel Dunbar2008-08-231-14/+87
* fix linking with .so files specified in cmd line (this fixes some libtool usa...Nuno Lopes2008-08-101-1/+1
* pass -R arg to linkerNuno Lopes2008-08-101-1/+1
* "This patch adds paths for Fedora 9 in clang.cpp and support for two preproce...Ted Kremenek2008-07-241-0/+4
* llvm-ld doesnt support -O1, -O2, etc options, so dont pass themNuno Lopes2008-07-051-3/+1
* "This maps the -pthread option to -lpthread - this isn't 100% correct, Chris Lattner2008-06-211-0/+6
* handle -arch and -isysroot correctly (like ccc-analyszer do).Nuno Lopes2008-06-171-7/+17
* Pass "-arch" down to clang.Ted Kremenek2008-04-211-3/+3
* Pass "-isysroot" option down to clang.Ted Kremenek2008-04-191-2/+2
* - ccc: print generated command line to stdout instead of stderrSeo Sanghyeon2008-04-041-1/+6
* Disable internalize. Unfortunately, the configure scripts are not ready for s...Lauro Ramos Venancio2008-02-271-1/+1
* Add c++ to "inferlanguage"Lauro Ramos Venancio2008-02-151-0/+2
* Use the subprocess module instead of os.system. Patch by Sam Bishop.Anders Carlsson2008-02-061-7/+9
* - ccc creates output objects in same directory as the source file, andBill Wendling2008-02-031-1/+7
* Make ccc work with older Python versions. Patch by Sam Bishop.Seo Sanghyeon2008-02-031-12/+12
* Don't try to compile .a files.Anders Carlsson2008-01-311-2/+3
* Improvements to ccc. Patch by Shantonu Sen.Anders Carlsson2008-01-291-20/+113
* Implement -print-prog-name. Patch by Nuno Lopes.Seo Sanghyeon2008-01-251-1/+8
* Ignore --paramSeo Sanghyeon2008-01-171-0/+2
* Compiler driverSeo Sanghyeon2008-01-101-0/+95
OpenPOWER on IntegriCloud