| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang | Richard Smith | 2020-02-19 | 1 | -17/+27 |
* | Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras... | Alexandre Ganea | 2020-02-10 | 1 | -0/+1 |
* | [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p... | Fangrui Song | 2020-01-24 | 1 | -0/+2 |
* | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 2020-01-24 | 2 | -7/+3 |
* | [Concepts] Constraint Satisfaction Caching | Saar Raz | 2020-01-24 | 1 | -0/+2 |
* | [Concepts] Requires Expressions | Saar Raz | 2020-01-24 | 2 | -0/+7 |
* | [DebugInfo] Add another level to DebugInfoKind called Constructor | Amy Huang | 2020-01-13 | 1 | -2/+2 |
* | [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block. | Puyan Lotfi | 2020-01-13 | 1 | -0/+4 |
* | [NFC][clang][IFS] Adding braces to if-statement as prep for D71301. | Puyan Lotfi | 2020-01-13 | 1 | -1/+2 |
* | This option allows selecting the TLS size in the local exec TLS model, | KAWASHIMA Takahiro | 2020-01-13 | 1 | -0/+2 |
* | [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] | Fangrui Song | 2020-01-10 | 1 | -0/+2 |
* | [HIP] Add option --gpu-max-threads-per-block=n | Yaxun (Sam) Liu | 2020-01-07 | 1 | -0/+6 |
* | Add Triple::isX86() | Fangrui Song | 2020-01-06 | 1 | -1/+1 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-23 | 1 | -0/+4 |
* | [AST] Add missing MultiplexConsumer::CompleteExternalDeclaration | Reid Kleckner | 2019-12-22 | 1 | -0/+5 |
* | Revert "[Concepts] Constrained partial specializations and function overloads." | Reid Kleckner | 2019-12-22 | 1 | -4/+0 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-22 | 1 | -0/+4 |
* | [NFC] Separate getLastArgIntValue to Basic | Yaxun (Sam) Liu | 2019-12-21 | 1 | -27/+0 |
* | [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-paths | Karl-Johan Karlsson | 2019-12-20 | 1 | -12/+11 |
* | Fix crash on init-capture packs where the type of the initializer is non-depe... | Richard Smith | 2019-12-19 | 1 | -1/+2 |
* | Implement latest C++ feature test macro recommendations. | Richard Smith | 2019-12-19 | 1 | -4/+14 |
* | [Clang FE, SystemZ] Recognize -mrecord-mcount CL option. | Jonas Paulsson | 2019-12-19 | 1 | -0/+1 |
* | Re-land "Add an -fno-temp-file flag for compilation" | Hans Wennborg | 2019-12-19 | 3 | -2/+3 |
* | Revert concepts changes from D41910 | Vedant Kumar | 2019-12-18 | 1 | -4/+0 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-18 | 1 | -0/+4 |
* | Revert "Add an -fno-temp-file flag for compilation" | Mitch Phillips | 2019-12-18 | 3 | -3/+2 |
* | Add an -fno-temp-file flag for compilation | Hans Wennborg | 2019-12-18 | 3 | -2/+3 |
* | [Frontend] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2019-12-17 | 1 | -3/+3 |
* | [Clang FE, SystemZ] Recognize -mpacked-stack CL option | Jonas Paulsson | 2019-12-17 | 1 | -0/+1 |
* | Mark the major papers for C++20 consistent comparisons as "done", and | Richard Smith | 2019-12-15 | 1 | -0/+1 |
* | Default to -fuse-init-array | Fangrui Song | 2019-12-12 | 1 | -1/+1 |
* | [OpenMP] Use the OpenMP-IR-Builder | Johannes Doerfert | 2019-12-11 | 1 | -0/+2 |
* | [SYCL] Add support for auxiliary triple specification to Frontend | Alexey Bader | 2019-12-11 | 2 | -3/+5 |
* | [c++20] Implement P1185R2 (as modified by P2002R0). | Richard Smith | 2019-12-10 | 1 | -0/+2 |
* | [Frontend] Allow OpenMP offloading to aarch64 | Bryan Chan | 2019-12-08 | 1 | -1/+2 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-05 | 1 | -0/+28 |
* | [clang][IFS] Adding support for new clang interface stubs decl types. | Puyan Lotfi | 2019-12-04 | 1 | -0/+4 |
* | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 2019-12-04 | 1 | -28/+0 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-04 | 1 | -0/+28 |
* | [clangd] Log cc1 args at verbose level. | Sam McCall | 2019-11-29 | 1 | -1/+4 |
* | [ConstExprPreter] Removed the flag forcing the use of the interpreter | Nandor Licker | 2019-11-27 | 1 | -2/+0 |
* | [Frontend] Clean up some dead code in PrecompiledPreamble. NFC | Sam McCall | 2019-11-27 | 1 | -14/+3 |
* | Initial implementation of -fmacro-prefix-map and -ffile-prefix-map | Dan McGregor | 2019-11-26 | 1 | -0/+3 |
* | clang/Modules: Rename CompilerInstance::ModuleManager, NFC | Duncan P. N. Exon Smith | 2019-11-22 | 4 | -57/+56 |
* | clang/Modules: Refactor CompilerInstance::loadModule, NFC | Duncan P. N. Exon Smith | 2019-11-22 | 1 | -203/+248 |
* | Move vtordisp mode from Attr class to LangOptions.h, NFC | Reid Kleckner | 2019-11-22 | 1 | -1/+2 |
* | clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC | Duncan P. N. Exon Smith | 2019-11-21 | 2 | -2/+2 |
* | clang/Modules: Early return in CompilerInstance::createModuleManager, NFC | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -43/+44 |
* | clang: Add -fconvergent-functions flag | Matt Arsenault | 2019-11-19 | 1 | -0/+3 |
* | Work on cleaning up denormal mode handling | Matt Arsenault | 2019-11-19 | 1 | -7/+2 |