summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2014-01-13Use the MS ABI for Win32 targets by defaultHans Wennborg
2014-01-07Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl
2014-01-06Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner
2013-12-28Silence a dubious GCC warning about a set but unused global. Indeed, theChandler Carruth
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany
2013-12-10[Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-di...Argyrios Kyrtzidis
2013-12-10[objcmt] Add a modernization option to infer and suggest designated initializ...Argyrios Kyrtzidis
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-11-27Remove a whole lot of unused variablesAlp Toker
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-17Add -freroll-loops to enable loop rerollingHal Finkel
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-14[objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis
2013-11-13Add -fprofile-sample-use to Clang's driver.Diego Novillo
2013-11-13ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian
2013-11-11Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru
2013-11-11Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-08Eliminate an unnecessary .c_str()Douglas Gregor
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith
2013-11-05ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith
2013-11-01ObjectiveC. Define a new cc1 flag Fariborz Jahanian
2013-10-25I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola
2013-10-11Turn struct-path aware TBAA on by default.Manman Ren
2013-10-11Add -fno-function-sections and -fno-data-sections. SinceNick Lewycky
2013-10-09ObjectiveC migrator. Introduce a new objcmt-atomic-property optionFariborz Jahanian
2013-10-07Remove -ast-dump-xml.Richard Smith
2013-10-02ObjectiveC migrator: Add more options one for eachFariborz Jahanian
2013-10-02ObjectiveC migrator. Starting distiguising differentFariborz Jahanian
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith
2013-09-30Turn struct-path aware TBAA on by default.Manman Ren
2013-09-29Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola
2013-09-24Add -fmodule-map-file option.Daniel Jasper
2013-09-24Module use declarations (II)Daniel Jasper
2013-09-24clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg
2013-09-13Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed
2013-09-11Add -fansi-escape-codes optionNico Rieck
2013-09-09The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed
2013-09-03Attempt to migrate default dwarf version to 4 for linux.Eric Christopher
2013-08-28ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian
2013-08-21Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola
2013-08-16[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose
2013-08-09clang-cl: Support /showIncludesHans Wennborg
2013-08-08The only useful loop unrolling flag to give realistically isChandler Carruth
2013-08-08clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg
2013-08-05Add option to disable module loading.Daniel Jasper
2013-08-02CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg
2013-07-23Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky