aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.h
AgeCommit message (Expand)Author
2013-02-19 PR target/52555Aldy Hernandez
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18gcc/Richard Sandiford
2012-07-24Reduce the size of optabs representationRichard Henderson
2012-07-24Introduce and use code_to_optab and optab_to_code functionsRichard Henderson
2012-07-24Introduce and use unknown_optabRichard Henderson
2012-07-11gcc/Steven Bosscher
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson
2012-07-09 * gensupport.c (init_rtx_reader_args_cb): Start counting codeSteven Bosscher
2012-03-052012-03-05 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-01-17gcc/Andreas Krebbel
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek
2011-12-13Revert two unintended commitsRichard Henderson
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson
2011-11-17Unify implementations of __builtin_mem_*_fence and __sync_synchronize.Richard Henderson
2011-11-11Implement omp atomic load and store.Richard Henderson
2011-11-07Allow libcalls to be installed for legacy __sync optabs.Richard Henderson
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod
2011-10-302011-10-30 Dmitry Plotnikov <dplotnikov@ispras.ru>Dmitry Plotnikov
2011-10-25Implement interleave via permutation.Richard Henderson
2011-10-25Change vec_perm checking and expansion level.Richard Henderson
2011-10-18 * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,Ira Rosen
2011-10-14Expand vector permutation with vec_perm and vec_perm_const.Richard Henderson
2011-10-10 PR bootstrap/50665Uros Bizjak
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson
2011-10-03Vector shuffling patch from Artem Shinkarov.Artem Shinkarov
2011-09-022011-09-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-08-192011-08-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs
2011-08-192011-08-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs
2011-07-252011-07-25 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-06-21 libgcc/Bernd Schmidt
2011-06-01gcc/Richard Sandiford
2011-05-03gcc/Richard Sandiford
2011-04-20Revert last patch.Richard Sandiford
2011-04-20gcc/Richard Sandiford
2011-03-23gcc/Richard Sandiford
2011-03-21gcc/Richard Sandiford
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-042010-11-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2010-10-15Add fma supportMichael Meissner
2010-07-12gcc/Richard Sandiford
2010-07-04gcc/Richard Sandiford
2010-07-04gcc/Richard Sandiford
2010-07-04gcc/Richard Sandiford
2010-05-29 * basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd
2010-04-22 * optabs.h (expand_widening_mult): Declare.Bernd Schmidt
2009-11-25Remove trailing white spaces.H.J. Lu