index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
egcs
/
gcc
/
protector.c
Age
Commit message (
Expand
)
Author
2010-03-27
Prevent uninitialized use of prev in replace_return_reg() and use
Otto Moerbeek
2008-04-25
reg_renumber[] values are valid if >= 0, not > 0.
Miod Vallat
2004-04-19
fix mysql bug: http://bugs.mysql.com/bug.php?id=1442
Hiroaki Etoh
2004-01-22
to fix the issue "missing return at end of function and ProPolice", calculate...
Hiroaki Etoh
2003-10-07
flag_stack_protection enables to genereate protecting instruments for every f...
Hiroaki Etoh
2003-10-07
rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn.
Hiroaki Etoh
2003-10-07
copy_args_for_protection: fix the problem that move_arg_location may corrupt ...
Hiroaki Etoh
2003-07-29
change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ...
Hiroaki Etoh
2003-07-29
push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a...
Hiroaki Etoh
2003-07-29
rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))".
Hiroaki Etoh
2003-03-15
New frame addressing (plus (subreg (reg fp)) const) is supported by push_fram...
Hiroaki Etoh
2003-02-26
fix the bison problem on alpha, it uses the pointer that initialzes the outsi...
Hiroaki Etoh
2003-02-21
push_frame_in_operand: add the setup and restore code for setjmp on powerpc ...
Hiroaki Etoh
2003-02-21
sweep_string_in_operand: properly sweep inline function frame.
Hiroaki Etoh
2003-02-21
In the case of no optimization, fix the problem that the first argument doesn...
Hiroaki Etoh
2003-02-15
use real registers to propagete frame offset for powerpc.
Hiroaki Etoh
2003-02-03
prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...
Hiroaki Etoh
2003-01-12
Revert last change, causes issues on macppc and alpha.
Miod Vallat
2003-01-07
prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...
Hiroaki Etoh
2002-12-25
arrange_var_order: not to weep the string of inlined function.
Hiroaki Etoh
2002-12-09
fix the problem of bison generated codes on alpha
Hiroaki Etoh
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
Miod Vallat