| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [clang-scan-deps] print the dependencies to stdout | Alex Lorenz | 2019-06-21 | 1 | -0/+4 |
| * | [clang-ifs] Clang Interface Stubs, first version (second landing attempt). | Puyan Lotfi | 2019-06-20 | 3 | -0/+400 |
| * | Unify DependencyFileGenerator class and DependencyCollector interface (NFCI) | Alex Lorenz | 2019-06-19 | 2 | -215/+73 |
| * | [OpenCL] Split type and macro definitions into opencl-c-base.h | Sven van Haastregt | 2019-06-19 | 1 | -2/+8 |
| * | Revert D60974 "[clang-ifs] Clang Interface Stubs, first version." | Fangrui Song | 2019-06-18 | 3 | -402/+0 |
| * | [NFC] Undoing r363646 to fix bots. | Puyan Lotfi | 2019-06-18 | 1 | -0/+1 |
| * | [NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in D60974 | Puyan Lotfi | 2019-06-18 | 1 | -1/+0 |
| * | [clang-ifs] Clang Interface Stubs, first version. | Puyan Lotfi | 2019-06-17 | 3 | -0/+402 |
| * | [Remarks] Extend -fsave-optimization-record to specify the format | Francis Visoiu Mistrih | 2019-06-17 | 1 | -0/+5 |
| * | [Clang] Harmonize Split DWARF options with llc | Aaron Puchert | 2019-06-15 | 1 | -0/+1 |
| * | [Clang] Rename -split-dwarf-file to -split-dwarf-output | Aaron Puchert | 2019-06-15 | 1 | -1/+1 |
| * | Add --print-supported-cpus flag for clang. | Ziang Wan | 2019-06-14 | 1 | -0/+1 |
| * | [WebAssembly] Modernize include path handling | Sam Clegg | 2019-06-13 | 1 | -0/+8 |
| * | [libclang] Allow skipping warnings from all included files | Nikolai Kosjar | 2019-06-11 | 1 | -22/+46 |
| * | [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumer | Alex Lorenz | 2019-06-10 | 1 | -3/+7 |
| * | [analyzer] Add werror flag for analyzer warnings | Keno Fischer | 2019-06-07 | 1 | -0/+1 |
| * | Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition... | Peter Collingbourne | 2019-06-07 | 1 | -0/+2 |
| * | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-06 | 2 | -43/+35 |
| * | Revert "Factor out duplicated code building a MemberExpr and marking it" and ... | Benjamin Kramer | 2019-06-05 | 2 | -35/+43 |
| * | Initial support for vectorization using MASSV (IBM MASS vector library) | Nemanja Ivanovic | 2019-06-05 | 1 | -0/+2 |
| * | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-04 | 2 | -43/+35 |
| * | Add clang source minimizer that reduces source to directives | Alex Lorenz | 2019-06-03 | 2 | -1/+37 |
| * | [OpenCL] Declare builtin functions using TableGen | Sven van Haastregt | 2019-06-03 | 1 | -1/+2 |
| * | Fix the predefined exponent limit macros for the 16-bit IEEE format. | John McCall | 2019-05-31 | 1 | -3/+3 |
| * | Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind... | Igor Kudrin | 2019-05-24 | 1 | -0/+21 |
| * | [analyzer] List checker/plugin options in 3 categories: released, alpha, deve... | Kristof Umann | 2019-05-23 | 1 | -0/+4 |
| * | [analyzer] Hide developer-only checker/package options by default | Kristof Umann | 2019-05-23 | 1 | -0/+2 |
| * | [analyzer] List checkers in 3 categories: released, alpha, developer | Kristof Umann | 2019-05-23 | 1 | -1/+3 |
| * | [analyzer] Add a new frontend flag to display all checker options | Kristof Umann | 2019-05-23 | 1 | -0/+1 |
| * | [Frontend] Return an error on bad inputs to PrecompiledPreabmle | Ilya Biryukov | 2019-05-22 | 2 | -8/+10 |
| * | [PragmaHandler] Expose `#pragma` location | Joel E. Denny | 2019-05-21 | 1 | -1/+1 |
| * | [clang][Darwin] Refactor header search path logic into the driver | Louis Dionne | 2019-05-21 | 1 | -51/+15 |
| * | [ARM][CMSE] Add commandline option and feature macro | Javed Absar | 2019-05-21 | 1 | -0/+1 |
| * | [Preamble] Reuse preamble even if an unsaved file does not exist | Nikolai Kosjar | 2019-05-21 | 2 | -17/+33 |
| * | [Lex] Allow to consume tokens while preprocessing | Ilya Biryukov | 2019-05-17 | 1 | -1/+2 |
| * | [ASTImporter] Use llvm::Expected and Error in the importer API | Gabor Marton | 2019-05-15 | 1 | -1/+1 |
| * | Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ... | Eric Christopher | 2019-05-14 | 1 | -1/+2 |
| * | Add a new language mode for C2x; enable [[attribute]] support by default in C2x. | Aaron Ballman | 2019-05-14 | 1 | -2/+6 |
| * | Introduce the ability to dump the AST to JSON. | Aaron Ballman | 2019-05-13 | 3 | -17/+35 |
| * | Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM... | Fangrui Song | 2019-05-10 | 1 | -2/+1 |
| * | [SPIR] Simplified target checking. | Anastasia Stulova | 2019-05-09 | 2 | -5/+2 |
| * | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -0/+2 |
| * | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -2/+0 |
| * | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -0/+2 |
| * | [analyzer] Don't display implementation checkers under -analyzer-checker-help... | Kristof Umann | 2019-05-01 | 1 | -0/+1 |
| * | [analyzer][NFC] Reimplement checker options | Kristof Umann | 2019-04-19 | 1 | -1/+1 |
| * | [CodeComplete] Remove obsolete isOutputBinary(). | Sam McCall | 2019-04-18 | 2 | -8/+1 |
| * | [c++20] Enable driver and frontend support for building and using | Richard Smith | 2019-04-14 | 1 | -3/+3 |
| * | [verify] Add support for location markers in directives. | Richard Smith | 2019-04-13 | 1 | -145/+289 |
| * | [C++20] Implement context-sensitive header-name lexing and pp-import parsing ... | Richard Smith | 2019-04-11 | 2 | -4/+18 |