aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka7-170/+118
2012-09-09cpuid.h: Define signature_*_e[bcd]x macros for matching results of level 0 ca...Ulrich Drepper3-17/+70
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka10-314/+318
2012-09-09decl.c (reshape_init_class): Avoid dereferencing a past-the-end pointer.Mark Kettenis2-1/+6
2012-09-09Daily bump.GCC Administrator1-1/+1
2012-09-08pa.c (hppa_rtx_costs): Update costs for large integer modes.John David Anglin2-8/+36
2012-09-08Fix broken patchAndi Kleen2-1/+6
2012-09-08Add -fmem-report-wpaAndi Kleen4-1/+19
2012-09-08Fix wrong date in ChangeLogAndi Kleen1-1/+1
2012-09-08Optimize moxie function prologuesAnthony Green2-5/+22
2012-09-08Daily bump.GCC Administrator1-1/+1
2012-09-07re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat...Mikael Morin4-0/+37
2012-09-07pt.c (num_template_headers_for_class): Rework per the code inline in cp_parse...Paolo Carlini3-57/+33
2012-09-07re PR testsuite/54184 (gcc.dg/pr52558-1.c failure)Aldy Hernandez3-22/+80
2012-09-07v850.h (DBX_DEBUGGING_INFO): Define.Nick Clifton5-69/+72
2012-09-07trans.c (Loop_Statement_to_gnu): Revert to using size_type_node instead of si...Eric Botcazou2-3/+9
2012-09-07re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw6-4/+21
2012-09-07re PR middle-end/53667 (Cray pointer: Wrong result with optimizations)Richard Guenther2-11/+32
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher6-39/+44
2012-09-07* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.Eric Botcazou2-2/+6
2012-09-07re PR tree-optimization/53986 (missing vrp on bit-mask test, LSHIFT_EXPR not ...Tom de Vries3-0/+77
2012-09-07re PR tree-optimization/53986 (missing vrp on bit-mask test, LSHIFT_EXPR not ...Tom de Vries2-1/+31
2012-09-07aix43.h (RS6000_CALL_GLUE): Delete.Segher Boessenkool11-58/+33
2012-09-07invoke.texi (-ffat-lto-objects): Clarify that gcc-ar et.al.Andi Kleen2-1/+8
2012-09-07Reduce memory usage for storing LTO decl resolutionsAndi Kleen3-10/+45
2012-09-07Daily bump.GCC Administrator1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl45-926/+893
2012-09-06configure.ac (hle prefixes): Remove .code64.Uros Bizjak3-14/+13
2012-09-06arm.c: Use CONST_INT_P...Kyrylo Tkachov8-382/+392
2012-09-06re PR c++/54341 (ICE (segfault) in cx_check_missing_mem_inits, at cp/semantic...Jason Merrill6-4/+121
2012-09-06re PR tree-optimization/54498 (incorrect code generation from g++ -O)Richard Guenther4-12/+32
2012-09-06rs6000.c (rs6000_xcoff_asm_named_section): Add TLS section.David Edelsohn2-4/+13
2012-09-06tree.h (MOVE_NONTEMPORAL): Remove.Richard Guenther4-12/+9
2012-09-06passes.c (execute_function_todo): Call compute_may_aliases only if flag_tree_...Richard Guenther2-1/+7
2012-09-06re PR tree-optimization/54494 (Missing store to volatile)Andrew Pinski4-0/+28
2012-09-06re PR rtl-optimization/54455 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek5-3/+55
2012-09-062012-09-06 Tobias BurnusTobias Burnus4-4/+30
2012-09-06score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and score_legitimize_address...Chen Liqin2-27/+5
2012-09-06Daily bump.GCC Administrator1-1/+1
2012-09-05ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterations ...Jan Hubicka2-1/+7
2012-09-05optabs.c (emit_conditional_add): Correct comment about the arguments.Andrew Pinski3-13/+9
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo39-50/+162
2012-09-05re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st...Tobias Burnus2-4/+11
2012-09-05re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler)Diego Novillo2-1/+7
2012-09-05re PR middle-end/54486 (Spurious printf format warning mentions nonexistent t...Jakub Jelinek4-2/+45
2012-09-05sse.md (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix>): Use register_operand ...Uros Bizjak4-55/+35
2012-09-05bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou2-58/+76
2012-09-05re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther3-2/+21
2012-09-05re PR fortran/54474 (gfortran.dg/coarray_poly_3.f90)Dominique d'Humieres2-2/+7
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini15-80/+268