summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Speculative fix to unbreak the buildbots that fail with compiler errors.Argyrios Kyrtzidis2014-05-041-2/+2
* [Modules] Add the resource-dir to the module hash.Argyrios Kyrtzidis2014-05-041-1/+2
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-1/+0
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-1/+1
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Add support for optimization reports.Diego Novillo2014-04-161-0/+11
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-1/+28
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-111-1/+3
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+1
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-4/+4
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-2/+2
* Creating a printing policy for "half":Yunzhong Gao2014-03-181-0/+3
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+1
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-0/+3
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-2/+6
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+4
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-3/+3
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+4
* Implement -fno-short-wcharRichard Barton2014-02-241-1/+1
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-231-1/+1
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-211-0/+1
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+1
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-4/+22
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-0/+18
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-1/+2
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-1/+0
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+3
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-161-2/+0
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-8/+1
* Switch around the order of MSVCCompat and MicrosoftExtAlp Toker2014-01-141-2/+1
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Use the MS ABI for Win32 targets by defaultHans Wennborg2014-01-131-2/+5
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-8/+14
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-061-0/+2
* Silence a dubious GCC warning about a set but unused global. Indeed, theChandler Carruth2013-12-281-1/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-0/+16
* [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-di...Argyrios Kyrtzidis2013-12-101-1/+1
* [objcmt] Add a modernization option to infer and suggest designated initializ...Argyrios Kyrtzidis2013-12-101-0/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+2
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-181-7/+8
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-171-0/+1
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-151-7/+7
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-151-7/+7
* [objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis2013-11-141-0/+2
* Add -fprofile-sample-use to Clang's driver.Diego Novillo2013-11-131-0/+1
* ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian2013-11-131-0/+2
OpenPOWER on IntegriCloud