aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09re PR rtl-optimization/54739 (FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump sub...Nick Clifton2-27/+4
2012-10-09re PR target/54661 (mcore_output_movedouble: operation on ‘memexp’ may be...Nick Clifton2-2/+7
2012-10-09re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...Jonathan Wakely2-127/+49
2012-10-09ChangeLog: Move testsuite entries ...Uros Bizjak2-31/+35
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse19-107/+252
2012-10-09testsuite_abi.cc (check_version): Add CXXABI_1.3.7.Uros Bizjak2-1/+6
2012-10-09Daily bump.GCC Administrator1-1/+1
2012-10-09* es.po: Update.Joseph Myers2-7/+9
2012-10-08atom.md (atom_sse_4): Merge atom_sse_attr attibutes.Uros Bizjak2-5/+9
2012-10-08re PR middle-end/54400 (recognize vector reductions)Marc Glisse10-32/+188
2012-10-08re PR c++/54858 (ICE in cp_tree_equal)Jakub Jelinek4-0/+32
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka10-46/+173
2012-10-08re PR debug/54831 (ICE: in vt_add_function_parameter, at var-tracking.c:9412 ...Marek Polacek3-6/+35
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus2-0/+9
2012-10-08predict.c (predict_loops): Predict for short-circuit conditions.Dehao Chen6-1/+133
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka2-0/+31
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher13-124/+371
2012-10-08Require tls_runtime in gcc.target/i386/pr54445-1.cRainer Orth2-1/+6
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill33-19/+859
2012-10-08Support C++11 thread_local destructors.Jason Merrill13-45/+408
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill14-79/+250
2012-10-08rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS600...Jason Merrill1-0/+5
2012-10-08re PR tree-optimization/54825 (ICE with vector extension)Richard Guenther4-6/+21
2012-10-08tree-ssa-pre.c (postorder_num): New global.Richard Guenther2-80/+14
2012-10-08sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt7-5/+70
2012-10-08re PR target/54854 ([avr] Deprecate and finally remove the -mshort-calls comm...Georg-Johann Lay4-14/+11
2012-10-08re PR middle-end/54685 ([SH] Improve unsigned int comparison with 0x7FFFFFFF)Oleg Endo4-1/+120
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli74-137/+2084
2012-10-08re PR target/54815 ([avr] missed optimization with operations with constant o...Georg-Johann Lay2-17/+27
2012-10-08slsr-30.c: Use correct cleanup directive.Eric Botcazou4-2/+9
2012-10-08* ChangeLog: Fix whitespace.Uros Bizjak1-26/+22
2012-10-08runtime: Fix __go_symbol_value val argument to backtrace_syminfo.Ian Lance Taylor1-1/+1
2012-10-08re PR target/54760 ([SH] Add __builtin_thread_pointer, __builtin_set_thread_p...Oleg Endo8-2/+635
2012-10-08Daily bump.GCC Administrator1-1/+1
2012-10-08mmix.c (mmix_output_octa): Don't assume HOST_WIDEST_INT_PRINT_HEX starts with...Hans-Peter Nilsson2-12/+14
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini7-13/+28
2012-10-07re PR c++/51422 ([c++0x] ICE with invalid lambda expression)Paolo Carlini4-5/+26
2012-10-07machmode.h (GET_MODE_UNIT_PRECISION): New macro.Richard Sandiford5-200/+275
2012-10-07ipa-inline-analysis.c (do_estimate_edge_time): Return actual time spent by th...Jan Hubicka3-15/+33
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka7-18/+57
2012-10-07Fix typo in previous commit:Matthias Klose1-1/+1
2012-10-07unwind-arm.h (__gnu_unwind_24bit): Mark parameters as unused.Matthias Klose2-2/+11
2012-10-07basic: Remove empty directory.Matthias Klose1-0/+6
2012-10-07mips-protos.h (mips_split_type): New enum.Richard Sandiford8-41/+379
2012-10-07rs6000.c (print_operand): Delete.Segher Boessenkool2-11/+4
2012-10-07Daily bump.GCC Administrator1-1/+1
2012-10-06re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...Paolo Carlini7-23/+170
2012-10-06re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>)Paolo Carlini4-1/+25
2012-10-06Fix ChangeLog date ofGerald Pfeifer1-1/+1
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist7-54/+103