aboutsummaryrefslogtreecommitdiff
path: root/gcc/ccmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-29ccmp.c (ccmp_tree_comparison_p): New function.Steve Ellcey1-72/+96
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-03make targetm.gen_ccmp{first,next} take rtx_insn **Trevor Saunders1-11/+10
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-02-04This patch fixes an exponential issue in ccmp.c.Wilco Dijkstra1-8/+14
2016-01-19[Patch] Fix spurious warning in ccmp.cWilco Dijkstra1-1/+1
2016-01-19[PATCH 4/4] Add CCMP selection based on rtx costsWilco Dijkstra1-14/+51
2016-01-19[PATCH 2/4] Add support for float CCMPWilco Dijkstra1-6/+0
2016-01-19[Patch 1/4] Simplify the representation of CCMP patterns by usingWilco Dijkstra1-7/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-7/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-21re PR target/64669 (aarch64-linux profiledbootstrap failure)Richard Henderson1-39/+2
2015-01-16[AArch64] Enable CCMP support for AArch64, PR64015 resolvedZhenqiang Chen1-58/+65
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-17Makefile.in: Add ccmp.o.Zhenqiang Chen1-0/+306