2012-07-30 |
Arnaud Charlet | [multiple changes] |
commit | commitdiff | tree |
2012-07-30 |
Arnaud Charlet | [multiple changes] |
commit | commitdiff | tree |
2012-07-30 |
Robert Dewar | par_sco.adb, [...]: Minor reformatting. |
commit | commitdiff | tree |
2012-07-30 |
Vincent Pucci | sem_ch9.adb (Allows_Lock_Free_Implementation): Restrict... |
commit | commitdiff | tree |
2012-07-30 |
Ulrich Weigand | target.def (vector_alignment): New target hook. |
commit | commitdiff | tree |
2012-07-30 |
Kirill Yukhin | i386-common.c (OPTION_MASK_ISA_RDSEED_SET): New. |
commit | commitdiff | tree |
2012-07-30 |
Richard Guenther | tree-into-ssa.c (mark_def_sites): Also process virtual... |
commit | commitdiff | tree |
2012-07-30 |
Oleg Endo | re PR target/39423 ([SH] performance regression: lost... |
commit | commitdiff | tree |
2012-07-30 |
Oleg Endo | re PR target/51244 ([SH] Inefficient conditional branch... |
commit | commitdiff | tree |
2012-07-30 |
Oleg Endo | re PR target/54089 ([SH] Refactor shift patterns) |
commit | commitdiff | tree |
2012-07-30 |
Laurynas Biveinis | gengtype.c (adjust_field_type): Diagnose duplicate... |
commit | commitdiff | tree |
2012-07-30 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-29 |
François Dumont | re PR libstdc++/54075 ([4.7.1] unordered_map insert... |
commit | commitdiff | tree |
2012-07-29 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-28 |
Uros Bizjak | i386.c (ix86_avoid_lea_for_addr): Handle zero-extended... |
commit | commitdiff | tree |
2012-07-28 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-28 |
Alan Modra | re PR target/54093 (ICE in in extract_insn, at recog... |
commit | commitdiff | tree |
2012-07-27 |
Nathan Froyd | expmed.h (alg_hash, [...]): Delete macro definitions... |
commit | commitdiff | tree |
2012-07-27 |
Ryan Mansfield | Invoke GCC_DRIVER_HOST_INITIALIZATION after diagnostic_... |
commit | commitdiff | tree |
2012-07-27 |
Oleg Endo | re PR target/54089 ([SH] Refactor shift patterns) |
commit | commitdiff | tree |
2012-07-27 |
Iain Sandoe | system-darwin-ppc64.ads: Add Support_Atomic_Primitives... |
commit | commitdiff | tree |
2012-07-27 |
Richard Guenther | tree-cfg.c (gimple_can_merge_blocks_p): Do more fine... |
commit | commitdiff | tree |
2012-07-27 |
Segher Boessenkool | constraints.md: Delete "q" constraint. |
commit | commitdiff | tree |
2012-07-27 |
Richard Guenther | tree-into-ssa.c (def_blocks_p): New typedef. |
commit | commitdiff | tree |
2012-07-27 |
Richard Guenther | invoke.texi (min-virtual-mappings, [...]): Remove param... |
commit | commitdiff | tree |
2012-07-27 |
Marek Polacek | cgraphunit.c: Rename varpool_finalize_variable to varpo... |
commit | commitdiff | tree |
2012-07-27 |
Uros Bizjak | bind_c_array_params_2.f90: Add "-mno-explicit-relocs... |
commit | commitdiff | tree |
2012-07-27 |
Segher Boessenkool | rs6000-common.c (rs6000_handle_option): Delete code... |
commit | commitdiff | tree |
2012-07-27 |
Segher Boessenkool | 601.md: New file. |
commit | commitdiff | tree |
2012-07-27 |
Anna Tikhonova | 20020201-1.c: Remove declarations for exit, abort,... |
commit | commitdiff | tree |
2012-07-27 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-26 |
Kazu Hirata | pex-win32.c (pex_win32_exec_child): Only close original... |
commit | commitdiff | tree |
2012-07-26 |
Janis Johnson | * gcc.dg/pr45259.c: Only -fpic depends on fpic support. |
commit | commitdiff | tree |
2012-07-26 |
Richard Henderson | Hot/cold attributes for labels. |
commit | commitdiff | tree |
2012-07-26 |
Andrew Jenner | cse.c (find_comparison_args): Check for cycles of any... |
commit | commitdiff | tree |
2012-07-26 |
François Dumont | Fix an english issue. |
commit | commitdiff | tree |
2012-07-26 |
Diego Novillo | Do not use 'with ... as ...' in validate_failures.py |
commit | commitdiff | tree |
2012-07-26 |
Nick Clifton | mn10300.c (REG_SAVE_BYTES): Delete. |
commit | commitdiff | tree |
2012-07-26 |
Steven Bosscher | re PR regression/54084 (Bunch of fails for x86) |
commit | commitdiff | tree |
2012-07-26 |
Bill Schmidt | tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove. |
commit | commitdiff | tree |
2012-07-26 |
Steven Bosscher | bitmap.h: Add explanation of sparse set as linked-list... |
commit | commitdiff | tree |
2012-07-26 |
Tobias Burnus | contiguous_1.f90: Update dg-error. |
commit | commitdiff | tree |
2012-07-26 |
Richard Guenther | re PR tree-optimization/54098 (ICE on valid code) |
commit | commitdiff | tree |
2012-07-26 |
Ramana Radhakrishnan | neon.ml (ops): Fix regexp for vld1Q_dups64 and vld1Q_du... |
commit | commitdiff | tree |
2012-07-26 |
Mikael Morin | re PR fortran/44354 (implied do loop with its own varia... |
commit | commitdiff | tree |
2012-07-26 |
Mikael Morin | re PR fortran/44354 (implied do loop with its own varia... |
commit | commitdiff | tree |
2012-07-26 |
Alessandro... | module.c (mio_array_spec): Don't read as->lower for... |
commit | commitdiff | tree |
2012-07-26 |
Ian Lance Taylor | runtime, runtime/pprof: Fix runtime/pprof test to pass... |
commit | commitdiff | tree |
2012-07-26 |
Oleg Endo | re PR target/51244 ([SH] Inefficient conditional branch... |
commit | commitdiff | tree |
2012-07-26 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-25 |
Oleg Endo | Fix ChangeLog formatting. |
commit | commitdiff | tree |
2012-07-25 |
Oleg Endo | re PR target/54089 ([SH] Refactor shift patterns) |
commit | commitdiff | tree |
2012-07-25 |
Janis Johnson | * g++.dg/cpp0x/nullptr21.c: Remove printfs, make self... |
commit | commitdiff | tree |
2012-07-25 |
Bharathi Seshadri | Pass -be8 by default for armv7-a when configured big... |
commit | commitdiff | tree |
2012-07-25 |
Eric Botcazou | gimple-low.c (lower_try_catch): New function. |
commit | commitdiff | tree |
2012-07-25 |
Eric Botcazou | expr.c (expand_expr_real_1): Do not expand operand... |
commit | commitdiff | tree |
2012-07-25 |
François Dumont | re PR libstdc++/54075 ([4.7.1] unordered_map insert... |
commit | commitdiff | tree |
2012-07-25 |
Marc Glisse | re PR tree-optimization/30318 (VRP does not create... |
commit | commitdiff | tree |
2012-07-25 |
Sandra Loosemore | re PR target/53633 (__attribute__((naked)) should disab... |
commit | commitdiff | tree |
2012-07-25 |
Tobias Burnus | trans-types.c (gfc_real16_is_float128): Fix spelling... |
commit | commitdiff | tree |
2012-07-25 |
Andreas Schwab | list_read.c (list_formatted_read_scalar): Fix copying... |
commit | commitdiff | tree |
2012-07-25 |
Siddhesh Poyarekar | Split out do_assembler_dialects. |
commit | commitdiff | tree |
2012-07-25 |
Richard Henderson | re PR bootstrap/54092 (Bootstrap fails while building... |
commit | commitdiff | tree |
2012-07-25 |
Jason Merrill | re PR c++/54086 (GCC should allow constexpr and const... |
commit | commitdiff | tree |
2012-07-25 |
Jason Merrill | re PR c++/54020 ([c++0x] incorrectly accepted constexpr... |
commit | commitdiff | tree |
2012-07-25 |
Jason Merrill | cp-tree.h (tsubst_flags): Remove tf_no_access_control. |
commit | commitdiff | tree |
2012-07-25 |
Jason Merrill | * pt.c (print_candidates_1): Use inform instead of... |
commit | commitdiff | tree |
2012-07-25 |
Dodji Seketeli | Fix typo in comment in basic-block.h |
commit | commitdiff | tree |
2012-07-25 |
Kirill Yukhin | Changelog entry: |
commit | commitdiff | tree |
2012-07-25 |
Sergey Melnikov | i386.md (stack_protect_set): Disable the pattern for... |
commit | commitdiff | tree |
2012-07-25 |
Steven Bosscher | * gimple-pretty-print.c (gimple_dump_bb_buff): Call... |
commit | commitdiff | tree |
2012-07-25 |
Venkataramanan... | AMD btver2 enablement |
commit | commitdiff | tree |
2012-07-25 |
Bill Schmidt | tm.texi: Regenerate. |
commit | commitdiff | tree |
2012-07-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-24 |
Richard Henderson | Purge FIXUNS_TRUNC_LIKE_FIX_TRUNC |
commit | commitdiff | tree |
2012-07-24 |
Paolo Carlini | pt.c (convert_template_argument, tsubst): Simplify... |
commit | commitdiff | tree |
2012-07-24 |
Richard Henderson | Reduce the size of optabs representation |
commit | commitdiff | tree |
2012-07-24 |
Uros Bizjak | * ChangeLog: Fix my recent entry. |
commit | commitdiff | tree |
2012-07-24 |
Jason Merrill | bitmap.c (bitmap_descriptor): Adjust order of parameter... |
commit | commitdiff | tree |
2012-07-24 |
Richard Henderson | Introduce and use code_to_optab and optab_to_code functions |
commit | commitdiff | tree |
2012-07-24 |
Richard Henderson | Tidy some include usage + dependencies |
commit | commitdiff | tree |
2012-07-24 |
Richard Henderson | Introduce and use unknown_optab |
commit | commitdiff | tree |
2012-07-24 |
Janis Johnson | * lib/gcc-dg.exp (process-message): Don't ignore errors. |
commit | commitdiff | tree |
2012-07-24 |
Uros Bizjak | * config/i386/i386.c: Fix whitespace. |
commit | commitdiff | tree |
2012-07-24 |
Steven Bosscher | * alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING... |
commit | commitdiff | tree |
2012-07-24 |
Jan-Benedict... | * MAINTAINERS (Write After Approval): Add myself. |
commit | commitdiff | tree |
2012-07-24 |
Ramana Radhakrishnan | re PR target/54051 (Invalid alignment specifier generat... |
commit | commitdiff | tree |
2012-07-24 |
Roland McGrath | arm.c (arm_get_frame_offsets): Don't use fixed regs... |
commit | commitdiff | tree |
2012-07-24 |
Uros Bizjak | re PR target/53961 (internal compiler error: in memory_... |
commit | commitdiff | tree |
2012-07-24 |
Julian Brown | sourcebuild.texi (arm_hf_eabi): Document effective... |
commit | commitdiff | tree |
2012-07-24 |
Uros Bizjak | lto-tree.h (lang_decl): Add variable_size GTY option. |
commit | commitdiff | tree |
2012-07-24 |
Steven Bosscher | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for... |
commit | commitdiff | tree |
2012-07-24 |
Richard Guenther | re PR middle-end/53616 (416.gamess in SPEC CPU 2006... |
commit | commitdiff | tree |
2012-07-24 |
Alan Modra | re PR target/53914 (poor code generated for offset... |
commit | commitdiff | tree |
2012-07-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2012-07-23 |
Oleg Endo | re PR target/51244 ([SH] Inefficient conditional branch... |
commit | commitdiff | tree |
2012-07-23 |
Oleg Endo | re PR target/53511 (SH Target: Add support for fma... |
commit | commitdiff | tree |
2012-07-23 |
Oleg Endo | sh.md (addc1, subc1): Delete. |
commit | commitdiff | tree |
2012-07-23 |
Uros Bizjak | i386-protos.c (ix86_lea_outperforms): Remove prototype. |
commit | commitdiff | tree |
2012-07-23 |
Ulrich Weigand | * config/arm/arm.c (arm_reorg): Ensure all insns are... |
commit | commitdiff | tree |
next |