aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-04Implement -cl-finite-math-onlyPeter Collingbourne1-0/+1
2010-12-04Implement -cl-single-precision-constantPeter Collingbourne1-0/+1
2010-12-04Implement -cl-opt-disablePeter Collingbourne1-1/+5
2010-12-04Refactor optimisation level codePeter Collingbourne1-14/+16
2010-12-04Introduce CompilerInvocation::setLangDefaults functionPeter Collingbourne1-23/+33
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne1-0/+8
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall1-0/+3
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner1-8/+5
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner1-1/+1
2010-11-18-Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis1-1/+1
2010-11-17Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis1-0/+2
2010-11-03Implement -working-directory.Argyrios Kyrtzidis1-2/+26
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall1-6/+6
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer1-0/+3
2010-10-21Fix Whitespace.Michael J. Spencer1-13/+13
2010-10-18"Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek1-1/+1
2010-10-14Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman1-0/+1
2010-10-14Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis1-0/+6
2010-10-14Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis1-0/+1
2010-10-11Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor1-4/+0
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor1-3/+0
2010-10-11Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann1-2/+2
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis1-0/+1
2010-09-30Introduce -flimit-debug-info.Devang Patel1-0/+1
2010-09-30Added two new command line arguments:Marcin Swiderski1-0/+2
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall1-2/+11
2010-09-10Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care1-0/+3
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar1-0/+6
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik1-0/+3
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik1-3/+0
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik1-0/+3
2010-08-30Straighten out target triples provided on the command lineDuncan Sands1-1/+2
2010-08-24Frontend: Add basic -H support.Daniel Dunbar1-2/+5
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner1-6/+7
2010-08-24Implement -iwithsysroot, an apple extension which is a close cousin of -isystem.Chris Lattner1-1/+1
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall1-6/+4
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor1-0/+3
2010-08-18Rename the ASTReader header files.Sebastian Redl1-1/+1
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl1-1/+1
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl1-1/+1
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor1-1/+1
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl1-1/+1
2010-08-16Add two options for playing with modules.Sebastian Redl1-0/+8
2010-08-15Extend the code-completion caching infrastructure to include globalDouglas Gregor1-0/+4
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky1-0/+3
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall1-0/+1
2010-08-11Frontend: Add -target-linker-version, for specifying the version string of theDaniel Dunbar1-1/+6
2010-08-07Make -funroll-loops turn on loop unrolling in the optimizer insteadEric Christopher1-3/+7
2010-08-06Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care1-0/+3