]> granicus.if.org Git - clang/history - include/clang/Frontend/CodeGenOptions.h
Add an option to save the backend-produced YAML optimization record to a file
[clang] / include / clang / Frontend / CodeGenOptions.h
2016-10-11 Hal FinkelAdd an option to save the backend-produced YAML optimiz...
2016-08-31 Nick LewyckyAdd -fprofile-dir= to clang.
2016-08-30 Sjoerd MeijerThis adds new options -fdenormal-fp-math and passes...
2016-07-29 Matt MastenInitial vectorization support for svml calls (short...
2016-07-27 Matt Mastentest commit
2016-06-22 Hans WennborgAdd support for /Ob1 and -finline-hint-functions flags
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-04-28 Peter CollingbourneRe-apply r267784, r267824 and r267830.
2016-04-28 Benjamin KramerRevert r267784, r267824 and r267830.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-04-08 Saleem AbdulrasoolMove EABIVersion from CodeGenOptions to TargetOptions
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-03-02 Rong Xu[PGO] Change profile use cc1 option to handle IR level...
2016-02-29 Rong Xu[PGO] clang cc1 option change to enable IR level instru...
2016-02-24 Peter CollingbourneAdd whole-program vtable optimization feature to Clang.
2016-02-05 Paul RobinsonEliminate an unnecessary enum, use the LLVM version...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-06 Chad Rosier[Driver] Add support for -fno-builtin-foo options.
2015-12-19 Paul RobinsonRecommit CC1 part of debugger tuning; pass through...
2015-12-19 Paul RobinsonRevert r256063, it's killing clang-tools-extra
2015-12-18 Paul RobinsonCC1 part of debugger tuning; pass through setting from...
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-11-09 Renato Golin[EABI] Add Clang support for -meabi flag
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-10-12 Saleem AbdulrasoolSupport Debug Info path remapping
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-06-18 Peter CollingbourneIntroduce -fsanitize-trap= flag.
2015-05-07 Artem Belevich[cuda] Include GPU binary into host object file and...
2015-04-30 Justin BognerInstrProf: Support for setting profile output from...
2015-03-17 Michael ZolotukhinAdd fveclib option.
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2015-01-12 Alexey SamsonovReimplement -fsanitize-recover family of flags.
2015-01-09 Saleem AbdulrasoolDriver: begin threading frontend support for SymbolRewriter
2014-11-11 Alexey SamsonovMove CodeGenOptions constructor out-of-line and add...
2014-10-15 Alexey SamsonovMove -fsanitize-blacklist to LangOpts from CodeGenOpts...
2014-10-03 Jonathan RoelofsCFE Knob for: Add a thread-model knob for lowering...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-05-29 Diego NovilloAdd flags -Rpass-missed and -Rpass-analysis.
2014-04-16 Diego NovilloAdd support for optimization reports.
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
2013-11-13 Diego NovilloAdd -fprofile-sample-use to Clang's driver.
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-06-18 John McCallAdd support for -fpcc-struct-return. Patch by Arthur...
2013-04-08 Bill WendlingThe recent GCOV changes expect the initial version...
2013-03-07 Nick LewyckyAdd flags for additional control over coverage generati...
2013-02-22 Eric ChristopherPropagate the split dwarf file information through...
2012-12-03 Alexey SamsonovAdd Clang flags -fsanitize-blacklist and -fno-sanitize...
2012-11-15 Lang HamesMake -ffp-contract a codegen option, rather than a...
2012-10-23 Douglas GregorSwitch CodeGenOptions over to a .def file, like we...
2012-10-18 Eric ChristopherAdd a new option for and disable column number informat...
2012-08-24 Chad Rosier[ms-inline asm] Change the -fenable-experimental-ms...
2012-08-21 Chad Rosier[driver] Add support for the --param ssp-buffer-size...
2012-07-20 Chad RosierTidy up.
2012-07-20 Chad RosierAdd the mechanics for -fms-inline-asm. No easy way...
2012-07-11 Tanya LattnerAdd OpenCL metadata for kernel arg names. This output...
2012-06-28 Hans WennborgAdd -ftls-model command-line flag.
2012-06-20 John McCallRestructure how the driver communicates information...
2012-06-19 Rafael EspindolaAdd a -fuse-init-array option to cc1 and map to the...
2012-05-22 Nuno Lopeswire -fbounds-checking to the new LLVM bounds checking...
2012-05-04 Alexey SamsonovThis patch adds a new Clang compiler flag "-gline-table...
2012-05-02 David BlaikieFix same line doxycomments so they comment the adjacent...
2012-04-27 Alexey SamsonovUse enum to set debug info size generated by Clang
2012-04-09 David ChisnallRevert r154321, pending more discussion.
2012-04-09 David ChisnallAdd -fobjc-trace to emit a call before and after each...
2012-03-27 Chandler CarruthMove the emission of strict enum range metadata behind...
2012-03-15 Chad Rosier[frontend] Fix how the frontend handles -fno-inline...
2012-03-14 Chad Rosier[frontend] Add support for disabling the "inline" keywo...
2012-02-03 Bob WilsonFix -ftrap-function fallout from llvm r145714. <rdar...
2012-01-23 Nick LewyckyAdd support for -fno-optimize-sibling-calls. Currently...
2011-12-07 Nick LewyckyInitialize these values, fixing the build in cases...
2011-12-06 Nick LewyckyStack realignment is a tristate. Add -mno-stackrealign...
2011-12-05 Joerg SonnenbergerAdd -mstack-alignment=X and fix -mstackrealign handling...
2011-11-22 Kostya Serebryanyimplement __has_feature(address_sanitizer); also use...
2011-11-16 Kostya SerebryanyAdd -f[no-]address-sanitizer flag
2011-10-30 Peter CollingbourneAdd support for lazily linking bitcode files (using...
2011-10-21 Nick LewyckyTake DW_AT_comp_dir from $PWD when it's present and...
2011-10-17 Nick LewyckyWire up support for the controlling the extended dwarf...
2011-10-06 Peter CollingbourneCUDA: add -fcuda-is-device flag
2011-08-26 Chad Rosier[driver] Add -mglobal-merge/-mno-global-merge machine...
2011-07-06 John McCallCall objc_terminate() instead of abort() when a cleanup...
2011-07-06 John McCallChange the driver's logic about Objective-C runtimes...
2011-06-21 Daniel DunbarIRgen: Add a -fuse-register-sized-bitfield-access optio...
2011-06-21 Nick LewyckyAdd support for -Wa,--noexecstack when building from...
2011-06-15 John McCallAutomatic Reference Counting.
2011-05-05 Nick LewyckyPreserve the full name of the file, so that '-c -o...
2011-05-04 Nick LewyckyRecord where the GCOV data files should be placed.
2011-04-30 Rafael EspindolaImplement -fno-dwarf2-cfi-asm.
2011-04-29 Bob WilsonAdd -Oz option and use it to set the inline threshold...
2011-04-21 Nick LewyckyWire up the -ftest-coverage and -fprofile-arcs flags...
2011-03-28 Daniel DunbarIntegrated-As: Support -Wa,-L when using the integrated...
2011-03-22 Daniel DunbarFrontend: Add a more explicit -backend-option flag...
2011-03-18 John McCallThe Darwin kernel does not provide useful guard variabl...
2011-02-10 Roman DivackyImplement mcount profiling, enabled via -pg.
2011-02-09 Daniel DunbarDriver/Frontend: Wire up -mregparm=.
2011-02-04 Daniel DunbarFix 80-col violins.
next