Age | Commit message (Expand) | Author | Files | Lines |
2020-02-02 | [Driver] Move -fsemantic-interposition decision from cc1 to driver | Fangrui Song | 1 | -3/+1 |
2020-02-01 | [Frontend] Delete a redundant check of -pg for setFramePointer() | Fangrui Song | 1 | -5/+0 |
2020-01-31 | Implement -fsemantic-interposition | serge-sans-paille | 1 | -0/+4 |
2020-01-29 | Fix conversions in clang and examples | Benjamin Kramer | 1 | -1/+2 |
2020-01-29 | Fix a couple more implicit conversions that Clang doesn't diagnose. | Benjamin Kramer | 1 | -6/+15 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -69/+93 |
2020-01-27 | Make AST reading work better with LLVM_APPEND_VC_REV=NO | Nico Weber | 1 | -0/+6 |
2020-01-27 | Add a warning, flags and pragmas to limit the number of pre-processor tokens ... | Hans Wennborg | 1 | -0/+2 |
2020-01-23 | [Frontend] Delete some unneeded CC1 options | Fangrui Song | 1 | -21/+8 |
2020-01-23 | [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p... | Fangrui Song | 1 | -0/+2 |
2020-01-24 | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 1 | -1/+2 |
2020-01-22 | [Concepts] Constraint Satisfaction Caching | Saar Raz | 1 | -0/+2 |
2020-01-17 | Consolidate internal denormal flushing controls | Matt Arsenault | 1 | -3/+7 |
2020-01-17 | [clang][xray] Add -fxray-ignore-loops option | Ian Levesque | 1 | -0/+2 |
2020-01-13 | [DebugInfo] Add another level to DebugInfoKind called Constructor | Amy Huang | 1 | -2/+2 |
2020-01-13 | This option allows selecting the TLS size in the local exec TLS model, | KAWASHIMA Takahiro | 1 | -0/+2 |
2020-01-10 | [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] | Fangrui Song | 1 | -0/+2 |
2020-01-07 | [HIP] Add option --gpu-max-threads-per-block=n | Yaxun (Sam) Liu | 1 | -0/+6 |
2020-01-06 | Add Triple::isX86() | Fangrui Song | 1 | -1/+1 |
2019-12-21 | [NFC] Separate getLastArgIntValue to Basic | Yaxun (Sam) Liu | 1 | -27/+0 |
2019-12-19 | [Clang FE, SystemZ] Recognize -mrecord-mcount CL option. | Jonas Paulsson | 1 | -0/+1 |
2019-12-19 | Re-land "Add an -fno-temp-file flag for compilation" | Hans Wennborg | 1 | -0/+1 |
2019-12-18 | Revert "Add an -fno-temp-file flag for compilation" | Mitch Phillips | 1 | -1/+0 |
2019-12-18 | Add an -fno-temp-file flag for compilation | Hans Wennborg | 1 | -0/+1 |
2019-12-17 | [Frontend] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 1 | -3/+3 |
2019-12-17 | [Clang FE, SystemZ] Recognize -mpacked-stack CL option | Jonas Paulsson | 1 | -0/+1 |
2019-12-12 | Default to -fuse-init-array | Fangrui Song | 1 | -1/+1 |
2019-12-11 | [OpenMP] Use the OpenMP-IR-Builder | Johannes Doerfert | 1 | -0/+2 |
2019-12-08 | [Frontend] Allow OpenMP offloading to aarch64 | Bryan Chan | 1 | -1/+2 |
2019-12-05 | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 1 | -0/+28 |
2019-12-04 | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 1 | -28/+0 |
2019-12-04 | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 1 | -0/+28 |
2019-11-27 | [ConstExprPreter] Removed the flag forcing the use of the interpreter | Nandor Licker | 1 | -2/+0 |
2019-11-26 | Initial implementation of -fmacro-prefix-map and -ffile-prefix-map | Dan McGregor | 1 | -0/+3 |
2019-11-22 | Move vtordisp mode from Attr class to LangOptions.h, NFC | Reid Kleckner | 1 | -1/+2 |
2019-11-19 | clang: Add -fconvergent-functions flag | Matt Arsenault | 1 | -0/+3 |
2019-11-19 | Work on cleaning up denormal mode handling | Matt Arsenault | 1 | -7/+2 |
2019-11-18 | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 1 | -30/+0 |
2019-11-08 | Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1"" | Jan Korous | 1 | -1/+20 |
2019-11-08 | [clang] Fix -fsanitize-system-blacklist processing in cc1 | Jan Korous | 1 | -0/+5 |
2019-11-08 | Reland "[clang] Report sanitizer blacklist as a dependency in cc1" | Jan Korous | 1 | -20/+1 |
2019-11-08 | Reland "[clang] Report sanitizer blacklist as a dependency in cc1" | Jan Korous | 1 | -1/+20 |
2019-11-08 | Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in... | Abel Kocsis | 1 | -20/+1 |
2019-11-08 | Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1"" | Abel Kocsis | 1 | -1/+20 |
2019-11-08 | Revert "[clang] Report sanitizer blacklist as a dependency in cc1" | Jeremy Morse | 1 | -20/+1 |
2019-11-07 | [clang] Report sanitizer blacklist as a dependency in cc1 | Jan Korous | 1 | -1/+20 |
2019-11-07 | Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff... | Melanie Blower | 1 | -0/+30 |
2019-11-05 | [Clang FE] Recognize -mnop-mcount CL option (SystemZ only). | Jonas Paulsson | 1 | -0/+1 |
2019-11-04 | Recommit "[CodeView] Add option to disable inline line tables." | Amy Huang | 1 | -0/+1 |
2019-10-31 | [cfi] Add flag to always generate .debug_frame | David Candler | 1 | -0/+3 |