aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2011-01-07Add all options needed to support -fapple-kext. wip.Fariborz Jahanian
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-23Add WIP prototype of a new buffer overflowTed Kremenek
2010-12-04Implement -cl-std=Peter Collingbourne
2010-12-04Implement -cl-mad-enablePeter Collingbourne
2010-12-04Implement -cl-fast-relaxed-mathPeter Collingbourne
2010-12-04Implement -cl-unsafe-math-optimizationsPeter Collingbourne
2010-12-04Implement -cl-finite-math-onlyPeter Collingbourne
2010-12-04Implement -cl-single-precision-constantPeter Collingbourne
2010-12-04Implement -cl-opt-disablePeter Collingbourne
2010-12-04Refactor optimisation level codePeter Collingbourne
2010-12-04Introduce CompilerInvocation::setLangDefaults functionPeter Collingbourne
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner
2010-11-18-Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis
2010-11-17Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
2010-10-18"Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek
2010-10-14Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman
2010-10-14Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis
2010-10-14Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis
2010-10-11Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor
2010-10-11Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-09-30Introduce -flimit-debug-info.Devang Patel
2010-09-30Added two new command line arguments:Marcin Swiderski
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall
2010-09-10Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-08-30Straighten out target triples provided on the command lineDuncan Sands
2010-08-24Frontend: Add basic -H support.Daniel Dunbar
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner
2010-08-24Implement -iwithsysroot, an apple extension which is a close cousin of -isystem.Chris Lattner
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor