summaryrefslogtreecommitdiff
path: root/gcc/ccmp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* make targetm.gen_ccmp{first,next} take rtx_insn **Trevor Saunders2016-11-031-11/+10
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* This patch fixes an exponential issue in ccmp.c.Wilco Dijkstra2016-02-041-8/+14
* [Patch] Fix spurious warning in ccmp.cWilco Dijkstra2016-01-191-1/+1
* [PATCH 4/4] Add CCMP selection based on rtx costsWilco Dijkstra2016-01-191-14/+51
* [PATCH 2/4] Add support for float CCMPWilco Dijkstra2016-01-191-6/+0
* [Patch 1/4] Simplify the representation of CCMP patterns by usingWilco Dijkstra2016-01-191-7/+14
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-14/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-9/+7
* switch from gimple to gimple*Trevor Saunders2015-09-201-7/+7
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-18/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR target/64669 (aarch64-linux profiledbootstrap failure)Richard Henderson2015-01-211-39/+2
* [AArch64] Enable CCMP support for AArch64, PR64015 resolvedZhenqiang Chen2015-01-161-58/+65
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+15
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Makefile.in: Add ccmp.o.Zhenqiang Chen2014-11-171-0/+306