summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-30/+0
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-152-0/+2
* [clang][IFS] Adds support for more decl types in clang interface stubs.Puyan Lotfi2019-11-081-6/+32
* Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""Jan Korous2019-11-081-1/+20
* [clang] Fix -fsanitize-system-blacklist processing in cc1Jan Korous2019-11-081-0/+5
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-20/+1
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-081-1/+20
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-082-19/+29
* Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis2019-11-081-20/+1
* Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis2019-11-081-1/+20
* Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse2019-11-081-20/+1
* [clang] Report sanitizer blacklist as a dependency in cc1Jan Korous2019-11-071-1/+20
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-0/+30
* [Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson2019-11-051-0/+1
* clang/Modules: Bring back optimization lost in 31e14f41a21fDuncan P. N. Exon Smith2019-11-041-3/+4
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-0/+1
* clang/Modules: Sink CompilerInstance::KnownModules into ModuleMapDuncan P. N. Exon Smith2019-11-031-20/+14
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-0/+3
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-1/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+1
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+1
* Fix name of warn_ignored_hip_only_optionYaxun (Sam) Liu2019-10-221-1/+1
* [HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu2019-10-221-0/+7
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-211-0/+20
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-211-3/+11
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+1
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-191-20/+0
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-191-0/+20
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-0/+2
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-171-0/+2
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-161-8/+7
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-161-5/+4
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+4
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-4/+0
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-152-1/+5
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+4
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-141-2/+0
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-142-5/+1
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-142-1/+5
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-142-4/+7
* [clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.Puyan Lotfi2019-10-141-2/+2
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-122-4/+4
* [clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefsPuyan Lotfi2019-10-111-0/+4
* Dead Virtual Function EliminationOliver Stannard2019-10-111-0/+2
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-102-14/+36
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-091-2/+6
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-081-11/+12
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-071-7/+7
* RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-7/+8
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-042-4/+4
OpenPOWER on IntegriCloud