- c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 16 years ago[Renamed (99%) from tools/clang-cc/clang.cpp]
- af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
- a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
- 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
- 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
- 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
- 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 16 years ago
- 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
- 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 16 years ago
- 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 16 years ago
- 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 16 years ago
- bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
- 37e217c -arch ppc should change the triple to powerpc-foo not to ppc-foo. by Chris Lattner · 16 years ago
- 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago[Renamed from Driver/clang.cpp]
- d9cd4c9 if the driver decides to run clang on a .s file, treat it as a .S file. by Chris Lattner · 16 years ago
- 22f0d09 PTHManager::Create(): by Ted Kremenek · 16 years ago
- 5674388 Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 16 years ago
- 9f9768c ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang. by Daniel Dunbar · 16 years ago
- 7e9c90b add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. by Chris Lattner · 16 years ago
- c53b60a Preserve ordering between -include and -include-pth. by Ted Kremenek · 16 years ago
- 748d5d6 Implement "-include-pth" in low-level driver. This allows a PTH file to be used by Ted Kremenek · 16 years ago
- f2a17b1 Per Daniel's suggestion, remove default case from switch statement to make by Ted Kremenek · 16 years ago
- ab56c5d Support langkind_cxx_pch when determining the language dialect. by Ted Kremenek · 16 years ago
- 7afae71 simplify this code by reading the decision from LangOptions instead by Chris Lattner · 16 years ago
- 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 16 years ago
- 0ddcd14 Don't run simplify lib calls with -ffreestanding (fix for already by Daniel Dunbar · 16 years ago
- 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
- 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
- 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
- 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
- 5f8d1db gnu++0x is definitely *not* the default by Gabor Greif · 16 years ago
- 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
- 1510488 move -g option down into rest of codegen section by Chris Lattner · 16 years ago
- 2012604 move debug info generation flag into CompileOptions. by Chris Lattner · 16 years ago
- c5613db Improve error messages on bad warning options. by Sebastian Redl · 16 years ago
- 63a9e0f Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 16 years ago
- 110e478 To the user, this is just a compiler of course, duh. by Chris Lattner · 16 years ago
- dc76310 clean up the OVERVIEW line in clang --help. by Chris Lattner · 16 years ago
- 09e94a3 Start making use of "pretty stack dumps" to get by Chris Lattner · 16 years ago
- f63aea3 minor cleanups by Chris Lattner · 16 years ago
- 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
- 16167a6 start wiring up support for target-specific -mfoo options like -msse by Chris Lattner · 16 years ago
- e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
- 10b2614 Adapt help string to what the code is doing (default is lang_gnu99). Thanks rdivacky! by Gabor Greif · 16 years ago
- e8e2600 Add -emit-llvm-only option (generate LLVM IR & run passes, but discard by Daniel Dunbar · 16 years ago
- adcf5b3 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 16 years ago
- 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
- b52ec74 always search for "builtin" headers at the end of the search path, by Chris Lattner · 16 years ago
- 4709974 add a bunch of timers for -E and other modes. This requires by Chris Lattner · 16 years ago
- 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 16 years ago
- 8a5c809 indentation and formatting by Chris Lattner · 16 years ago
- dddaa9c clang will hopefully never support ratfor. by Chris Lattner · 16 years ago
- b2509e1 wire up a minimal -ftime-report, which prints the optimizer/codegen by Chris Lattner · 16 years ago
- a034ba8 Backend: Accept -mcpu and -mattr for use by TargetMachine. by Daniel Dunbar · 16 years ago
- be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
- 5bef8dd add support for -fno-math-errno, and validate that it affects sema properly. by Chris Lattner · 16 years ago
- 5ea9d1b remove extraneous . by Chris Lattner · 16 years ago
- ef2abfe Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. by Daniel Dunbar · 16 years ago
- 3ada6ff PR3589: Don't simplify libcalls with -ffreestanding. by Daniel Dunbar · 16 years ago
- 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
- c76d807 add support for -x c++-header, update comment. by Chris Lattner · 17 years ago
- db76684 default diag::err_pp_file_not_found to mapping to fatal, by Chris Lattner · 17 years ago
- d604c40 Add -femit-all-decls codegen option. by Daniel Dunbar · 17 years ago
- a0f02aa Use the updated CommandLine api for -fno-blocks. by Mike Stump · 17 years ago
- ad53eff Fix typo noticed by Chris. by Anders Carlsson · 17 years ago
- b0f90cc Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. by Anders Carlsson · 17 years ago
- 65f5e64 wire up -fno-show-source-location option, patch by Alexei Svitkine! by Chris Lattner · 17 years ago
- b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 17 years ago
- d2ea386 Fix name of -x option for C preprocessed input; it should be by Daniel Dunbar · 17 years ago
- 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 17 years ago
- 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 17 years ago
- 1a36089 Fix a wart that existed from before we had EXTWARN. by Chris Lattner · 17 years ago
- 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 17 years ago
- 8a6aec6 Enhance PTHManager::Create() to take an optional Diagnostic* argument that can be used to report issues such as a missing PTH file. by Ted Kremenek · 17 years ago
- 46157b5 Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. by Ted Kremenek · 17 years ago
- 007f2a9 Add a preliminary version number. by Mike Stump · 17 years ago
- 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 17 years ago
- 491918e Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 17 years ago
- c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 17 years ago
- 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 17 years ago
- a05ff45 Adjust to api change. by Chris Lattner · 17 years ago
- ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 17 years ago
- e56f6ff Don't turn off blocks when compiling Obj-C code by Anders Carlsson · 17 years ago
- d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 17 years ago
- 025c3a6 add a simplified lexer ctor that sets up the lexer to raw-lex an entire file. by Chris Lattner · 17 years ago
- 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
- 72b1b15 IdentifierInfo: by Ted Kremenek · 17 years ago
- d77b251 Fix typo and spelling of -Wunused-macros. by Daniel Dunbar · 17 years ago
- 2d75d6f Add an initial framework of a DeclContextPrinter. It can print DeclContext and by Zhongxing Xu · 17 years ago
- 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 17 years ago
- 1b95a65 Always print out SourceManager stats with 'Stats' is true. This revealed that PTH always pulls in the source pages with -fsyntax-only (investigating further). by Ted Kremenek · 17 years ago
- f890191 Enable support for '-x objective-c++-header'. by Ted Kremenek · 17 years ago
- 17d0d0d Place warning about 'readonly' property attributes which by Fariborz Jahanian · 17 years ago
- b789103 Remove redunant (and incorrect) call to SourceManager::PrintStats(). This would be called after a SourceManager was 'cleared', so it printed bogus results. Moreover, these stats are already printed earlier in the code path. by Ted Kremenek · 17 years ago
- a629190 Force i[0-9]86 to i386 when using LLVM_HOSTTRIPLE. by Daniel Dunbar · 17 years ago
- 802db9b -std=c99 defaults blocks to off even on darwin, but -fblocks overrides even it. by Chris Lattner · 17 years ago
- ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 17 years ago
- 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 17 years ago
- c2e7299 Add "-token-cache" option for using pretokenized cache files. by Ted Kremenek · 17 years ago
- c157145 Add LangOptions marker for assembler-with-cpp mode and use to define by Daniel Dunbar · 17 years ago