summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-0/+6
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-6/+6
* Add a "Modules" language option, which subsumes the previousDouglas Gregor2012-01-031-1/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-1/+6
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-29/+61
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+9
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-3/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+3
* Hexagon backend supportTony Linthicum2011-12-121-0/+1
* Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar2011-12-091-2/+10
* Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky2011-12-061-1/+1
* Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger2011-12-051-0/+5
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-3/+0
* Silence GCC warnings, RefCountedBase is meant to be default-initialized here.Benjamin Kramer2011-11-291-1/+2
* Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola2011-11-261-1/+1
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-221-3/+3
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-211-1/+7
* Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek2011-11-181-4/+3
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-171-5/+20
* Add -f[no-]address-sanitizer flagKostya Serebryany2011-11-161-0/+3
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-0/+3
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-151-0/+3
* Rip out one of the features I added for the driver-include-management.Chandler Carruth2011-11-071-8/+3
* Fix a significant oversight in my move of MSVC includes to the driver:Chandler Carruth2011-11-051-4/+11
* Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth2011-11-051-4/+19
* Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...Devang Patel2011-11-041-1/+2
* Fix various minor issues find via unreachable code warnings, fromDouglas Gregor2011-11-021-1/+2
* Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman2011-11-021-0/+3
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-2/+2
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-0/+1
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+2
* Make -fms-compatibility imply -fms-extensions. Fixes PR11204.Douglas Gregor2011-10-241-1/+4
* Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky2011-10-211-0/+5
* Frontend: Support -iframework.Daniel Dunbar2011-10-181-0/+4
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-0/+3
* When building a module, use the macro definitions on the command lineDouglas Gregor2011-10-171-0/+17
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-111-3/+3
* Revert r140009, about disabling clang's builtin in -fms-compatibility mode. Francois Pichet2011-10-101-2/+1
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-091-0/+1
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-061-0/+3
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-6/+4
* [analyzer] Add -analyzer-purge option which can take on multiple values, remo...Anna Zaks2011-09-301-3/+29
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-10/+10
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-27/+30
OpenPOWER on IntegriCloud