]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/builtins.c
2014-10-22 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / gcc / builtins.c
2014-10-22  rguenth2014-10-22 Richard Biener <rguenther@suse.de>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  rguenth2014-10-16 Richard Biener <rguenther@suse.de>
2014-08-28  dmalcolmConvert nonlocal_goto_handler_labels from an EXPR_LIST...
2014-08-27  rguenth2014-08-27 Richard Biener <rguenther@suse.de>
2014-08-26  dmalcolmStrengthen various insn emission functions
2014-08-21  dmalcolmbuiltins.c: strengthen various rtx to rtx_insn * and...
2014-08-18  rguenth2014-08-18 Richard Biener <rguenther@suse.de>
2014-08-14  rguenth2014-08-14 Richard Biener <rguenther@suse.de>
2014-08-08  rguenth2014-08-08 Richard Biener <rguenther@suse.de>
2014-07-14  rguenth2014-07-14 Richard Biener <rguenther@suse.de>
2014-07-11  rguenth2014-07-11 Richard Biener <rguenther@suse.de>
2014-06-02  amacleod * expr.h: Remove prototypes of functions defined in...
2014-05-06  mrsMerge in wide-int.
2014-05-06  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-04-30  mrsMerge in trunk.
2014-04-28  rsandifoUse target-independent semantics for wi::clz and wi...
2014-04-28  rsandifoMerge from trunk.
2014-04-24  mrsMerge in trunk.
2014-04-22  mrsMerge in trunk.
2014-04-22  rsandifoMerge from trunk.
2014-04-22  rsandifogcc/
2014-04-17  rsandifoMerge from trunk.
2014-04-02  mrsMerge in trunk.
2014-03-18  jakub PR ipa/58721
2014-03-11  rsandifogcc/
2014-02-26  pinskia2014-02-25 Andrew Pinski <apinski@cavium.com>
2014-02-21  rthPR c++/60272
2014-02-20  rthPR c++/60272
2014-02-10  mrsMerge in trunk.
2014-01-31  rguenth2014-01-31 Richard Biener <rguenther@suse.de>
2014-01-29  jakub PR middle-end/59917
2014-01-24  bviyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-20  jakub PR middle-end/59860
2014-01-20  rguenth2014-01-20 Richard Biener <rguenther@suse.de>
2014-01-19  rsandifo2014-01-19 Kito Cheng <kito@0xlab.org>
2014-01-15  jakub PR other/58712
2014-01-14  mrsFix x86 bootstrap problem; from_array was being use...
2014-01-13  mrsMerge in trunk.
2014-01-13  ebotcazou * builtins.c (get_object_alignment_2): Minor tweak.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-20  jakub * ubsan.c: Include tree-ssanames.h, asan.h and gimplif...
2013-12-16  mrsMerge in trunk.
2013-12-13  mrsMerge in trunk.
2013-12-04  rsandifoMerge with trunk.
2013-11-29  kyukhin Reverted:
2013-11-28  rsandifoAdd trailing_wide_ints and use it for range_info_def.
2013-11-27  edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26  jakub PR target/59229
2013-11-26  edlinger2013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26  mrsMove assert.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-22  dmalcolmRemove macros that implicitly use input_location
2013-11-21  rsandifoMerge with trunk.
2013-11-21  rsandifoRemove trailing whitespace. Add missing dbxout.c hunk.
2013-11-20  rsandifoMerge from trunk.
2013-11-20  rsandifogcc/ada/
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  rsandifoRemove tree_to_hwi.
2013-11-19  hubicka * md.texi (setmem): Document new parameter.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/ada/
2013-11-17  hubicka * doc/md.texi (setmem, movstr): Update documentation.
2013-11-16  mrsMerge in trunk.
2013-11-10  rsandifoRemove some wide_int constructor calls. Make more...
2013-11-09  rsandifoMerge with trunk.
2013-11-08  dnovilloRe-factor tree.h - Part 1.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-10-31  jakub * tree.c (tree_ctz): New function.
2013-10-30  kyukhin * builtin-types.def (BT_FN_VOID_CONST_PTR)...
2013-10-29  rsandifo- Fix comment typos that I'd introducted.
2013-10-29  bviyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-26  law * Makefile.def (target_modules): Remove libmudflap
2013-10-24  rsandifoRename max_wide_int to widest_int, addr_wide_int to...
2013-10-24  amacleod * builtins.c (dummy_object, gimplify_va_arg_expr)...
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-20  mrsMerge in trunk.
2013-10-10  amacleod2013-10-10 Andrew MacLeod <amacleod@redhat.com>
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-18  mpolacek2013-09-18 Marek Polacek <polacek@redhat.com>
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-09  rsandifogcc/
2013-09-09  rsandifogcc/
2013-09-07  rsandifoReorganise wide-int classes so that they are all instan...
2013-09-04  mrsMerge in trunk.
2013-09-02  dnovilloSplit all the structures, enums, typedefs and some...
2013-09-01  hubicka * gcc.dg/fork-instrumentation.c: New testcase.
2013-08-30  mpolacekMerge ubsan into trunk.
2013-08-23  glisse2013-08-24 Marc Glisse <marc.glisse@inria.fr>
2013-08-19  bergnergcc/
next