2014-06-25 |
Marek Polacek | re PR c/61162 (possibly bad error location with -Wc... |
commit | commitdiff | tree |
2014-06-25 |
Marc Glisse | re PR tree-optimization/57742 (memset(malloc(n),0,n... |
commit | commitdiff | tree |
2014-06-25 |
Nick Clifton | v850.c (GHS_default_section_names): Change to const... |
commit | commitdiff | tree |
2014-06-25 |
Jakub Jelinek | langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR... |
commit | commitdiff | tree |
2014-06-25 |
Richard Biener | re PR testsuite/61560 (FAIL: gcc.dg/tree-ssa/ssa-fre... |
commit | commitdiff | tree |
2014-06-25 |
Ramana Radhakrishnan | Adjust options for use of Neon with multilib testing. |
commit | commitdiff | tree |
2014-06-25 |
Cong Hou | tree-vect-patterns.c (vect_recog_sad_pattern): New... |
commit | commitdiff | tree |
2014-06-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-25 |
Trevor Saunders | Fixup const qualification of the argument passed to... |
commit | commitdiff | tree |
2014-06-24 |
Ian Lance Taylor | runtime: add missing benchmark input files to the repos... |
commit | commitdiff | tree |
2014-06-24 |
Jan Hubicka | class.c (check_methods, [...]): Guard VINDEX checks... |
commit | commitdiff | tree |
2014-06-24 |
Catherine Moore | mips.c (mips_order_regs_for_local_alloc): Delete. |
commit | commitdiff | tree |
2014-06-24 |
Dehao Chen | Add me to MAINTAINERS. |
commit | commitdiff | tree |
2014-06-24 |
Marc Glisse | invoke.texi (Warning Options): Remove duplicated -Wmayb... |
commit | commitdiff | tree |
2014-06-24 |
Marc Glisse | re PR tree-optimization/57742 (memset(malloc(n),0,n... |
commit | commitdiff | tree |
2014-06-24 |
Yufeng Zhang | Make the AAPCS64 function return tests more robust. |
commit | commitdiff | tree |
2014-06-24 |
Jonathan Wakely | functexcept.h (__throw_out_of_range_fmt): Change attrib... |
commit | commitdiff | tree |
2014-06-24 |
Jakub Jelinek | re PR target/61570 (-march=native CPU you selected... |
commit | commitdiff | tree |
2014-06-24 |
Paolo Carlini | re PR c++/33972 (Cannot declare operator() using functi... |
commit | commitdiff | tree |
2014-06-24 |
H.J. Lu | Revert the last change on driver-i386.c |
commit | commitdiff | tree |
2014-06-24 |
Trevor Saunders | add hash_map class |
commit | commitdiff | tree |
2014-06-24 |
Trevor Saunders | allow storing values directly in hash tables |
commit | commitdiff | tree |
2014-06-24 |
Trevor Saunders | Remove a layer of indirection from hash_table |
commit | commitdiff | tree |
2014-06-24 |
Alan Lawrence | singleton_intrinsics_1.c: Save temps and cleanup. |
commit | commitdiff | tree |
2014-06-24 |
Richard Biener | re PR tree-optimization/61572 (ICE: in assign_by_spills... |
commit | commitdiff | tree |
2014-06-24 |
Jakub Jelinek | gimplify.c (gimplify_omp_for): For #pragma omp for... |
commit | commitdiff | tree |
2014-06-24 |
Jakub Jelinek | gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE... |
commit | commitdiff | tree |
2014-06-24 |
Chung-Lin Tang | [multiple changes] |
commit | commitdiff | tree |
2014-06-24 |
Max Ostapenko | strlen-overflow-1.c: Change match patterns. |
commit | commitdiff | tree |
2014-06-24 |
Jan Hubicka | localalias-2.c: Guard by require-alias. |
commit | commitdiff | tree |
2014-06-24 |
Jan Hubicka | varpool.c (dump_varpool_node): Dump used_by_single_func... |
commit | commitdiff | tree |
2014-06-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-23 |
Jonathan Wakely | any (any_v1): Rename namespace to fundamentals_v1. |
commit | commitdiff | tree |
2014-06-23 |
Kai Tietz | re PR middle-end/39284 (Computed gotos combined too... |
commit | commitdiff | tree |
2014-06-23 |
Kai Tietz | * gcc.target/i386/indjmp-1.c: New test. |
commit | commitdiff | tree |
2014-06-23 |
Andrew Pinski | 20140723-1.c: New testcase. |
commit | commitdiff | tree |
2014-06-23 |
Jeff Law | Revert "2014-06-23 Paul Gortmaker <paul.gortmaker... |
commit | commitdiff | tree |
2014-06-23 |
Bernd Edlinger | Fix include path for in-tree cloog. |
commit | commitdiff | tree |
2014-06-23 |
Paolo Carlini | sanitizer_common_interceptors.inc: Cherry pick upstream... |
commit | commitdiff | tree |
2014-06-23 |
Paul Gortmaker | gcc.c (set_multilib_dir): Fix typo. |
commit | commitdiff | tree |
2014-06-23 |
Marek Polacek | re PR c/61553 (__atomic_store with non-pointer arg... |
commit | commitdiff | tree |
2014-06-23 |
Jonathan Wakely | re PR libstdc++/61532 (make_signed and make_unsigned... |
commit | commitdiff | tree |
2014-06-23 |
Tobias Burnus | trans-decl.c (gfc_trans_deferred_vars): Fix handling... |
commit | commitdiff | tree |
2014-06-23 |
Paolo Carlini | DR 577 PR c++/33101 |
commit | commitdiff | tree |
2014-06-23 |
Marek Polacek | re PR c/61553 (__atomic_store with non-pointer arg... |
commit | commitdiff | tree |
2014-06-23 |
Richard Biener | tree-ssa-loop.c (gate_loop): New function. |
commit | commitdiff | tree |
2014-06-23 |
Marek Polacek | c-typeck.c (parser_build_binary_op): Don't call warn_lo... |
commit | commitdiff | tree |
2014-06-23 |
H.J. Lu | Assume x86-64 if a 32-bit processor supports SSE2 and... |
commit | commitdiff | tree |
2014-06-23 |
Kai Tietz | re PR libgcc/61585 (Subscript-out-of-range in unwind... |
commit | commitdiff | tree |
2014-06-23 |
James Greenhalgh | Re: [AArch64] Implement ADD in vector registers for... |
commit | commitdiff | tree |
2014-06-23 |
Alan Modra | re PR bootstrap/61583 (stage2 and stage3 compare failur... |
commit | commitdiff | tree |
2014-06-23 |
Alan Lawrence | PR/60825 Make {int,uint}64x1_t in arm_neon.h a proper... |
commit | commitdiff | tree |
2014-06-23 |
Alan Lawrence | PR/60825 Make float64x1_t in arm_neon.h a proper vector... |
commit | commitdiff | tree |
2014-06-23 |
Jonathan Wakely | parse_numbers.h (_Number_help): Fix divide-by-zero. |
commit | commitdiff | tree |
2014-06-23 |
James Greenhalgh | [AArch64] Implement ADD in vector registers for 32... |
commit | commitdiff | tree |
2014-06-23 |
Jan Hubicka | lto-cgraph.c (lto_output_node, input_node): Set/get... |
commit | commitdiff | tree |
2014-06-23 |
Zhenqiang Chen | loop-invariant.c (pre_check_invariant_p): New function. |
commit | commitdiff | tree |
2014-06-23 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-22 |
Richard Henderson | re PR bootstrap/61565 (ICE building libjava/interpret.cc) |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | rs6000: Merge the var_shift yes/no alternatives |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | rs6000: Merge ashrsi3 and ashrdi3 |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | rs6000: Merge rotlsi3 and rotldi3 |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | Merge ashlsi3 and ashldi3 |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | rs6000: Merge lshrsi3 and lshrdi3 |
commit | commitdiff | tree |
2014-06-22 |
Segher Boessenkool | rs6000: Remove "O" alternative from lshrsi3 |
commit | commitdiff | tree |
2014-06-22 |
Richard Sandiford | mips.c (mips_move_to_gpr_cost): Remove mode argument. |
commit | commitdiff | tree |
2014-06-22 |
Marc Glisse | re PR target/61503 (RTL representation of i386 shrdl... |
commit | commitdiff | tree |
2014-06-22 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-21 |
Jan Hubicka | localalias.c: Fix broken commit. |
commit | commitdiff | tree |
2014-06-21 |
Jan-Benedict... | nios2.c: Include "builtins.h". |
commit | commitdiff | tree |
2014-06-21 |
Jan Hubicka | cgraph.h (tls_model_names): New variable. |
commit | commitdiff | tree |
2014-06-21 |
Jan Hubicka | localalias.c: New testcase. |
commit | commitdiff | tree |
2014-06-21 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-20 |
Jakub Jelinek | * gcc.target/arm/lto/lto.exp: Exit immediately if not... |
commit | commitdiff | tree |
2014-06-20 |
Marek Polacek | asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. |
commit | commitdiff | tree |
2014-06-20 |
Francois-Xavier... | re PR fortran/33363 (gfortran is missing -fcase-preserv... |
commit | commitdiff | tree |
2014-06-20 |
Maciej W. Rozycki | rs6000.md: Append `DONE' to preparation statements... |
commit | commitdiff | tree |
2014-06-20 |
Jason Merrill | re PR c++/59296 ([c++11] ref-qualified member function... |
commit | commitdiff | tree |
2014-06-20 |
Jason Merrill | re PR c++/61556 ([c++11][4.9/4.10 Regression] ‘*(const... |
commit | commitdiff | tree |
2014-06-20 |
Tom de Vries | Update definition of call_fusage_contains_non_callee_cl... |
commit | commitdiff | tree |
2014-06-20 |
Yufeng Zhang | Make the tests big-endian friendly. |
commit | commitdiff | tree |
2014-06-20 |
Yury Gribov | asan.c (instrument_strlen_call): Fixed instrumentation... |
commit | commitdiff | tree |
2014-06-20 |
Martin Jambor | re PR ipa/61540 (internal compiler error in try_make_ed... |
commit | commitdiff | tree |
2014-06-20 |
Yury Gribov | re PR sanitizer/61530 (segfault with asan) |
commit | commitdiff | tree |
2014-06-20 |
Martin Jambor | re PR ipa/61211 (ICE: verify_cgraph_node failed: edge... |
commit | commitdiff | tree |
2014-06-20 |
Kyrylo Tkachov | [AArch64] Fix some saturating math NEON intrinsics... |
commit | commitdiff | tree |
2014-06-20 |
Tom de Vries | Fix finding reg-sets of call insn |
commit | commitdiff | tree |
2014-06-20 |
Tom de Vries | Don't save function_used_regs if it contains all call_u... |
commit | commitdiff | tree |
2014-06-20 |
Tom de Vries | Use function_used_regs variable in collect_fn_hard_reg_... |
commit | commitdiff | tree |
2014-06-20 |
Jan Hubicka | cgraph.h (struct symtab_node): Add field in_init_priori... |
commit | commitdiff | tree |
2014-06-20 |
Jakub Jelinek | tree-ssa-math-opts.c (do_shift_rotate, [...]): Cast... |
commit | commitdiff | tree |
2014-06-20 |
Julian Brown | arm.c (arm_output_mi_thunk): Fix offset for TARGET_THUM... |
commit | commitdiff | tree |
2014-06-20 |
Tobias Burnus | re PR testsuite/61567 (gfortran.dg/coarray_collectives_... |
commit | commitdiff | tree |
2014-06-20 |
Hale Wang | re PR lto/61123 (With LTO, -fno-short-enums is ignored... |
commit | commitdiff | tree |
2014-06-20 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-06-19 |
Tom de Vries | Fix aarch64_emit_call_insn return type |
commit | commitdiff | tree |
2014-06-19 |
Francois-Xavier... | re PR fortran/61454 (ICE in simplification of initializ... |
commit | commitdiff | tree |
2014-06-19 |
Jason Merrill | re PR c++/59296 ([c++11] ref-qualified member function... |
commit | commitdiff | tree |
2014-06-19 |
Zhenqiang Chen | loop-invariant.c (get_inv_cost): Skip invariants, which... |
commit | commitdiff | tree |
2014-06-19 |
Terry Guo | thumb1.md (define_split): Split 64bit constant in earli... |
commit | commitdiff | tree |
next |