- 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
- e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
- 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
- 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
- 4e3629e OpenCL 1.0 patch 2/N: Language options & file extension by Nate Begeman · 15 years ago
- 34d25d8 Move the command line source location parsing from clang-cc.cpp into "include/Frontend/CommandLineSourceLoc.h". by Argyrios Kyrtzidis · 15 years ago
- 5c7a603 Tiny correction on the command-line source location parser. by Argyrios Kyrtzidis · 15 years ago
- 2fe1194 link in targets by Chris Lattner · 15 years ago
- a278f81 Remove old #includes by Chris Lattner · 15 years ago
- ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
- 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
- 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
- abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
- c4757bd Add -fsigned-char option to clang-cc. by Eli Friedman · 15 years ago
- 24095da Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
- a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
- 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
- 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
- 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
- 08e6dc6 Move clang-cc's -v output to the start (vs. end) of compilation, and change by Daniel Dunbar · 15 years ago
- 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
- ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
- 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 15 years ago
- c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
- e71b85f Move analysis command-line options out of AnalysisConsumer.cpp into by Eli Friedman · 15 years ago
- b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago
- e1718af Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. by Eli Friedman · 15 years ago
- b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
- 12d3b1d Move options for -E mode from PrintPreprocessedOutput.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
- 0eeb86e Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
- f54fce8 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 15 years ago
- 8ceb0d9 Build fixes for r72060; sorry for any inconvenience. by Eli Friedman · 15 years ago
- c6d656e Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration by Eli Friedman · 15 years ago
- bce831b Rename the factory function for the ObjC rewriter to something sane. by Eli Friedman · 15 years ago
- 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
- f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
- a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 16 years ago
- cfe858a remove the obsolete -fprint-source-range-info option by Chris Lattner · 16 years ago
- b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 16 years ago
- 67187ce Move terminal-width computation over to llvm::sys. Update to LLVM by Douglas Gregor · 16 years ago
- 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 16 years ago
- 1c44830 If stderr isn't a terminal, don't try to guess the terminal width or by Daniel Dunbar · 16 years ago
- 17ca363 More x86 target feature support. by Daniel Dunbar · 16 years ago
- 5aeb9e7 daniel is buggy :) by Chris Lattner · 16 years ago
- aa338bc Add missing include. by Daniel Dunbar · 16 years ago
- fb4ac7b Cleanup some FIXMEs. by Daniel Dunbar · 16 years ago
- 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
- d25f00c Enable tight Objective-C interface layout unconditionally. by Daniel Dunbar · 16 years ago
- d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
- 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 16 years ago
- 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 16 years ago
- 68a0d78 When -fmessage-length=N is not specified, and if standard error is by Douglas Gregor · 16 years ago
- fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
- 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 16 years ago
- e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 16 years ago
- c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 16 years ago
- fc0fed3 We avoid the count of diagnostics when not generating carent by Mike Stump · 16 years ago
- cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 16 years ago
- d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 16 years ago
- 1aee61a unnest some code, decoupling fixit rewriting from ast stuff. by Chris Lattner · 16 years ago
- 57cbfc0 Add -empty-input-only option, for timing. by Daniel Dunbar · 16 years ago
- 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 16 years ago
- 609e72f Add a new -ast-dump-full option that traverses the translation unit by Douglas Gregor · 16 years ago
- 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
- 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 16 years ago
- e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 16 years ago
- 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 16 years ago
- aa5bf2e implement compiler support for -fno-diagnostics-fixit-info, rdar://6805442 by Chris Lattner · 16 years ago
- 01638a6 fix -fdollars-in-identifiers to have a default that is overriden by Chris Lattner · 16 years ago
- f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 16 years ago
- 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 16 years ago
- 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 16 years ago
- 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 16 years ago
- 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 16 years ago
- d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 16 years ago
- 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
- f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 16 years ago
- 04d4078 Clean up handling of visibility. by Daniel Dunbar · 16 years ago
- 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 16 years ago
- e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
- 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
- 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 16 years ago
- 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 16 years ago
- 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 16 years ago
- 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
- 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
- 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
- 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
- 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 16 years ago
- fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
- b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 16 years ago
- fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 16 years ago
- b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
- 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
- c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
- 56473d3 fix typo, noticed by Gabor by Chris Lattner · 16 years ago
- 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
- d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
- 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago