summaryrefslogtreecommitdiff
path: root/gcc/expr.h
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expmed.c (mode_for_extraction): New function.Zack Weinberg2001-08-221-0/+8
* stmt.c: Don't include insn-codes.h.Zack Weinberg2001-08-211-2/+8
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-0/+29
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-596/+19
* rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka2001-07-201-0/+4
* calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson2001-07-171-1/+1
* target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs2001-07-101-0/+3
* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene2001-07-091-2/+2
* [multiple changes]Richard Kenner2001-07-091-2/+13
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-0/+6
* emit-rtl.c (adjust_address): New function.Richard Kenner2001-07-021-0/+4
* expr.h (enum libfunc_index): Add LTI_memmove.Loren J. Rittle2001-04-131-0/+2
* c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.Kaveh R. Ghazi2001-04-121-1/+0
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-3/+0
* expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.Zack Weinberg2001-04-041-9/+0
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-12/+9
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-4/+0
* i386.md (pophi1, [...]): Remove.Jan Hubicka2001-03-211-3/+0
* bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson2000-12-031-1/+2
* expr.h (store_by_pieces): Add prototype.Jakub Jelinek2000-11-291-0/+19
* Move fold_builtin declaration to proper headerBernd Schmidt2000-11-031-1/+0
* Constant folding for builtinsBernd Schmidt2000-11-011-0/+1
* Adding new option -ftrapv.Chandrakala Chavva2000-10-181-1/+13
* Bring back equal forms for libcallsBernd Schmidt2000-09-171-5/+0
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-0/+11
* expr.h (get_alias_set, [...]): Delete prototypes.Rodney Brown2000-07-271-4/+0
* explow.c (maybe_set_unchanging): New function, broken out from...Jason Merrill2000-06-051-0/+5
* alias.c (lang_get_alias_set): Remove.Richard Henderson2000-06-021-1/+1
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-13/+34
* loop.c (canonicalize_condition): Add WANT_REG argument.Richard Henderson2000-04-171-1/+1
* builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner2000-03-301-2/+3
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-6/+10
* builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2000-02-271-12/+14
* Copyright fixes.Jeff Law2000-02-251-1/+2
* loop.c (canonicalize_condition): New function, broken out of get_condition.John Wehle2000-02-181-1/+6
* combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner2000-02-101-12/+20
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-1/+14
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-161/+162
* explow.c (hard_function_value): Add outgoing argument.Jakub Jelinek1999-11-161-1/+1
* expr.c (emit_push_insn): New argument alignment_pad.Catherine Moore1999-10-291-2/+2
* cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1999-10-031-0/+1
* * expr.h (init_mov_optab): Delete declarationJeffrey A Law1999-09-301-1/+0
* Use cbranch patterns when availableBernd Schmidt1999-09-231-1/+25
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-4/+2
* combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1999-09-091-0/+3
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+1
* Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+4
* Convert many single variables to arraysBernd Schmidt1999-09-041-166/+383
* Fix sparc compilation failureBernd Schmidt1999-08-231-4/+0