- 21a0f55 Add flag -f(no-)modules-implicit-maps. by Daniel Jasper · 11 years ago
- 561e0aa Extended list of valid frontend options with '-cl-std=CL2.0'. by Anastasia Stulova · 11 years ago
- e070b99 Remove -fseh-exceptions in favor of checking the triple by Reid Kleckner · 11 years ago
- 75b4f9e Introduce -fsanitize-coverage=N flag by Kostya Serebryany · 11 years ago
- a041610 [Sanitizer] Refactor sanitizer options in LangOptions. by Alexey Samsonov · 11 years ago
- edf99a9 Introduce a SanitizerKind enum to LangOptions. by Alexey Samsonov · 11 years ago
- a6556f7 Objective-C SDK modernization tool. Use its own option by Fariborz Jahanian · 11 years ago
- f04f237 Add a new -fmerge-functions -cc1 flag that enables function merging. by Nick Lewycky · 11 years ago
- 5a6a2fc Driver: Include driver diagnostics when we --serialize-diagnostics by Justin Bogner · 11 years ago
- 795f53b Support using sample profiles with partial debug info (driver) by Diego Novillo · 11 years ago
- e842a47 [modules] Initial support for explicitly loading .pcm files. by Richard Smith · 11 years ago
- ab506ad Switch C compilations to C11 by default. by Richard Smith · 11 years ago
- ae5804f Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC. by Alexey Samsonov · 11 years ago
- aed71a8 Add experimental clang/driver flag -fsanitize-address-field-padding=N by Kostya Serebryany · 11 years ago
- b140a10 CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems by Jonathan Roelofs · 11 years ago
- 8f45c9c Add -fseh-exceptions for MinGW-w64 by Reid Kleckner · 11 years ago
- 9676a2b Frontend: Reindent Opts.CoverageFile by David Majnemer · 11 years ago
- d5478fd Add an option to silence all analyzer warnings. by Anna Zaks · 11 years ago
- ed8ecc8 Allow __fp16 as a function arg or return type for AArch64 by Oliver Stannard · 11 years ago
- a43604a Convert MC command line flag for fatal assembler warnings into a proper flag. by Joerg Sonnenberger · 11 years ago
- dd69ef3 C++1y is now C++14! by Aaron Ballman · 11 years ago
- 04ab21d7 Convert a few ownership comments with std::unique_ptr. by Rafael Espindola · 11 years ago
- 35f986d Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump by Richard Smith · 11 years ago
- f2cf38e Add a cc1 "dump-coverage-mapping" for testing coverage mapping. by Alex Lorenz · 11 years ago
- 3be1cb2 Use -Rblah, not -Wblah, to control remark diagnostics. This was always the by Richard Smith · 11 years ago
- bcd82af Introduce f[no-]max-unknown-pointer-align=[number] option by Fariborz Jahanian · 11 years ago
- ee02499 Add coverage mapping generation. by Alex Lorenz · 11 years ago
- b537a3a Add stopgap option -fmodule-implementation-of <name> by Ben Langmuir · 11 years ago
- c68237b Driver: bifurcate extended and basic MSC versioning by Saleem Abdulrasool · 11 years ago
- 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
- f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
- f607234 Driver: Handle /GR- in a compatible way with MSVC by David Majnemer · 11 years ago
- 913690c Add new debug kind LocTrackingOnly. by Diego Novillo · 11 years ago
- f7062b2 Driver: correct behaviour of -fmsc-version=MAJOR by Saleem Abdulrasool · 11 years ago
- 9d45e77 Driver: enhance MSC version compatibility by Saleem Abdulrasool · 11 years ago
- 4676203 [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode. by Richard Smith · 11 years ago
- 86d1259 Frontend: Add a CC1 flag to dump module dependencies to a directory by Justin Bogner · 11 years ago
- 18362bf Remove dead code. by Diego Novillo · 11 years ago
- dbd4d4c Add -std=c++1z flag for C++17 features. by Richard Smith · 11 years ago
- 8a8e554 Include system_error directly. by Rafael Espindola · 11 years ago
- 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
- d23ec94 Add flags -Rpass-missed and -Rpass-analysis. by Diego Novillo · 11 years ago
- a670c20 No longer allow the -std options to entirely override the -x language option. This allows -x cuda -std=c++11, for instance. by Aaron Ballman · 11 years ago
- 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
- c7dc062 Make DiagnosticsEngine non-copyable by Alp Toker · 11 years ago
- 279b97c Enable standalone-debug by default on FreeBSD by Ed Maste · 11 years ago
- 62849c6 Driver: parse -mcmodel earlier by Saleem Abdulrasool · 11 years ago
- 3d23c42 If an instantiation of a template is required to be a complete type, check by Richard Smith · 11 years ago
- d113788e Speculative fix to unbreak the buildbots that fail with compiler errors. by Argyrios Kyrtzidis · 11 years ago
- 1b1256a [Modules] Add the resource-dir to the module hash. by Argyrios Kyrtzidis · 11 years ago
- b5b622a Drop non-cfi assembly support from clang. by Rafael Espindola · 11 years ago
- fe6b880 [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a driver only thing and doesn't affect any language/preprocessor/etc. semantics. by Argyrios Kyrtzidis · 11 years ago
- 2255f2c Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 11 years ago
- 829b170 Add support for optimization reports. by Diego Novillo · 12 years ago
- 8832c06 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 12 years ago
- 962b38e Add -fmodules-strict-decluse to check that all headers are in modules by Daniel Jasper · 12 years ago
- 7e2fd94 Support for -Wa,-compress-debug-sections. by David Blaikie · 12 years ago
- 18fa48c Move the -i[no-]system-prefix options from CC1Options.td to Options.td. by Alexander Kornienko · 12 years ago
- 2bfcaab [msan] -fsanitize-memory-track-origins=[level] flag and docs. by Evgeniy Stepanov · 12 years ago
- fcdc45f Creating a printing policy for "half": by Yunzhong Gao · 12 years ago
- 6d0753d [Modules] Emit the module file paths as dependencies of the PCH when we are building one. by Argyrios Kyrtzidis · 12 years ago
- dcf7386 Add an option -fmodules-validate-system-headers by Ben Langmuir · 12 years ago
- dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
- b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
- 186b28a [OPENMP] Added option -fopenmp=libiomp5|libgomp by Alexey Bataev · 12 years ago
- 1594c15 Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build. by Argyrios Kyrtzidis · 12 years ago
- 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
- 867ea1d [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
- 801272a Add a driver option -ivfsoverlay by Ben Langmuir · 12 years ago
- c9b5f35 Implement -fno-short-wchar by Richard Barton · 12 years ago
- cfeb90d clang: add -f{no-,}integrate-as as consistent parameters by Saleem Abdulrasool · 12 years ago
- 33ebd21 Accept -no-integrated-as in -cc1 and forward it to llvm. by Rafael Espindola · 12 years ago
- c0dca6d MS ABI: Implement #pragma vtordisp() and clang-cl /vdN by Reid Kleckner · 12 years ago
- f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
- 86c318f MS ABI: Add support for the -vm{b,g,s,m,v} flags by David Majnemer · 12 years ago
- e0fc1a8 [stackprotector] Add command line option -fstack-protector-strong by Josh Magee · 12 years ago
- 8f80a61 Remove the -fhidden-weak-vtables -cc1 option. It was dead, by John McCall · 12 years ago
- 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
- d04b861 [asan] Remove -fsanitize-address-zero-base-shadow command line by Evgeniy Stepanov · 12 years ago
- c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
- fd8c079 Switch around the order of MSVCCompat and MicrosoftExt by Alp Toker · 12 years ago
- bfa3934 Rename language option MicrosoftMode to MSVCCompat by Alp Toker · 12 years ago
- 50501fb Use the MS ABI for Win32 targets by default by Hans Wennborg · 12 years ago
- a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
- 6a9d2cf Driver: Accept -fprofile-instr-use and -fprofile-instr-generate by Justin Bogner · 12 years ago
- 2588aa7 Silence a dubious GCC warning about a set but unused global. Indeed, the by Chandler Carruth · 12 years ago
- ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
- d5ba86b [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now. by Argyrios Kyrtzidis · 12 years ago
- 4f2ecc6 [objcmt] Add a modernization option to infer and suggest designated initializers. by Argyrios Kyrtzidis · 12 years ago
- f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
- 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
- 5abf2ec Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
- ce0697f Add -freroll-loops to enable loop rerolling by Hal Finkel · 12 years ago
- 7874bdc Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 12 years ago
- 6ae3980 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
- 61f2032 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 12 years ago
- 5c29705 Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 12 years ago
- 2e793d6 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 12 years ago
- e293b1a Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 12 years ago
- 26386be Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago