Age | Commit message (Expand) | Author | Files | Lines |
2011-08-23 | re PR middle-end/50161 (wrong code with -fno-tree-ter and __builtin_popcountl) | Jakub Jelinek | 1 | -1/+26 |
2011-08-19 | arm.md (maddhidi4): Remove '*' from name. | Andrew Stubbs | 1 | -11/+44 |
2011-08-19 | expr.c (expand_expr_real_2): Use widening_optab_handler. | Andrew Stubbs | 1 | -12/+44 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -11/+11 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -1/+1 |
2011-08-01 | optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point comparison h... | Julian Brown | 1 | -2/+4 |
2011-07-25 | re PR tree-optimization/49715 (Could do more efficient unsigned-to-float to c... | Richard Guenther | 1 | -1/+1 |
2011-07-08 | optabs.c (expand_binop): Tighten conditions for doubleword expansions. | Bernd Schmidt | 1 | -4/+7 |
2011-07-08 | optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w... | Bernd Schmidt | 1 | -17/+17 |
2011-07-06 | machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. | Bernd Schmidt | 1 | -8/+4 |
2011-06-22 | arm.c (neon_immediate_valid_for_shift): New function. | Dmitry Plotnikov | 1 | -0/+3 |
2011-06-21 | re PR middle-end/49489 (gcc.c-torture/execute/builtin-bitops-1.c fails on x86... | Jakub Jelinek | 1 | -6/+9 |
2011-06-21 | Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2. | Bernd Schmidt | 1 | -7/+23 |
2011-06-01 | re PR target/45074 (GCC Segmentation fault - negating global register variables) | Richard Sandiford | 1 | -8/+40 |
2011-05-25 | libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if LIBGCC2_GNU_PREFIX i... | Bernd Schmidt | 1 | -8/+42 |
2011-04-29 | expr.h (expand_shift): Rename to ... | Richard Guenther | 1 | -6/+5 |
2011-04-15 | recog.h (insn_operand_data): Add an "allows_mem" field. | Richard Sandiford | 1 | -15/+51 |
2011-04-12 | * recog.h, genoutput.c, optabs.c: Revert last patch. | Richard Sandiford | 1 | -46/+15 |
2011-04-12 | recog.h (insn_operand_data): Add an "allows_mem" field. | Richard Sandiford | 1 | -15/+46 |
2011-04-01 | expr.c (emit_block_move_via_movmem): Use n_generator_args instead of n_operands. | Richard Sandiford | 1 | -3/+1 |
2011-03-30 | re PR bootstrap/48332 (optabs changes (PR48263 fix) broke m68k-linux bootstrap) | Richard Sandiford | 1 | -20/+20 |
2011-03-24 | re PR rtl-optimization/48263 (build fails for cris-elf in libgfortran) | Richard Sandiford | 1 | -32/+48 |
2011-03-23 | optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e... | Richard Sandiford | 1 | -528/+390 |
2011-03-21 | expr.h (prepare_operand): Move to... | Richard Sandiford | 1 | -59/+48 |
2011-03-04 | re PR target/47975 (ICE: in expand_shift, at expmed.c:2299 when using 256b ve... | Richard Guenther | 1 | -4/+4 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-11-11 | * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly. | Richard Henderson | 1 | -0/+4 |
2010-11-04 | tree.def (FMA_EXPR): New tree code. | Richard Guenther | 1 | -0/+3 |
2010-08-18 | Expand pending pops before trying the optab. | Paolo Bonzini | 1 | -0/+1 |
2010-08-18 | re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness) | Maxim Kuvyrkov | 1 | -3/+2 |
2010-07-12 | Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H). | Richard Sandiford | 1 | -25/+15 |
2010-07-12 | Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H). | Richard Sandiford | 1 | -17/+4 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-04 | gcc/ | Richard Sandiford | 1 | -97/+45 |
2010-07-04 | optabs.h (optab_handlers): Change type of insn_code to int. | Richard Sandiford | 1 | -45/+2 |
2010-07-04 | optabs.h (optab_handler, [...]): Turn into inline functions that return an in... | Richard Sandiford | 1 | -91/+82 |
2010-06-25 | With large parts from Jim Wilson: | Bernd Schmidt | 1 | -1/+20 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -2/+2 |
2010-06-02 | re PR middle-end/44291 (ICE in set_user_assembler_libfunc) | Richard Guenther | 1 | -2/+2 |
2010-06-01 | optabs.c (init_optabs): Guard all accesses to reinit. | Richard Guenther | 1 | -0/+4 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-25 | function.h (struct function): Add can_throw_non_call_exceptions bit. | Eric Botcazou | 1 | -2/+2 |
2010-05-25 | re PR target/43610 (ICE: in prepare_float_lib_cmp, at optabs.c:4392 with -fno... | Paolo Bonzini | 1 | -46/+54 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-05-16 | lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE. | Richard Guenther | 1 | -1/+1 |
2010-04-20 | double-int.h (double_int_setbit): Declare. | Anatoly Sokolov | 1 | -44/+19 |
2010-03-19 | optabs.c (avoid_expensive_constant): Fix formatting. | Bernd Schmidt | 1 | -0/+1 |
2010-03-19 | re PR target/40697 (inefficient code to extract least bits from an integer va... | Bernd Schmidt | 1 | -2/+2 |
2010-02-19 | re PR middle-end/42233 (c++ builtin_expect code generation regression) | Jakub Jelinek | 1 | -3/+3 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -18/+3 |