| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -2/+20 |
| * | Update for changes in LLVM. Hopefully this is the last one for a while. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
| * | Hold the LLVMContext by reference instead of by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
| * | Update for LLVMContext+Module change. | Owen Anderson | 2009-07-01 | 1 | -4/+7 |
| * | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -0/+3 |
| * | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling | 2009-06-28 | 1 | -3/+8 |
| * | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling | 2009-06-28 | 1 | -0/+9 |
| * | OpenCL 1.0 patch 2/N: Language options & file extension | Nate Begeman | 2009-06-25 | 1 | -2/+15 |
| * | Make sure install Clang headers when building clang-cc | Douglas Gregor | 2009-06-25 | 1 | -0/+1 |
| * | Move the command line source location parsing from clang-cc.cpp into "include... | Argyrios Kyrtzidis | 2009-06-23 | 1 | -74/+9 |
| * | Tiny correction on the command-line source location parser. | Argyrios Kyrtzidis | 2009-06-19 | 1 | -1/+1 |
| * | link in targets | Chris Lattner | 2009-06-17 | 1 | -0/+4 |
| * | Remove old #includes | Chris Lattner | 2009-06-17 | 1 | -2/+0 |
| * | Update Clang to include the InitializeAllTargets and | Douglas Gregor | 2009-06-16 | 1 | -0/+2 |
| * | my refactoring of builtins changed target-specific builtins to only be | Chris Lattner | 2009-06-16 | 1 | -1/+0 |
| * | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -5/+12 |
| * | Misc minor fixes for clang for the Windows target. | Eli Friedman | 2009-06-08 | 1 | -1/+2 |
| * | Set function Attribute::NoImplicitFloat appropriately. | Devang Patel | 2009-06-05 | 1 | -0/+6 |
| * | Add -fsigned-char option to clang-cc. | Eli Friedman | 2009-06-05 | 1 | -0/+5 |
| * | Set function attribute llvm::Attribute::NoRedZone appropriately. | Devang Patel | 2009-06-04 | 1 | -0/+8 |
| * | forward -fno-color-diagnostics to clang-cc. | Torok Edwin | 2009-06-04 | 1 | -1/+1 |
| * | Add ANSI color support for clang. | Torok Edwin | 2009-06-04 | 1 | -1/+11 |
| * | Add clang-cc support for -disable-llvm-optzns. | Daniel Dunbar | 2009-06-02 | 1 | -6/+20 |
| * | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -10/+2 |
| * | Move clang-cc's -v output to the start (vs. end) of compilation, and change | Daniel Dunbar | 2009-05-28 | 1 | -5/+5 |
| * | This patch adds support for sender-aware dispatch in Objective-C for the GNU ... | Fariborz Jahanian | 2009-05-22 | 1 | -0/+6 |
| * | AST XML dump, from Olaf Krzikalla! | Douglas Gregor | 2009-05-21 | 1 | -0/+8 |
| * | Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to | Eli Friedman | 2009-05-19 | 5 | -821/+5 |
| * | Remove the -arch option from clang-cc: for all practical purposes, it's | Eli Friedman | 2009-05-19 | 1 | -27/+0 |
| * | Move analysis command-line options out of AnalysisConsumer.cpp into | Eli Friedman | 2009-05-19 | 3 | -120/+133 |
| * | CMake updates for r72099; untested, so please tell me if there are any | Eli Friedman | 2009-05-19 | 1 | -8/+0 |
| * | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 10 | -2867/+1 |
| * | Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. | Eli Friedman | 2009-05-19 | 4 | -38/+80 |
| * | Move the options for dependency file generation from DependencyFile.cpp | Eli Friedman | 2009-05-19 | 3 | -59/+67 |
| * | Move options for -E mode from PrintPreprocessedOutput.cpp to | Eli Friedman | 2009-05-19 | 3 | -27/+41 |
| * | Refactor -dM mode out of the main routine for -E handling. | Eli Friedman | 2009-05-19 | 2 | -53/+56 |
| * | Move the warning options from Warnings.cpp to clang-cc.cpp. | Eli Friedman | 2009-05-19 | 3 | -18/+29 |
| * | Switch some utilities in clang-cc to take a stream instead of a | Eli Friedman | 2009-05-19 | 7 | -191/+165 |
| * | Attempted CMake build fixes for r72060; this is untested, so please tell | Eli Friedman | 2009-05-18 | 1 | -7/+1 |
| * | Build fixes for r72060; sorry for any inconvenience. | Eli Friedman | 2009-05-18 | 3 | -5/+4 |
| * | Move ASTConsumers.h to include/clang/Frontend, and move the associated | Eli Friedman | 2009-05-18 | 7 | -7559/+0 |
| * | Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration | Eli Friedman | 2009-05-18 | 3 | -12/+23 |
| * | Rename the factory function for the ObjC rewriter to something sane. | Eli Friedman | 2009-05-18 | 3 | -11/+10 |
| * | Move AnalysisConsumer out of ASTConsumers.h in preparation for moving | Eli Friedman | 2009-05-18 | 3 | -8/+11 |
| * | Refactor ASTConsumers to take a raw_ostream instead of a filename where | Eli Friedman | 2009-05-18 | 7 | -187/+156 |
| * | Remove unused parameter. | Eli Friedman | 2009-05-18 | 1 | -6/+4 |
| * | Add some comments to ASTConsumers.h describing what the different | Eli Friedman | 2009-05-18 | 1 | -6/+35 |
| * | Make ActOnWhileStmt take a FullExprArg for the condition expr. | Anders Carlsson | 2009-05-17 | 1 | -1/+1 |
| * | Make ActOnExprStmt take a FullExprArg. | Anders Carlsson | 2009-05-17 | 1 | -2/+2 |
| * | Add the FullExprArg wrapper and use it for if statement conditions. | Anders Carlsson | 2009-05-17 | 1 | -2/+3 |