| Commit message (Expand) | Author | Age | Files | Lines |
| * | Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to | Daniel Dunbar | 2009-07-29 | 1 | -5/+7 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-16 | 1 | -1/+1 |
| * | Update for raw_fd_ostream API changes. raw_fd_ostream now has a | Dan Gohman | 2009-07-15 | 1 | -3/+5 |
| * | 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 |
| * | 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 | 1 | -5/+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 | 1 | -2/+100 |
| * | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -1/+1 |
| * | Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. | Eli Friedman | 2009-05-19 | 1 | -0/+1 |
| * | Move the options for dependency file generation from DependencyFile.cpp | Eli Friedman | 2009-05-19 | 1 | -7/+46 |
| * | Move options for -E mode from PrintPreprocessedOutput.cpp to | Eli Friedman | 2009-05-19 | 1 | -1/+23 |
| * | Move the warning options from Warnings.cpp to clang-cc.cpp. | Eli Friedman | 2009-05-19 | 1 | -1/+16 |
| * | Switch some utilities in clang-cc to take a stream instead of a | Eli Friedman | 2009-05-19 | 1 | -7/+17 |
| * | Build fixes for r72060; sorry for any inconvenience. | Eli Friedman | 2009-05-18 | 1 | -1/+1 |
| * | Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration | Eli Friedman | 2009-05-18 | 1 | -1/+9 |
| * | Rename the factory function for the ObjC rewriter to something sane. | Eli Friedman | 2009-05-18 | 1 | -3/+2 |
| * | Refactor ASTConsumers to take a raw_ostream instead of a filename where | Eli Friedman | 2009-05-18 | 1 | -64/+118 |
| * | Remove unused parameter. | Eli Friedman | 2009-05-18 | 1 | -6/+4 |
| * | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson | 2009-05-13 | 1 | -0/+8 |
| * | remove the obsolete -fprint-source-range-info option | Chris Lattner | 2009-05-13 | 1 | -5/+0 |
| * | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor | 2009-05-12 | 1 | -3/+16 |
| * | Move terminal-width computation over to llvm::sys. Update to LLVM | Douglas Gregor | 2009-05-11 | 1 | -36/+1 |
| * | Remove -fobjc-tight-layout, seems to work! | Daniel Dunbar | 2009-05-07 | 1 | -6/+0 |
| * | If stderr isn't a terminal, don't try to guess the terminal width or | Daniel Dunbar | 2009-05-06 | 1 | -4/+4 |
| * | More x86 target feature support. | Daniel Dunbar | 2009-05-06 | 1 | -9/+3 |