summaryrefslogtreecommitdiff
path: root/gcc/ccmp.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-05-17ccmp.c (expand_ccmp_expr_1): Do not use gimple_assign_rhs_to_tree.Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-11ccmp.c (ccmp_candidate_p): Use GIMPLE API properly.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-06-29ccmp.c (ccmp_tree_comparison_p): New function.Steve Ellcey
2017-01-01Update copyright years.Jakub Jelinek
2016-11-03make targetm.gen_ccmp{first,next} take rtx_insn **Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-02-04This patch fixes an exponential issue in ccmp.c.Wilco Dijkstra
2016-01-19[Patch] Fix spurious warning in ccmp.cWilco Dijkstra
2016-01-19[PATCH 4/4] Add CCMP selection based on rtx costsWilco Dijkstra
2016-01-19[PATCH 2/4] Add support for float CCMPWilco Dijkstra
2016-01-19[Patch 1/4] Simplify the representation of CCMP patterns by usingWilco Dijkstra
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
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-01-21re PR target/64669 (aarch64-linux profiledbootstrap failure)Richard Henderson
2015-01-16[AArch64] Enable CCMP support for AArch64, PR64015 resolvedZhenqiang Chen
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-17Makefile.in: Add ccmp.o.Zhenqiang Chen