Age | Commit message (Expand) | Author | Files | Lines |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -6/+6 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -5/+4 |
2014-12-08 | builtins.c (fold_builtin_0): Remove unused ignore parameter. | Richard Biener | 1 | -80/+21 |
2014-12-04 | builtins.c (target_newline): Export. | Richard Biener | 1 | -239/+4 |
2014-12-03 | builtins.c (target_percent_c): Export. | Richard Biener | 1 | -157/+1 |
2014-12-03 | builtins.c (fold_builtin_fpclassify): Change to take array of arguments inste... | Richard Biener | 1 | -78/+53 |
2014-12-03 | re PR tree-optimization/14541 ([tree-ssa] built-in math functions are not ful... | Richard Biener | 1 | -97/+10 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -2/+2 |
2014-11-17 | builtins.c (expand_builtin_memcpy_with_bounds): Use target hook instead of BN... | Ilya Enkovich | 1 | -3/+3 |
2014-11-17 | tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ... | Ilya Enkovich | 1 | -68/+239 |
2014-11-14 | re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s... | Marek Polacek | 1 | -9/+0 |
2014-11-12 | re PR c/59708 (clang-compatible checked arithmetic builtins) | Jakub Jelinek | 1 | -0/+79 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -1/+72 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -3/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -81/+81 |
2014-10-28 | Don't inline GCC memory builtins if ASan is enabled. | Max Ostapenko | 1 | -0/+9 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -7/+8 |
2014-10-22 | Makefile.in (OBJS): Add gimple-match.o and generic-match.o. | Richard Biener | 1 | -2/+1 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+4 |
2014-10-16 | re PR c/63554 (ice in "execute_todo, at passes.c:1797" with -O3) | Richard Biener | 1 | -56/+0 |
2014-08-28 | Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST | David Malcolm | 1 | -1/+1 |
2014-08-27 | re PR lto/62239 (ICE: in execute_todo, at passes.c:1795 with LTO) | Richard Biener | 1 | -35/+0 |
2014-08-26 | Strengthen various insn emission functions | David Malcolm | 1 | -1/+1 |
2014-08-21 | builtins.c: strengthen various rtx to rtx_insn * and other subclasses | David Malcolm | 1 | -16/+29 |
2014-08-18 | re PR middle-end/62090 (ice in compute_may_aliases) | Richard Biener | 1 | -127/+0 |
2014-08-14 | re PR middle-end/62090 (ice in compute_may_aliases) | Richard Biener | 1 | -95/+0 |
2014-08-08 | builtins.c (c_getstr, [...]): Export. | Richard Biener | 1 | -1290/+5 |
2014-07-14 | builtins.c (c_strlen): Make only_value == 2 really only affect warning genera... | Richard Biener | 1 | -3/+3 |
2014-07-11 | re PR middle-end/61473 (register sized memmove not inlined) | Richard Biener | 1 | -8/+56 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -110/+2 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -136/+58 |
2014-04-22 | machmode.h (bitwise_mode_for_mode): Declare. | Richard Sandiford | 1 | -20/+2 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -8/+12 |
2014-03-11 | builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point... | Richard Sandiford | 1 | -14/+22 |
2014-02-25 | builtins.c (expand_builtin_thread_pointer): Create a new target when the targ... | Andrew Pinski | 1 | -1/+4 |
2014-02-20 | re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c... | Richard Henderson | 1 | -2/+5 |
2014-02-20 | re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c... | Richard Henderson | 1 | -5/+14 |
2014-01-31 | re PR middle-end/59990 (incorrect memcpy optimization) | Richard Biener | 1 | -23/+41 |
2014-01-29 | re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) | Jakub Jelinek | 1 | -14/+0 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -1/+1 |
2014-01-20 | re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct... | Jakub Jelinek | 1 | -9/+14 |
2014-01-20 | re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct... | Richard Biener | 1 | -11/+5 |
2014-01-19 | builtins.c (expand_movstr): Check movstr expand done or fail. | Kito Cheng | 1 | -1/+2 |
2014-01-15 | re PR other/58712 (issues found by --enable-checking=valgrind) | Jakub Jelinek | 1 | -2/+3 |
2014-01-13 | builtins.c (get_object_alignment_2): Minor tweak. | Eric Botcazou | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h. | Jakub Jelinek | 1 | -0/+23 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -57/+1 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -1/+5 |