Age | Commit message (Expand) | Author | Files | Lines |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -117/+79 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -0/+6 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+2 |
2004-07-25 | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -3/+3 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -11/+11 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -1/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -11/+11 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-05-19 | reg-stack.c (nan): Rename to ... | Andrew Pinski | 1 | -8/+8 |
2004-05-15 | basic-block.h (life_analysis, [...]): Update prototypes. | Steven Bosscher | 1 | -4/+3 |
2004-05-07 | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 1 | -0/+1 |
2004-05-06 | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 1 | -0/+4 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-30 | reg-stack.c (subst_stack_regs_pat): <UNSPEC_SIN, UNSPEC_COS, UNSPEC_FRNDINT, ... | Uros Bizjak | 1 | -20/+12 |
2004-04-29 | reg-stack.c (swap_to_top): New function. | Uros Bizjak | 1 | -37/+108 |
2004-04-15 | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 1 | -0/+2 |
2004-04-14 | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 1 | -0/+5 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+54 |
2004-03-24 | reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_u... | Roger Sayle | 1 | -0/+7 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -2/+2 |
2004-02-06 | recog.c (split_all_insns): Do not update reg info. | Jan Hubicka | 1 | -3/+8 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -2/+2 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -13/+13 |
2003-11-27 | re PR target/12900 (g++ ICE in rtl_verify_flow_info_1) | Eric Botcazou | 1 | -35/+51 |
2003-10-30 | real.c (encode_ieee_extended): Initialize whole array. | Jan Hubicka | 1 | -5/+2 |
2003-10-25 | re PR target/12712 (ICE on short legit C++ code fragment with gcc 3.3.2) | Eric Botcazou | 1 | -19/+30 |
2003-10-19 | re PR rtl-optimization/12612 (ICE when using log function with -O3 -ffast-math) | Jan Hubicka | 1 | -1/+1 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-09-22 | re PR target/9786 (Ice in fixup_abnormal_edges with -fnon-call-exceptions -O2) | Eric Botcazou | 1 | -3/+31 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -7/+7 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -122/+63 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -1/+1 |
2003-06-15 | i386.md (expsf2, [...]): New patterns to implement exp, expf and expl built-i... | Roger Sayle | 1 | -0/+3 |
2003-06-12 | re PR inline-asm/4823 (gcc reports internal compiler error on legal code) | Richard Henderson | 1 | -2/+10 |
2003-05-12 | i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-i... | Roger Sayle | 1 | -0/+1 |
2003-03-15 | c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | Roger Sayle | 1 | -1/+1 |
2003-02-28 | combine.c (gen_lowpart_for_combine): Update handling of subregs_of_mode | Jan Hubicka | 1 | -3/+0 |
2003-02-21 | cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting. | Jan Hubicka | 1 | -0/+1 |
2003-02-20 | toplev.c (flag_sched2_use_superblocks, [...]): New global variables. | Jan Hubicka | 1 | -4/+9 |
2003-02-13 | i386.md (UNSPEC_FPATAN): New UNSPEC constant. | Roger Sayle | 1 | -2/+69 |
2003-01-06 | Fix comment typo. | Joern Rennecke | 1 | -1/+1 |
2002-12-25 | output.h: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-10 | FOrgot to commit the file itself. Changelog entry is already at: | Jan Hubicka | 1 | -0/+4 |
2002-10-27 | combine.c: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |