Age | Commit message (Expand) | Author | Files | Lines |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-07-09 | genrecog.c: Include diagnostic-core.h before toplev.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-10 | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 1 | -1/+1 |
2010-06-10 | read-md.h (read_rtx_lineno): Rename to... | Richard Sandiford | 1 | -6/+6 |
2010-06-10 | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-04-07 | tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var... | Jakub Jelinek | 1 | -8/+12 |
2009-11-27 | i386.c (ix86_emit_restore_sse_regs_using_mov): Remove unused insn variable. | Jakub Jelinek | 1 | -4/+9 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-07-09 | genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -8/+8 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -0/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-05-30 | genrecog.c: Include regs.h in generated file. | Eric Christopher | 1 | -3/+4 |
2007-04-12 | Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H). | Richard Sandiford | 1 | -0/+1 |
2007-03-19 | genemit.c (main): Print include statement for dfp.h. | Andreas Krebbel | 1 | -0/+1 |
2006-11-13 | * genemit.c (gen_expand): Allocate enough memory. | Michael Matz | 1 | -1/+2 |
2006-11-13 | genemit.c (gen_insn): Call gen_exp with a non-null used when handling multipl... | Kaz Kojima | 1 | -2/+10 |
2006-03-29 | genemit.c (main): Add tm-constrs.h to included headers. | David Edelsohn | 1 | -0/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -3/+3 |
2006-01-23 | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 1 | -7/+0 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-20 | Makefile.in (insn-emit.o): Add basic-block.h dependency. | Jan Hubicka | 1 | -0/+1 |
2005-03-05 | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-04 | * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) | Richard Sandiford | 1 | -1/+5 |
2004-09-09 | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 1 | -20/+31 |
2004-08-03 | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 1 | -3/+0 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -2/+2 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -2/+2 |
2004-04-01 | re PR target/14040 (ARM cross compiler: error: could not split insn) | Mark Mitchell | 1 | -2/+3 |
2004-02-06 | genemit.c (gen_exp): Use const_int_rtx whenever possible. | Kazu Hirata | 1 | -0/+4 |
2004-02-05 | Fix typo and clarify comment. | Richard Kenner | 1 | -3/+4 |
2004-02-02 | genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of gen_rtx. | Kazu Hirata | 1 | -2/+8 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-20 | emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha... | Jan Hubicka | 1 | -0/+8 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-11-30 | * genemit.c (register_constraints): Remove. | Kazu Hirata | 1 | -12/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+2 |
2003-07-06 | stmt.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -1/+1 |
2003-07-05 | genattrtab.c (write_attr_get): Revert part of last patch to always write out ... | Andreas Jaeger | 1 | -3/+3 |
2003-07-05 | genattr.c (internal_dfa_insn_code): Output prototype. | Kaveh R. Ghazi | 1 | -23/+20 |
2003-06-01 | genrecog.c: Use ISO C90 prototypes. | Andreas Jaeger | 1 | -52/+33 |
2003-01-16 | dbxout.c (lastfile, cwd): Fix `unused' warning. | Kaveh Ghazi | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+5 |
2002-07-30 | Recognize return insns even if the return appears in a parallel. | Bernd Schmidt | 1 | -2/+3 |
2002-07-22 | hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define. | J"orn Rennecke | 1 | -1/+1 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -6/+6 |
2002-05-23 | genemit.c (gen_insn): Print file:lineno comment before function. | Richard Henderson | 1 | -22/+28 |
2002-03-20 | re PR bootstrap/4192 (fr30-elf does not build - memory exhausted building crt... | Jakub Jelinek | 1 | -3/+8 |
2002-03-06 | genemit.c (gen_exp): New argument used. | Richard Henderson | 1 | -12/+26 |
2001-12-09 | 1750a.md: Add default case in switch. | Kaveh R. Ghazi | 1 | -1/+1 |