summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru2013-11-111-7/+7
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-111-7/+7
* Eliminate an unnecessary .c_str()Douglas Gregor2013-11-081-1/+1
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-0/+2
* ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian2013-11-051-0/+2
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-051-1/+4
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-0/+4
* I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola2013-10-251-1/+1
* Turn struct-path aware TBAA on by default.Manman Ren2013-10-111-1/+1
* Add -fno-function-sections and -fno-data-sections. SinceNick Lewycky2013-10-111-2/+4
* ObjectiveC migrator. Introduce a new objcmt-atomic-property optionFariborz Jahanian2013-10-091-0/+2
* Remove -ast-dump-xml.Richard Smith2013-10-071-3/+0
* ObjectiveC migrator: Add more options one for eachFariborz Jahanian2013-10-021-0/+8
* ObjectiveC migrator. Starting distiguising differentFariborz Jahanian2013-10-021-0/+4
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-1/+1
* Turn struct-path aware TBAA on by default.Manman Ren2013-09-301-1/+1
* Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith2013-09-291-0/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Add -fmodule-map-file option.Daniel Jasper2013-09-241-0/+3
* Module use declarations (II)Daniel Jasper2013-09-241-0/+1
* clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg2013-09-241-1/+4
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+22
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+3
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-091-2/+2
* Attempt to migrate default dwarf version to 4 for linux.Eric Christopher2013-09-031-2/+2
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-0/+2
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+1
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-1/+1
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+1
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-081-2/+3
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+2
* Add option to disable module loading.Daniel Jasper2013-08-051-0/+2
* CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg2013-08-021-12/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+1
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-0/+2
* Use the multiple argument form of path::append.Benjamin Kramer2013-06-281-3/+1
* Remove PathV1.h from CompilerInvocation.cpp.Rafael Espindola2013-06-261-8/+7
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-1/+2
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-0/+4
OpenPOWER on IntegriCloud