summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/protector.c
AgeCommit message (Expand)Author
2003-10-07flag_stack_protection enables to genereate protecting instruments for every f...Hiroaki Etoh
2003-10-07rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn.Hiroaki Etoh
2003-10-07copy_args_for_protection: fix the problem that move_arg_location may corrupt ...Hiroaki Etoh
2003-07-29change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ...Hiroaki Etoh
2003-07-29push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a...Hiroaki Etoh
2003-07-29rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))".Hiroaki Etoh
2003-03-15New frame addressing (plus (subreg (reg fp)) const) is supported by push_fram...Hiroaki Etoh
2003-02-26fix the bison problem on alpha, it uses the pointer that initialzes the outsi...Hiroaki Etoh
2003-02-21push_frame_in_operand: add the setup and restore code for setjmp on powerpc ...Hiroaki Etoh
2003-02-21sweep_string_in_operand: properly sweep inline function frame.Hiroaki Etoh
2003-02-21In the case of no optimization, fix the problem that the first argument doesn...Hiroaki Etoh
2003-02-15use real registers to propagete frame offset for powerpc.Hiroaki Etoh
2003-02-03prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2003-01-12Revert last change, causes issues on macppc and alpha.Miod Vallat
2003-01-07prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2002-12-25arrange_var_order: not to weep the string of inlined function.Hiroaki Etoh
2002-12-09fix the problem of bison generated codes on alphaHiroaki Etoh
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat