aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-02re PR middle-end/33617 (ICE for nonconstant callee-copied constructor arguments)Richard Sandiford1-4/+6
2007-09-28re PR middle-end/33436 (Bad constant output with TARGET_ASM_ALIGNED_DI_OP)John David Anglin1-2/+19
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-5/+5
2007-09-23expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E...Jakub Jelinek1-15/+26
2007-09-23re PR middle-end/28755 (duplicate members of arrays)Jakub Jelinek1-69/+103
2007-09-17re PR middle-end/33273 (FAIL: 27_io/basic_istream/ignore/char/1.cc (test for ...John David Anglin1-1/+2
2007-09-07stdfix.h: New file.Chao-ying Fu1-13/+96
2007-09-05builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek1-0/+4
2007-09-04optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka1-1/+1
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-3/+4
2007-08-25expr.c (store_expr): Fix order of store_by_pieces arguments.Jakub Jelinek1-3/+2
2007-08-24re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore1-11/+25
2007-08-24expr.c (store_expr): Optimize initialization of an array with STRING_CST.Jakub Jelinek1-0/+42
2007-08-24expr.c (get_inner_reference): Do computation of bitoffset from offset in a wa...Richard Guenther1-12/+20
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-6/+6
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-5/+6
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-29/+29
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-12re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman1-0/+41
2007-06-22re PR middle-end/32374 (internal compiler error: in reload_cse_simplify_opera...Uros Bizjak1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-1/+6
2007-06-12re PR middle-end/31579 (ICE when compiling attached code)Andrew Pinski1-10/+3
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+7
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+2
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-1/+1
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-30/+90
2007-06-01expr.c (force_operand): Remove breaks after return statements.Uros Bizjak1-11/+7
2007-06-01expr.c (convert_move): Assert that we don't have a BLKmode operand.Eric Christopher1-73/+80
2007-05-18re PR middle-end/31344 (bootstrap broken on i[345]86-linux)Uros Bizjak1-1/+6
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-0/+16
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-18/+23
2007-05-08md.texi (msub@var{m}@var{n}4, [...]): Document.Chao-ying Fu1-0/+41
2007-05-01constraints.md: New.Kazu Hirata1-0/+1
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-3/+3
2007-04-242007-xx-xx Chao-ying Fu <fu@mips.com> Richard Sandiford <richard@nildram.co.uk>Richard Sandiford1-1/+42
2007-04-24Revert:Jan Hubicka1-3/+3
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-3/+3
2007-04-22re PR middle-end/31448 (ICE in expand_shift with bit fields and expand inlini...Andrew Pinski1-1/+8
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+1
2007-04-06langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P.Daniel Berlin1-6/+0
2007-04-03expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield an appropri...Richard Henderson1-3/+13
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-1/+1
2007-03-22defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz1-7/+8
2007-03-01expr.c (emit_move_complex_push): Export.Richard Henderson1-11/+21
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-1/+9
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-23/+11
2007-02-15expr.c (expand_expr_real_1): If a temporary is made and the reference doesn't...Eric Botcazou1-3/+12
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-0/+35