aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Clarify language option default value behavior; NFCAaron Ballman1-0/+2
2022-04-05Emit OpenCL metadata when targeting SPIR-VShangwu Yao1-0/+4
2022-04-05In fast-math mode, when unsafe math optimizations are enabled, theZahira Ammarguellat1-0/+16
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya1-41/+0
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-41/+0
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman1-0/+27
2022-03-28[C++20][Modules][HU 5/5] Add fdirectives-only mode for preprocessing output.Iain Sandoe1-0/+3
2022-03-26[C++20][Modules][HU 2/5] Support searching Header Units in user or system sea...Iain Sandoe1-7/+55
2022-03-26[Option] Avoid using the default argument for the 3-argument hasFlag. NFCFangrui Song1-2/+2
2022-03-25[C++20][Modules][HU 1/5] Introduce header units as a module type.Iain Sandoe1-1/+3
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth1-36/+0
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth1-0/+36
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-36/+0
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+36
2022-03-09[clang][sema] Enable first-class bool support for C2xTimm Bäder1-2/+2
2022-02-25[analyzer] Don't crash if the analyzer-constraint is set to Z3, but llvm is n...Kristóf Umann1-0/+5
2022-02-15[clang] Remove a duplicate action kind table entry.iains1-1/+0
2022-02-14[X86][MS] Add 80bit long double support for WindowsPhoebe Wang1-3/+12
2022-02-04[OpenMP] Completely remove old device runtimeJoseph Huber1-15/+5
2022-02-02[clang][macho] add clang frontend support for emitting macho files with two b...Alex Lorenz1-0/+12
2022-01-28GCC ABI Compatibility: Preserve alignment of non-pod members in packed structsDavid Blaikie1-0/+4
2022-01-26[clang] Add an extract-api driver optionZixu Wang1-0/+2
2022-01-21[X86] Enable ibt-seal optimization when LTO is used in KernelJoao Moreira1-0/+3
2021-12-28Drop unnecessary const from return types (NFC)Kazu Hirata1-2/+2
2021-12-21[Clang] Own the CommandLineArgs in CodeGenOptionsAlexandre Ganea1-1/+1
2021-12-17[clang] Strip redundant lambda (NFC)Kazu Hirata1-3/+1
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith1-1/+1
2021-12-07[IR] Remove unbounded as possible value for vscale_range minimumCullen Rhodes1-0/+7
2021-11-18[clang] Remove CLANG_ROUND_TRIP_CC1_ARGS and always roundtrip in +assert buildsNico Weber1-5/+3
2021-11-17[clang] Try to fix test more after ae98182cf7341181eNico Weber1-12/+0
2021-11-17[clang] Make -masm=intel affect inline asm styleNico Weber1-0/+12
2021-10-19[Driver, Frontend] Use StringRef::contains (NFC)Kazu Hirata1-6/+6
2021-10-18[clang] Disable -clear-ast-before-backend with -print-statsArthur Eubanks1-0/+2
2021-10-13[clang] Use llvm::is_contained (NFC)Kazu Hirata1-5/+4
2021-10-07[OpenMP] Introduce new flags to assert thread and team usage in the runtimeJoseph Huber1-0/+13
2021-09-30[clang] Don't modify OptRemark if the argument is not relevantArthur Eubanks1-0/+2
2021-09-24DebugInfo: Move the '=' version of -gsimple-template-names to the frontendDavid Blaikie1-2/+5
2021-09-22[NFC] Remove trailing spaces from some filesShilei Tian1-2/+2
2021-09-22DebugInfo: Add (initially no-op) -gsimple-template-names={simple,mangled}David Blaikie1-0/+14
2021-09-21[clang] Make -Rpass imply -Rpass=.*Arthur Eubanks1-9/+12
2021-09-10[OpenMP] Add flag for setting debug in the offloading deviceJoseph Huber1-0/+25
2021-09-08[clang][Driver] Update/cleanup LTO logic to ensure that the last lto argument...Usman Nadeem1-2/+3
2021-09-08Revert "[clang][Driver] Update/cleanup LTO logic to ensure that the last lto ...Usman Nadeem1-3/+2
2021-09-08[clang][Driver] Update/cleanup LTO logic to ensure that the last lto argument...Usman Nadeem1-2/+3
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames1-58/+42
2021-09-02[clang] NFC: Extract DiagnosticOptions parsingJan Svoboda1-0/+13
2021-09-01Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Zahira Ammarguellat1-6/+1
2021-08-31[OpenCL] Defines helper function for kernel language compatible OpenCL versionJustas Janickas1-4/+3