]> granicus.if.org Git - clang/history - lib/Frontend/CompilerInvocation.cpp
Add missing include from r228592
[clang] / lib / Frontend / CompilerInvocation.cpp
2015-02-09 Ben LangmuirAdd missing include from r228592
2015-02-09 Ben LangmuirAdd the hostname to the module hash to avoid sharing...
2015-02-04 Alexey SamsonovAllow to specify multiple -fsanitize-blacklist= arguments.
2015-02-02 Ben LangmuirAdd cc1 option '-fmodule-feature' to add custom values...
2015-02-02 David MajnemerThe prefix 'Ms-' should be 'MS-'
2015-01-23 Sanjay PatelProcess the -fno-signed-zeros optimization flag (PR20870)
2015-01-20 Hans WennborgImplement command line options for stack probe space
2015-01-16 Steven WuAdding option -fno-inline-asm to disallow inline asm
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-12 Alexey SamsonovReimplement -fsanitize-recover family of flags.
2015-01-09 Saleem AbdulrasoolDriver: begin threading frontend support for SymbolRewriter
2014-12-29 Alexey SamsonovFix use-after-destruction introduced in r224924.
2014-12-29 Chandler Carruth[multilib] Teach Clang's code about multilib by threading
2014-12-23 Nico WeberAdd driver flags -ftrigraphs, -fno-trigraphs.
2014-12-22 Nico WeberDisable trigraphs in microsoft mode by default. Matches...
2014-12-16 Rafael EspindolaFix handling of invalid -O options.
2014-12-16 Nick LewyckyAdd a new flag, -fspell-checking-limit=<number> to...
2014-12-10 Pekka JaaskelainenOpenCL C: Add support for a set of floating point
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-09 Duncan P. N. Exon... Revert "[modules] Add experimental -fmodule-map-file...
2014-12-09 Richard Smith[modules] Add experimental -fmodule-map-file-home-is...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-03 Reid KlecknerCUDA host device code with two code paths
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-20 Anastasia StulovaExtended list of valid frontend options with '-cl-std...
2014-11-14 Reid KlecknerRemove -fseh-exceptions in favor of checking the triple
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Alexey Samsonov[Sanitizer] Refactor sanitizer options in LangOptions.
2014-11-07 Alexey SamsonovIntroduce a SanitizerKind enum to LangOptions.
2014-10-31 Fariborz JahanianObjective-C SDK modernization tool. Use its own option
2014-10-24 Nick LewyckyAdd a new -fmerge-functions -cc1 flag that enables...
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-22 Diego NovilloSupport using sample profiles with partial debug info...
2014-10-22 Richard Smith[modules] Initial support for explicitly loading .pcm...
2014-10-20 Richard SmithSwitch C compilations to C11 by default.
2014-10-15 Alexey SamsonovMove -fsanitize-blacklist to LangOpts from CodeGenOpts...
2014-10-09 Kostya SerebryanyAdd experimental clang/driver flag -fsanitize-address...
2014-10-03 Jonathan RoelofsCFE Knob for: Add a thread-model knob for lowering...
2014-09-15 Reid KlecknerAdd -fseh-exceptions for MinGW-w64
2014-09-01 David MajnemerFrontend: Reindent Opts.CoverageFile
2014-08-29 Anna ZaksAdd an option to silence all analyzer warnings.
2014-08-27 Oliver StannardAllow __fp16 as a function arg or return type for AArch64
2014-08-26 Joerg SonnenbergerConvert MC command line flag for fatal assembler warnin...
2014-08-19 Aaron BallmanC++1y is now C++14!
2014-08-17 Rafael EspindolaConvert a few ownership comments with std::unique_ptr.
2014-08-11 Richard SmithModify behavior of -ast-dump-lookups: if -ast-dump...
2014-08-08 Alex LorenzAdd a cc1 "dump-coverage-mapping" for testing coverage...
2014-08-07 Richard SmithUse -Rblah, not -Wblah, to control remark diagnostics...
2014-08-05 Fariborz JahanianIntroduce f[no-]max-unknown-pointer-align=[number]...
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-07-23 Ben LangmuirAdd stopgap option -fmodule-implementation-of <name>
2014-07-16 Saleem AbdulrasoolDriver: bifurcate extended and basic MSC versioning
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-01 David MajnemerDriver: Handle /GR- in a compatible way with MSVC
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-23 Saleem AbdulrasoolDriver: correct behaviour of -fmsc-version=MAJOR
2014-06-20 Saleem AbdulrasoolDriver: enhance MSC version compatibility
2014-06-20 Richard Smith[C++1z] Implement N3981: Disable trigraphs by default...
2014-06-19 Justin BognerFrontend: Add a CC1 flag to dump module dependencies...
2014-06-17 Diego NovilloRemove dead code.
2014-06-16 Richard SmithAdd -std=c++1z flag for C++17 features.
2014-06-12 Rafael EspindolaInclude system_error directly.
2014-05-31 Rafael EspindolaThere is no std::errc:success, remove the llvm one.
2014-05-29 Diego NovilloAdd flags -Rpass-missed and -Rpass-analysis.
2014-05-29 Aaron BallmanNo longer allow the -std options to entirely override...
2014-05-22 Craig Topper[C++11] Use 'nullptr'. Frontend edition.
2014-05-11 Alp TokerMake DiagnosticsEngine non-copyable
2014-05-08 Ed MasteEnable standalone-debug by default on FreeBSD
2014-05-08 Saleem AbdulrasoolDriver: parse -mcmodel earlier
2014-05-07 Richard SmithIf an instantiation of a template is required to be...
2014-05-04 Argyrios KyrtzidisSpeculative fix to unbreak the buildbots that fail...
2014-05-04 Argyrios Kyrtzidis[Modules] Add the resource-dir to the module hash.
2014-04-30 Rafael EspindolaDrop non-cfi assembly support from clang.
2014-04-29 Argyrios Kyrtzidis[PCH/Modules] Don't tie TargetOptions::LinkerVersion...
2014-04-23 John ThompsonInitial implementation of -modules-earch-all option...
2014-04-16 Diego NovilloAdd support for optimization reports.
2014-04-15 Ben LangmuirHonour -ivfsoverlay in ASTUnit to match clang
2014-04-11 Daniel JasperAdd -fmodules-strict-decluse to check that all headers...
2014-03-27 David BlaikieSupport for -Wa,-compress-debug-sections.
2014-03-26 Alexander KornienkoMove the -i[no-]system-prefix options from CC1Options...
2014-03-20 Evgeniy Stepanov[msan] -fsanitize-memory-track-origins=[level] flag...
2014-03-18 Yunzhong GaoCreating a printing policy for "half":
2014-03-14 Argyrios Kyrtzidis[Modules] Emit the module file paths as dependencies...
2014-03-12 Ben LangmuirAdd an option -fmodules-validate-system-headers
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-06 Alexey Bataev[OPENMP] Added option -fopenmp=libiomp5|libgomp
2014-03-03 Argyrios KyrtzidisIntroduce '-fmodules-user-build-path' which accepts...
2014-03-02 Benjamin Kramer[C++11] Use std::atomic instead of LLVM's.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-25 Ben LangmuirAdd a driver option -ivfsoverlay
2014-02-24 Richard BartonImplement -fno-short-wchar
2014-02-23 Saleem Abdulrasoolclang: add -f{no-,}integrate-as as consistent parameters
2014-02-21 Rafael EspindolaAccept -no-integrated-as in -cc1 and forward it to...
2014-02-12 Reid KlecknerMS ABI: Implement #pragma vtordisp() and clang-cl /vdN
2014-02-12 Dmitri GribenkoAdd an option to allow Clang verify source files for...
2014-02-11 David MajnemerMS ABI: Add support for the -vm{b,g,s,m,v} flags
next