aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-11-07PR c++/45114 - Support C++11 alias-declarationDodji Seketeli25-69/+898
2011-11-07i386.c (ix86_builtin_vectorized_function): Handle BUILT_IN_IRINT, BUILT_IN_IR...Uros Bizjak3-4/+13
2011-11-07* gcc.dg/pragma-align-2.c: Compile with -std=gnu99.Eric Botcazou2-0/+5
2011-11-07optabs.c (get_atomic_op_for_code): Fill in optab table at runtime so SWITCHAB...Andrew MacLeod2-38/+76
2011-11-07atomic_base.h (atomic_thread_fence): Call builtin.Andrew MacLeod5-37/+78
2011-11-07re PR fortran/50919 ([OOP] Don't use vtable for NON_OVERRIDABLE TBP)Janus Weil5-26/+94
2011-11-07avr.c (output_reload_in_const): Can handle CONSTANT_P now, not only CONST_INT...Georg-Johann Lay2-106/+59
2011-11-07libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell14-412/+592
2011-11-07constraints.md (Cm2): New constraint for int -2.Georg-Johann Lay3-6/+27
2011-11-07re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill8-34/+65
2011-11-07add PR tagJason Merrill1-0/+1
2011-11-07re PR c++/33255 (A warning for "unused" typedefs?)Jason Merrill2-0/+4
2011-11-07decl.c (cp_finish_decl): Only make_tree_vector if we're calling check_initial...Jason Merrill2-1/+11
2011-11-07Check HARD_FRAME_POINTER_REGNUM.H.J. Lu2-1/+8
2011-11-07[multiple changes]Arnaud Charlet17-120/+205
2011-11-07[multiple changes]Arnaud Charlet6-47/+84
2011-11-07[multiple changes]Arnaud Charlet5-2/+56
2011-11-07[multiple changes]Arnaud Charlet7-133/+193
2011-11-07i386.c (ix86_expand_builtin): If gather mask argument is known to have all hi...Jakub Jelinek4-3/+122
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek17-123/+1279
2011-11-07clock and time are part of the C standard library.Janne Blomqvist2-6/+11
2011-11-07pr49781-1.c (dg-options): Add -mtune=generic.Uros Bizjak2-1/+5
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist2-9/+5
2011-11-07target-supports.exp (check_effective_target_sync_int_128): Don't cache the re...Uros Bizjak3-31/+21
2011-11-07f16cintrin: Remove extra _X86INTRIN_H_INCLUDED check.Uros Bizjak2-11/+11
2011-11-07config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.Tristan Gingold6-0/+270
2011-11-07vms.h (TARGET_OBJECT_SUFFIX, [...]): Move to config/vms/vms.hTristan Gingold7-119/+106
2011-11-07re PR target/50962 (Additional opportunity for AGU stall avoidance optimizati...Enkovich Ilya4-1/+37
2011-11-07re PR rtl-optimization/47698 (CMOV accessing volatile memory with read side e...Sergey Ostanevich4-3/+25
2011-11-07alpha-common.c (alpha_option_init_struct): New function.Tristan Gingold3-0/+31
2011-11-07Fix r180999, update ChangeLogQuentin Neill2-6/+9
2011-11-06re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill7-10/+70
2011-11-07Fix r180999.Quentin Neill2-3/+8
2011-11-07config.gcc (arm*-*-rtemseabi*): New target.Sebastian Huber4-1/+48
2011-11-06Get rid of sparc's UNSPEC_SHORT_LOAD.David S. Miller2-11/+30
2011-11-07wmul-1.c: Adjust optimization level.Terry Guo5-4/+11
2011-11-07re PR target/30282 (Optimization flag -O1 -fschedule-insns2 cause red zone to...Alan Modra2-3/+9
2011-11-07cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump.Dave Korn3-2/+8
2011-11-07gcse.c: Adjust outdated comments throughout.Eric Botcazou2-148/+146
2011-11-07Daily bump.GCC Administrator1-1/+1
2011-11-06c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers22-22/+506
2011-11-06regset.h (fixed_reg_set_regset): Declare.Joern Rennecke6-26/+166
2011-11-06gfortran.h (gfc_extend_expr): Modified prototype.Janus Weil4-19/+20
2011-11-06re PR c++/47695 ([C++0X] Calling a deleted function fails twice)Paolo Carlini4-14/+25
2011-11-06tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove any user labels.Jakub Jelinek2-2/+7
2011-11-06pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.John David Anglin2-45/+56
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod105-1323/+9335
2011-11-06Remove unwanted svn:executable properties that svn add had decided to add.Joern Rennecke8-0/+0
2011-11-062011-11-6 Richard Guenther <rguenther@suse.de>Richard Guenther2-1/+9
2011-11-06tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen9-79/+561