Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-26 | re PR target/59229 (ICE in ix86_expand_set_or_movmem) | Jakub Jelinek | 1 | -2/+2 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -5/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -1/+1 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+5 |
2013-11-19 | md.texi (setmem): Document new parameter. | Jan Hubicka | 1 | -26/+55 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -20/+20 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -6/+6 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -46/+46 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -6/+6 |
2013-11-17 | md.texi (setmem, movstr): Update documentation. | Jan Hubicka | 1 | -4/+57 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -132/+165 |
2013-10-31 | tree.c (tree_ctz): New function. | Jakub Jelinek | 1 | -41/+7 |
2013-10-30 | builtin-types.def (BT_FN_VOID_CONST_PTR): New. | Ilya Enkovich | 1 | -1/+57 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 1 | -0/+13 |
2013-10-26 | Makefile.def (target_modules): Remove libmudflap | Jeff Law | 1 | -4/+0 |
2013-10-24 | builtins.c (dummy_object, [...]): Move to gimplify.c. | Andrew MacLeod | 1 | -104/+0 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+2 |
2013-10-10 | tree-flow.h: Move some prototypes to gimple.h. | Andrew MacLeod | 1 | -113/+0 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -23/+23 |
2013-09-18 | re PR sanitizer/58411 (no_sanitize_undefined function attribute) | Marek Polacek | 1 | -1/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. | Richard Sandiford | 1 | -1/+2 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -2/+2 |
2013-09-02 | Split all the structures, enums, typedefs and some fundamental declarations f... | Diego Novillo | 1 | -1/+1 |
2013-09-01 | fork-instrumentation.c: New testcase. | Jan Hubicka | 1 | -0/+7 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+6 |
2013-08-23 | re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un... | Marc Glisse | 1 | -5/+4 |
2013-08-19 | builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin. | Peter Bergner | 1 | -0/+6 |
2013-08-19 | target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. | Alexander Ivchenko | 1 | -3/+27 |
2013-07-06 | re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex... | Jakub Jelinek | 1 | -6/+2 |
2013-07-03 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -9/+21 |
2013-05-28 | invoke.texi (SPARC Options): Document -mfix-ut699. | Eric Botcazou | 1 | -2/+6 |
2013-04-25 | re PR tree-optimization/57066 (std::logb(-inf) returns wrong value) | Marek Polacek | 1 | -1/+10 |
2013-04-03 | re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing) | Jakub Jelinek | 1 | -1/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |