- b03c3d8 Revert "Support -fstack-clash-protection for x86" by Nico Weber · 6 years ago
- 4a1a069 Support -fstack-clash-protection for x86 by serge_sans_paille · 6 years ago
- 75f09b5 Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." by Alexandre Ganea · 6 years ago
- f6d9842 Revert "Support -fstack-clash-protection for x86" by serge-sans-paille · 6 years ago
- 9d86918 [ARM] Follow AACPS for preserving number of loads/stores of volatile bit-fields by Diogo Sampaio · 6 years ago
- 39f50da Support -fstack-clash-protection for x86 by serge_sans_paille · 6 years ago
- fafddbd Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." by Jordan Rupprecht · 6 years ago
- 5fedc2b [Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug [assert|crash|parser_crash|llvm_fatal_error|llvm_unreachable|overflow_stack]' are used by Alexandre Ganea · 6 years ago
- ccac6b2 [hip] Properly populate macros based on host processor. by Michael Liao · 6 years ago
- a3c814d Separately track input and output denormal mode by Matt Arsenault · 6 years ago
- 2513118 [Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg by Fangrui Song · 6 years ago
- aed488e [Driver] Move -fsemantic-interposition decision from cc1 to driver by Fangrui Song · 6 years ago
- 1acf129 [Frontend] Delete a redundant check of -pg for setFramePointer() by Fangrui Song · 6 years ago
- fd09f12 Implement -fsemantic-interposition by serge-sans-paille · 6 years ago
- bb39b52 Fix conversions in clang and examples by Benjamin Kramer · 6 years ago
- 0d401fa Fix a couple more implicit conversions that Clang doesn't diagnose. by Benjamin Kramer · 6 years ago
- adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
- 4953213 Make AST reading work better with LLVM_APPEND_VC_REV=NO by Nico Weber · 6 years ago
- 739b410 Add a warning, flags and pragmas to limit the number of pre-processor tokens in a translation unit by Hans Wennborg · 6 years ago
- d600ab3 [Frontend] Delete some unneeded CC1 options by Fangrui Song · 6 years ago
- 69bf40c [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((patchable_function_entry(N,M))) where M>0 by Fangrui Song · 6 years ago
- 67c608a [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a by Saar Raz · 6 years ago
- b933d37 [Concepts] Constraint Satisfaction Caching by Saar Raz · 6 years ago
- a4451d8 Consolidate internal denormal flushing controls by Matt Arsenault · 6 years ago
- 1d62be2 [clang][xray] Add -fxray-ignore-loops option by Ian Levesque · 6 years ago
- 53539bb [DebugInfo] Add another level to DebugInfoKind called Constructor by Amy Huang · 6 years ago
- 10c11e4 This option allows selecting the TLS size in the local exec TLS model, by KAWASHIMA Takahiro · 6 years ago
- f17ae66 [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] by Fangrui Song · 6 years ago
- 9f2d8b5 [HIP] Add option --gpu-max-threads-per-block=n by Yaxun (Sam) Liu · 6 years ago
- 6904cd9 Add Triple::isX86() by Fangrui Song · 6 years ago
- 7376d9eb [NFC] Separate getLastArgIntValue to Basic by Yaxun (Sam) Liu · 6 years ago
- 2520bef [Clang FE, SystemZ] Recognize -mrecord-mcount CL option. by Jonas Paulsson · 6 years ago
- dde7b6b Re-land "Add an -fno-temp-file flag for compilation" by Hans Wennborg · 6 years ago
- b19d87b Revert "Add an -fno-temp-file flag for compilation" by Mitch Phillips · 6 years ago
- d129aa1 Add an -fno-temp-file flag for compilation by Hans Wennborg · 6 years ago
- 3853390 [Frontend] Fixes -Wrange-loop-analysis warnings by Mark de Wever · 6 years ago
- 599d1cc [Clang FE, SystemZ] Recognize -mpacked-stack CL option by Jonas Paulsson · 6 years ago
- b2b5cac Default to -fuse-init-array by Fangrui Song · 6 years ago
- b3c06db [OpenMP] Use the OpenMP-IR-Builder by Johannes Doerfert · 6 years ago
- 74e6ce2 [Frontend] Allow OpenMP offloading to aarch64 by Bryan Chan · 6 years ago
- 7f9b513 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
- 5412913 Revert " Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior="" by Melanie Blower · 6 years ago
- cdbed2d Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
- f584f04 [ConstExprPreter] Removed the flag forcing the use of the interpreter by Nandor Licker · 6 years ago
- 6c92cdf Initial implementation of -fmacro-prefix-map and -ffile-prefix-map by Dan McGregor · 6 years ago
- 2692eb0 Move vtordisp mode from Attr class to LangOptions.h, NFC by Reid Kleckner · 6 years ago
- e531750 clang: Add -fconvergent-functions flag by Matt Arsenault · 6 years ago
- 7fe9435 Work on cleaning up denormal mode handling by Matt Arsenault · 6 years ago
- 30e7ee3 Temporarily Revert "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Eric Christopher · 6 years ago
- d52cff8 Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1"" by Jan Korous · 6 years ago
- 555c6be [clang] Fix -fsanitize-system-blacklist processing in cc1 by Jan Korous · 6 years ago
- cae4a28 Reland "[clang] Report sanitizer blacklist as a dependency in cc1" by Jan Korous · 6 years ago
- 6d28588 Reland "[clang] Report sanitizer blacklist as a dependency in cc1" by Jan Korous · 6 years ago
- 9b8413a Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""" by Abel Kocsis · 6 years ago
- 3182027 Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1"" by Abel Kocsis · 6 years ago
- 6b45e1b Revert "[clang] Report sanitizer blacklist as a dependency in cc1" by Jeremy Morse · 6 years ago
- 03b84e4 [clang] Report sanitizer blacklist as a dependency in cc1 by Jan Korous · 6 years ago
- af57dbf Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior= by Melanie Blower · 6 years ago
- 9376714 [Clang FE] Recognize -mnop-mcount CL option (SystemZ only). by Jonas Paulsson · 6 years ago
- ab76cfd Recommit "[CodeView] Add option to disable inline line tables." by Amy Huang · 6 years ago
- 92aa0c2 [cfi] Add flag to always generate .debug_frame by David Candler · 6 years ago
- 004ed2b Revert "[CodeView] Add option to disable inline line tables." by Amy Huang · 6 years ago
- 6d03890 [CodeView] Add option to disable inline line tables. by Amy Huang · 6 years ago
- d157a9b Add Windows Control Flow Guard checks (/guard:cf). by Andrew Paverd · 6 years ago
- 1c98ff4 Fix name of warn_ignored_hip_only_option by Yaxun (Sam) Liu · 6 years ago
- 68f5ca4 [HIP] Add option -fgpu-allow-device-init by Yaxun (Sam) Liu · 6 years ago
- 8896d07 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. by Michael J. Spencer · 6 years ago
- 81a01e7 Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics." and "[Docs] Fix header level." by Michael J. Spencer · 6 years ago
- 14a3f77 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. by Michael J. Spencer · 6 years ago
- 3b598b9 Reland: Dead Virtual Function Elimination by Oliver Stannard · 6 years ago
- 1731fc8 Reapply: [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 6 years ago
- b052331 Revert "Dead Virtual Function Elimination" by Jorge Gorbe Moya · 6 years ago
- 3be9169 Temporarily Revert [Modules][PCH] Hash input files content by Eric Christopher · 6 years ago
- 2a1386c [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 6 years ago
- c5d14b5 [clang-scan-deps] Support for clang --analyze in clang-scan-deps by Jan Korous · 6 years ago
- 17bde36a [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC). by Puyan Lotfi · 6 years ago
- 9f6a873 Dead Virtual Function Elimination by Oliver Stannard · 6 years ago
- 5e866e4 Add -fgnuc-version= to control __GNUC__ and other GCC macros by Reid Kleckner · 6 years ago
- f71bac6 [DebugInfo] Enable call site debug info for ARM and AArch64 by Nikola Prica · 6 years ago
- c382d03 [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 6 years ago
- 6713f82 Revert 373538 and follow-ups 373549 and 373552. by Nico Weber · 6 years ago
- 406de17 [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 6 years ago
- 1282889 [HIP] Support new kernel launching API by Yaxun Liu · 6 years ago
- 950b70d [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago
- c624510 For PR17164: split -fno-lax-vector-conversion into three different levels: by Richard Smith · 6 years ago
- 4aaa77e Revert "For PR17164: split -fno-lax-vector-conversion into three different" by Jonas Devlieghere · 6 years ago
- 49c4e58 For PR17164: split -fno-lax-vector-conversion into three different levels: by Richard Smith · 6 years ago
- 7264942 [analyzer][NFC] Fix inconsistent references to checkers as "checks" by Kristof Umann · 6 years ago
- e8b2b88 [WebAssembly] Add -fwasm-exceptions for wasm EH by Heejin Ahn · 6 years ago
- 7bdad08 Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Petr Hosek · 6 years ago
- 57256af Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Dmitri Gribenko · 6 years ago
- 394a8ed clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM by Petr Hosek · 6 years ago
- 7d1757a Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Petr Hosek · 6 years ago
- a10802f clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM by Petr Hosek · 6 years ago
- 0aee387 [clang][DependencyFileGenerator] Fix missing -MT option handling by Jan Korous · 6 years ago
- 6c8a34e [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR by Craig Topper · 6 years ago
- 4339275 [Driver] Use shared singleton instance of DriverOptTable by Ilya Biryukov · 6 years ago
- 2c9f83c Revert "[Clang Interpreter] Initial patch for the constexpr interpreter" by Roman Lebedev · 6 years ago
- 32f82c9c [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago
- c3bdad8c Revert [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago