aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-1/+1
2011-07-08defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.Bernd Schmidt1-1/+10
2011-07-08rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against a bitsize.Bernd Schmidt1-1/+1
2011-07-06explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt1-39/+39
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-2/+1
2011-07-06cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt1-26/+14
2011-06-24Properly handle pointer addition/subtraction in num_sign_bit_copies1.H.J. Lu1-15/+0
2011-06-24Properly handle pointer addition/subtraction.H.J. Lu1-14/+0
2011-05-29re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Eric Botcazou1-2/+2
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-0/+117
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou1-0/+27
2010-09-29re PR target/40457 (use stm and ldm to access consecutive memory words)Bernd Schmidt1-0/+11
2010-09-17options.texi (Variable): Document.Joseph Myers1-7/+1
2010-08-20tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonz...Joseph Myers1-7/+2
2010-08-05rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask computations.Eric Botcazou1-53/+61
2010-07-30rtlanal.c (simplify_subreg_regno): Don't treat HARD_FRAME_POINTER_REGNUM spec...Bernd Schmidt1-2/+1
2010-07-30re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-1/+1
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-02target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-11-03re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-0/+5
2009-11-03re PR rtl-optimization/41917 (Strange athrithmetic result with -O3)Jakub Jelinek1-2/+10
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-5/+21
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+7
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther1-1/+1
2009-08-11combine.c (try_widen_shift_mode): Factor out code to check if an integer cons...Adam Nemet1-0/+17
2009-06-22alias.c: Use REG_P...Shujing Zhao1-22/+20
2009-04-16rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor1-7/+15
2009-03-27jump.c (rtx_renumbered_equal_p): Use subreg_get_info.H.J. Lu1-16/+1
2009-03-14re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootst...Jakub Jelinek1-3/+6
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-02-05re PR rtl-optimization/39110 (Revision 143939 breaks bootstrap on Linux/ia64)Paolo Bonzini1-1/+2
2009-02-04re PR rtl-optimization/37889 (SEGV, conditional execution proactively execute...Paolo Bonzini1-63/+91
2008-11-10re PR middle-end/37807 (Exponential compile time with MMX builtins.)Ralph Loader1-3/+5
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-12/+18
2008-08-28rtl.h (simplify_subreg_regno): Declare.Richard Sandiford1-0/+58
2008-08-26rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston1-1/+1
2008-08-20rtlanal.c (subreg_offset_representable_p): Revert last change.Richard Sandiford1-2/+1
2008-08-18rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK.Richard Sandiford1-1/+2
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-14/+14
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-0/+28
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2008-06-17Remove libcall notes.Steven Bosscher1-5/+0
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-07[multiple changes]Kenneth Zadeck1-23/+0