1. 02 May, 1997 6 commits
  2. 01 May, 1997 8 commits
  3. 30 Apr, 1997 7 commits
  4. 29 Apr, 1997 4 commits
    • lib1funcs.asm (divnorm, [...]): Fix code to negate SImode values. · 51ac666b
              * lib1funcs.asm (divnorm, modnorm, exitdiv): Fix code to
              negate SImode values.
      
      From-SVN: r13991
      Jeff Law committed
    • except.c (expand_eh_region_start_tree): Add DECL argument so we can better track… · 4c581243
      except.c (expand_eh_region_start_tree): Add DECL argument so we can better track why the region was made for error...
      
      	* except.c (expand_eh_region_start_tree): Add DECL argument so we
       	can better track why the region was made for error reporting.
      	* except.h (expand_eh_region_start_tree): Likewise.
      	* tree.h (expand_dhc_cleanup): Likewise.
      	(expand_dcc_cleanup): Likewise.
      	* except.c (expand_eh_region_start_for_decl): New routine.
      	* except.h (expand_eh_region_start_for_decl): Likewise.
      	* stmt.c (expand_decl_cleanup): Add DECL to call of
      	expand_eh_region_start_tree.
      	(expand_dcc_cleanup): Likewise.
      	(expand_dhc_cleanup): Likewise.
      
      	(expand_start_case): Switches introduce conditional contexts.
      	(expand_start_case_dummy): Likewise.
      	(expand_start_case_dummy): Likewise.
      	(expand_end_case): Likewise.
      
      From-SVN: r13990
      Mike Stump committed
    • x · 9c6cd30e
      From-SVN: r13989
      Jason Merrill committed
    • x · c82ba1b5
      From-SVN: r13988
      Jason Merrill committed
  5. 28 Apr, 1997 1 commit
  6. 27 Apr, 1997 1 commit
  7. 26 Apr, 1997 1 commit
  8. 25 Apr, 1997 6 commits
  9. 24 Apr, 1997 5 commits
  10. 23 Apr, 1997 1 commit
    • mn10300.c (secondary_reload_class): Handle more cases where we need secondary reloads. · 4c742813
              * mn10300.c (secondary_reload_class): Handle more cases where we
              need secondary reloads.
              (impossible_plus_operand): Accept anything that involves addition
              of the stack pointer.
              * mn10300.md (reload_insi): Always load the stack pointer into
              the destination (which is always an address register).
              * mn10300.h (STORE_FLAG_VALUE): Remove definition.
              * xm-mn10300.h: Declare malloc, realloc, calloc and free.
      
      From-SVN: r13973
      Jeff Law committed