aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-24[Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev1-0/+2
2019-07-20[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen1-3/+26
2019-07-15[PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song1-0/+1
2019-07-12[X86][PowerPC] Support -mlong-double-128Fangrui Song1-1/+3
2019-07-09[X86][PPC] Support -mlong-double-64Fangrui Song1-0/+1
2019-07-05[analyzer] Add a debug analyzer config to place an event for each tracked con...Kristof Umann1-0/+4
2019-06-29[Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song1-1/+1
2019-06-26[Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert1-17/+0
2019-06-26[CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic1-0/+7
2019-06-20[clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi1-0/+21
2019-06-19[OpenCL] Split type and macro definitions into opencl-c-base.hSven van Haastregt1-2/+8
2019-06-18Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song1-21/+0
2019-06-17[clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi1-0/+21
2019-06-17[Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih1-0/+5
2019-06-15[Clang] Harmonize Split DWARF options with llcAaron Puchert1-0/+1
2019-06-15[Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert1-1/+1
2019-06-14Add --print-supported-cpus flag for clang.Ziang Wan1-0/+1
2019-06-07[analyzer] Add werror flag for analyzer warningsKeno Fischer1-0/+1
2019-06-07Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...Peter Collingbourne1-0/+2
2019-06-05Initial support for vectorization using MASSV (IBM MASS vector library)Nemanja Ivanovic1-0/+2
2019-06-03Add clang source minimizer that reduces source to directivesAlex Lorenz1-0/+5
2019-06-03[OpenCL] Declare builtin functions using TableGenSven van Haastregt1-1/+2
2019-05-23[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann1-0/+4
2019-05-23[analyzer] Hide developer-only checker/package options by defaultKristof Umann1-0/+2
2019-05-23[analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann1-1/+3
2019-05-23[analyzer] Add a new frontend flag to display all checker optionsKristof Umann1-0/+1
2019-05-21[ARM][CMSE] Add commandline option and feature macroJaved Absar1-0/+1
2019-05-14Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher1-1/+2
2019-05-14Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman1-2/+6
2019-05-13Introduce the ability to dump the AST to JSON.Aaron Ballman1-2/+18
2019-05-10Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song1-2/+1
2019-05-09[SPIR] Simplified target checking.Anastasia Stulova1-3/+1
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann1-0/+1
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann1-1/+1
2019-04-11[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith1-2/+7
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song1-3/+3
2019-03-30Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev1-0/+1
2019-03-12Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih1-0/+5
2019-03-12Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih1-5/+0
2019-03-12[Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih1-0/+5
2019-03-04[PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu1-3/+7
2019-03-01[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau1-1/+1
2019-02-26revert r354873 as this breaks lldb builds.Pierre Gousseau1-1/+1
2019-02-26[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau1-1/+1
2019-02-25[SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader1-0/+2
2019-02-23Enable coroutines under -std=c++2a.Richard Smith1-1/+1
2019-02-20[OPENMP][NVPTX]Use faster teams reduction algorithm.Alexey Bataev1-0/+3
2019-02-18[ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard1-0/+2
2019-02-08[OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev1-1/+0
2019-02-08Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev1-0/+1