Age | Commit message (Expand) | Author | Files | Lines |
2011-09-14 | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor | 1 | -2/+6 |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 1 | -0/+82 |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 1 | -10/+10 |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 1 | -2/+7 |
2011-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 1 | -0/+3 |
2011-08-27 | Remove the -import-module option. It's no longer useful | Douglas Gregor | 1 | -15/+0 |
2011-08-26 | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 1 | -0/+3 |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor | 1 | -3/+0 |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 1 | -0/+3 |
2011-08-13 | Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-output | Nico Weber | 1 | -0/+1 |
2011-08-05 | Wire up -import-module to run ReadAST for each module loaded. | Jonathan D. Turner | 1 | -0/+10 |
2011-07-28 | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek | 1 | -1/+1 |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor | 1 | -10/+37 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -17/+17 |
2011-07-19 | [arcmt] Add some additional driver flags to optionally emit or save the pre-m... | Argyrios Kyrtzidis | 1 | -0/+10 |
2011-07-13 | In debugger mode, make ObjC message sends to unknown selectors return | John McCall | 1 | -0/+3 |
2011-07-12 | Implement -MG. Fixes PR9613 | Peter Collingbourne | 1 | -0/+1 |
2011-07-09 | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 1 | -1/+13 |
2011-07-07 | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner | 1 | -3/+0 |
2011-07-06 | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 1 | -0/+3 |
2011-07-06 | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 1 | -4/+8 |
2011-06-29 | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian | 1 | -3/+0 |
2011-06-28 | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian | 1 | -0/+3 |
2011-06-21 | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson | 1 | -6/+6 |
2011-06-21 | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson | 1 | -0/+4 |
2011-06-21 | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar | 1 | -0/+4 |
2011-06-21 | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky | 1 | -0/+3 |
2011-06-17 | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis | 1 | -8/+1 |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall | 1 | -0/+32 |
2011-06-15 | Automatic Reference Counting. | John McCall | 1 | -8/+37 |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor | 1 | -0/+6 |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor | 1 | -6/+0 |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 1 | -0/+6 |
2011-06-02 | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola | 1 | -0/+3 |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor | 1 | -1/+24 |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky | 1 | -1/+1 |
2011-05-05 | Change cycle detection to be based off of a warning flag. | Alexis Hunt | 1 | -5/+0 |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky | 1 | -0/+1 |
2011-05-04 | Implement a better version of delegating constructor cycle detection. | Alexis Hunt | 1 | -0/+5 |
2011-05-02 | When using -std= flag added check to make sure language and standard are comp... | Chad Rosier | 1 | -0/+34 |
2011-04-30 | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola | 1 | -0/+3 |
2011-04-30 | Removed redundant case statements | Chad Rosier | 1 | -2/+0 |
2011-04-29 | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson | 1 | -3/+4 |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 1 | -2/+2 |
2011-04-23 | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth | 1 | -0/+7 |
2011-04-23 | There were some frustrating problems with the implementation of | Chandler Carruth | 1 | -2/+3 |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 1 | -0/+6 |
2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky | 1 | -0/+6 |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 1 | -0/+3 |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 1 | -1/+1 |