summaryrefslogtreecommitdiff
path: root/gcc/tree-call-cdce.c
AgeCommit message (Expand)Author
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford
2019-05-16re PR tree-optimization/90106 (builtin sqrt() ignoring libm's sqrt call result)Jun Ma
2019-04-19tree-call-cdce: If !HONOR_NANS do not make code with NaNs (PR88055)Segher Boessenkool
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-29Set the call nothrow flag more oftenRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-03-28re PR tree-optimization/80218 (tree-call-cdce does not update block frequencies)Richard Sandiford
2017-01-10re PR tree-optimization/79034 (error: missing PHI def in verify_gimple_in_cfg)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-08re PR tree-optimization/78224 (g++ ICE at -O2(-O1 on gcc6) and above in verif...Richard Biener
2016-05-18To...Richard Sandiford
2016-01-04Update copyright years.Jakub Jelinek
2015-12-01PR68474: Fix tree-call-cdce.c:use_internal_fnRichard Sandiford
2015-11-17Extend tree-call-cdce to calls whose result is usedRichard Sandiford
2015-11-13PR68264: Use unordered comparisons for tree-call-cdce.cRichard Sandiford
2015-11-07Try to update dominance info in tree-call-cdce.cRichard Sandiford
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29Remove redundant variable from tree-call-cdce.cRichard Sandiford
2015-10-29Remove unnecessary label from tree-call-cdce.cRichard Sandiford
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-19remove more useless typedefsTrevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-28Fix example in header comment in tree-call-cdce.cTom de Vries
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders