aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CodeGenOptions.h
AgeCommit message (Expand)Author
2011-02-09Driver/Frontend: Wire up -mregparm=.Daniel Dunbar
2011-02-04Fix 80-col violins.Daniel Dunbar
2010-12-04Implement -cl-mad-enablePeter Collingbourne
2010-12-04Implement -cl-unsafe-math-optimizationsPeter Collingbourne
2010-12-04Implement -cl-finite-math-onlyPeter Collingbourne
2010-10-14Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman
2010-09-30Introduce -flimit-debug-info.Devang Patel
2010-08-19Intialize all of the code-generation optionsDouglas Gregor
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-05It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall
2010-07-06Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall
2010-07-01Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar
2010-06-22implement support for -finstrument-functions, patch by NelsonChris Lattner
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth