aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11
AgeCommit message (Expand)AuthorFilesLines
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-38/+0
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-14/+14
2001-11-25m68hc11.md (peephole2): New peephole2 to optimize address computations.Stephane Carrez1-0/+26
2001-11-25m68hc11.c (d_register_operand): Must accept register b (low part of d).Stephane Carrez1-1/+2
2001-11-25m68hc11.h (FUNCTION_PROFILER): Fix label name passed to mcount.Stephane Carrez1-1/+1
2001-11-221750a.h (DBX_REGISTER_NUMBER): Don't define.Kaveh R. Ghazi1-4/+0
2001-11-15dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill1-9/+0
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-041750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.Kaveh R. Ghazi3-11/+10
2001-11-02m68hc11.c: Fix comment formatting.Kazu Hirata3-78/+78
2001-10-28alpha.md, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2-15/+15
2001-10-01m68hc11.md ("add-split"): Fix add split when operand 2 is the stack pointer.Stephane Carrez1-4/+10
2001-09-30m68hc11.md ("cmpqi_1"): Fix constraints.Stephane Carrez1-14/+16
2001-09-30m68hc11.c (m68hc11_gen_movhi): Fix move of sp to tmp reg.Stephane Carrez1-1/+11
2001-09-30m68hc11.h (INCOMING_RETURN_ADDR_RTX): Remove so that we use setjmp/longjmp ex...Stephane Carrez1-10/+0
2001-09-21Table-driven attributes.Joseph Myers1-23/+27
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson2-27/+23
2001-08-04m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory and soft register for operand 0.Stephane Carrez1-22/+35
2001-08-04m68hc11.md ("bitcmpqi"): Allow memory and soft register for operand 0.Stephane Carrez1-10/+23
2001-08-03t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.Stephane Carrez3-6/+117
2001-07-24recog.c (split_all_insns_noflow): New.Jan Hubicka1-2/+2
2001-07-21m68hc11.md ("andqi3"): Accept d as second operand.Stephane Carrez1-11/+11
2001-07-20m68hc11.md ("movdi", [...]): Use an expand to emit the pattern; put a REG_INC...Stephane Carrez1-5/+112
2001-07-20m68hc11.c (m68hc11_gen_highpart): Don't use gen_highpart.Stephane Carrez1-7/+19
2001-07-09final.c (output_addr_const): Use target opening and closing parentheses.Neil Booth1-7/+0
2001-07-07m68hc11.c (m68hc11_initial_elimination_offset): Take into account m68hc11_sp_...Stephane Carrez2-4/+3
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth3-9/+8
2001-07-05m68hc11.md ("*ashlsi3"): Operand 1 can be a memory reference using the stack ...Stephane Carrez1-3/+24
2001-07-05m68hc11.h (RETURN_ADDR_RTX): Fix return address when -fomit-frame-pointer is ...Stephane Carrez1-2/+2
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-1/+1
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers3-38/+0
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth3-34/+11
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth1-9/+0
2001-06-12m68hc11.md ("*lshrdi3_const32"): Mark the clobber as an early clobber to make...Stephane Carrez1-3/+3
2001-06-10* m68hc11.md (peepholes): Remove unused and wrong peepholes.Stephane Carrez1-38/+0
2001-06-10m68hc11.md ("extendhisi2"): Fix constraints to prefer a memory for operand 1.Stephane Carrez1-9/+21
2001-06-10m68hc11-protos.h (m68hc11_initialize_trampoline): Move definition in the RTX_...Stephane Carrez1-2/+2
2001-06-10m68hc11.h (RETURN_ADDR_RTX): Define the return address as relative to the arg...Stephane Carrez1-0/+6
2001-05-20m68hc11.c (m68hc11_override_options): Ignore the -fpic and -fPIC options, cle...Stephane Carrez1-8/+22
2001-05-17i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg2-2/+1
2001-05-05m68hc11.c (m68hc11_gen_movhi): Optimize moves between X and Y by using sequen...Stephane Carrez1-4/+28
2001-05-05m68hc11.md ("*logicalsi3_silshr16"): Use '?' instead of '!' for the 'D' alter...Stephane Carrez1-23/+23
2001-05-04m68hc11.md (lshrhi3_const1): Fix shift of soft register, use ror instead of rol.Stephane Carrez1-1/+1
2001-05-04m68hc11.c (m68hc11_check_z_replacement): Take into account pre/post increment...Stephane Carrez1-6/+44
2001-05-04larith.asm (L_regs_frame): New for _.frame.Stephane Carrez2-11/+43
2001-05-04m68hc11.h (CPP_SPEC): Pass -D__HAVE_SHORT_DOUBLE__ to the pre-processor when ...Stephane Carrez2-2/+4
2001-05-04larith.asm (divmodhi4): Empty for 68HC12.Stephane Carrez2-11/+106