aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-12-03flags.h (warn_padded, [...]): Add global var decls.Greg McGary5-25/+161
1999-12-03align.C: New test.Alex Samuel4-0/+412
1999-12-03* frame.c (fde_split): Reimplement to avoid variable sized array.Nathan Sidwell2-14/+39
1999-12-03Daily bump.Jeff Law2-2/+2
1999-12-03Fix p24939.Mike Stump3-0/+20
1999-12-02combine.c (try_combine): Before fixing up LOG_LINKS for the i3_subst_into_i2 ...J"orn Rennecke2-13/+21
1999-12-02* invoke.texi: Document the mips option -mno-crt0Gavin Romig-Koch2-0/+8
1999-12-02cccp.c (argdata): Added free_ptr member.Mike Karr2-1/+36
1999-12-02Four new testsBernd Schmidt5-0/+80
1999-12-02Prevent invalid transformationsBernd Schmidt2-7/+71
1999-12-02remove compile time warnings about uninitilaised filedsNick Clifton2-2/+5
1999-12-02Pass pragma_getc and pragma_ungetc to HANDLE_PRAGMA.Nick Clifton2-2/+7
1999-12-02i386.md (extend?f?f2): Force the input into a register, not the output.Jan Hubicka2-3/+8
1999-12-02Daily bump.Jeff Law2-2/+2
1999-12-01* gcc.c-torture/execute/991201-1.c: New.Richard Henderson2-0/+43
1999-12-01Fix cut-n-paste error in last change.Jeff Law1-1/+0
1999-12-01sparc.md (movsf_const_intreg): Add constraints for regclass' sake.Jakub Jelinek2-7/+18
1999-12-01combine.c (if_then_else_cond): Use const_true_rtx instead of const1_rtx for r...Jeffrey A Law2-2/+6
1999-12-01mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.Jeffrey A Law6-26/+701
1999-12-01i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.Jan Hubicka2-62/+214
1999-12-01i386.md (QImode patterns): Remove '*' before the 'r' constraints.Jan Hubicka4-21/+42
1999-12-01(addsi): New add to lea splitter.Jan Hubicka2-1/+53
1999-12-01elf.h (STARTFILE_SPEC): Add no-crt0.Mark Salter4-2/+10
1999-12-01cp-tree.h (min_tree_cons): Remove.Mark Mitchell9-62/+48
1999-12-01Undo the last change I've checked in by accident.Jan Hubicka1-230/+162
1999-12-01i386.c (ix86_expand_move): Never add clobbers to move patterns.Jan Hubicka6-357/+283
1999-12-01i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns rewrite splitt...Jan Hubicka2-117/+124
1999-12-01re GNATS gcj/97 (Internal compiler error)Alexandre Petit-Bianco3-169/+185
1999-12-01i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.Jan Hubicka2-12/+35
1999-12-01Daily bump.Jeff Law2-2/+2
1999-12-01ggc.h (ggc_test_and_set_mark): New macro.Alex Samuel3-71/+100
1999-11-30dwarf2out.c (scope_die_for): Only handle types.Jason Merrill2-135/+79
1999-11-30calls.c (special_function_p): Remove `realloc' and add `strdup' to the list o...Kaveh R. Ghazi2-2/+9
1999-11-30c-lex.c (yylex): With -Wtraditional...Kaveh R. Ghazi3-1/+19
1999-11-30combine.c (try_combine): Only pass SET or CLOBBER to SET_DESTFranz Sirl3-3/+15
1999-11-30lcm.c (compute_laterin): Cast bb->aux to size_t not int.Richard Henderson3-4/+11
1999-11-30Jakub Jelinek <jakub@redhat.com>Jakub Jelinek4-75/+220
1999-11-30sparc.c (sparc_va_arg): Fix sparc64 va_arg aggregate passing for sizes <= 16 ...Jakub Jelinek2-12/+22
1999-11-30fix typoBrendan Kehoe1-1/+1
1999-11-30Delete obsolete macrosBernd Schmidt11-130/+16
1999-11-30sparc.h (MASK_FASTER_STRUCTS, [...]): Define.Brendan Kehoe4-9/+78
1999-11-30Fix psimode truncation patterns to not accept MEMs that are not valid forNick Clifton4-2/+30
1999-11-30flow.c (flow_nodes_print, [...]): New functions.Michael Hayes6-4/+818
1999-11-30Daily bump.Jeff Law2-2/+2
1999-11-30cppinit.c (CAT): The argument list of this macro may not contain spaces !Philippe De Muyter2-1/+6
1999-11-29Move quantity tables and register equivalence chains intoDavid S. Miller2-284/+371
1999-11-29* pt.c (tsubst_decl): Robustify.Mark Mitchell3-1/+18
1999-11-29Install proper changeRichard Kenner1-2/+3
1999-11-29fold-const.c (extract_muldiv, [...]): Reverse operation if C is negative.Richard Kenner2-19/+54
1999-11-29expr.c (store_constructor_field): If bit position is not multiple of alignmen...Richard Kenner2-3/+11