Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not abort ccc-analyzer script if an HTML directory is not specified. | Ted Kremenek | 2008-03-31 | 1 | -6/+7 | |
| | | | | llvm-svn: 48997 | |||||
* | The ccc-analyzer script now interrogates environment variables to determine | Ted Kremenek | 2008-03-31 | 1 | -9/+23 | |
| | | | | | | where to dump HTML reports. llvm-svn: 48987 | |||||
* | Added hacked version of ccc script used to invoke the static analyzer. This | Ted Kremenek | 2008-03-25 | 1 | -0/+220 | |
| | | | | | | | will gradually get pruned down, as it doesn't need to be as functional as 'ccc'. llvm-svn: 48806 | |||||
* | Disable internalize. Unfortunately, the configure scripts are not ready for ↵ | Lauro Ramos Venancio | 2008-02-27 | 1 | -1/+1 | |
| | | | | | | some link time optimizations. llvm-svn: 47682 | |||||
* | Add c++ to "inferlanguage" | Lauro Ramos Venancio | 2008-02-15 | 1 | -0/+2 | |
| | | | | llvm-svn: 47185 | |||||
* | Use the subprocess module instead of os.system. Patch by Sam Bishop. | Anders Carlsson | 2008-02-06 | 1 | -7/+9 | |
| | | | | llvm-svn: 46819 | |||||
* | - ccc creates output objects in same directory as the source file, and | Bill Wendling | 2008-02-03 | 1 | -1/+7 | |
| | | | | | | | | | | | not in the current directory. This doesn't work with VPATH builds in autotooled builds. - ccc now creates object files without an extension. - Return exit code 1 if code > 255. Patch by Torok! llvm-svn: 46689 | |||||
* | Make ccc work with older Python versions. Patch by Sam Bishop. | Seo Sanghyeon | 2008-02-03 | 1 | -12/+12 | |
| | | | | llvm-svn: 46675 | |||||
* | Don't try to compile .a files. | Anders Carlsson | 2008-01-31 | 1 | -2/+3 | |
| | | | | llvm-svn: 46626 | |||||
* | Improvements to ccc. Patch by Shantonu Sen. | Anders Carlsson | 2008-01-29 | 1 | -20/+113 | |
| | | | | llvm-svn: 46501 | |||||
* | Implement -print-prog-name. Patch by Nuno Lopes. | Seo Sanghyeon | 2008-01-25 | 1 | -1/+8 | |
| | | | | llvm-svn: 46353 | |||||
* | Ignore --param | Seo Sanghyeon | 2008-01-17 | 1 | -0/+2 | |
| | | | | llvm-svn: 46107 | |||||
* | Compiler driver | Seo Sanghyeon | 2008-01-10 | 1 | -0/+95 | |
llvm-svn: 45809 |