summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-10/+12
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-2/+5
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-1/+1
* defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.Bernd Schmidt2011-07-081-1/+10
* rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against a bitsize.Bernd Schmidt2011-07-081-1/+1
* explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt2011-07-061-39/+39
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-2/+1
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt2011-07-061-26/+14
* Properly handle pointer addition/subtraction in num_sign_bit_copies1.H.J. Lu2011-06-241-15/+0
* Properly handle pointer addition/subtraction.H.J. Lu2011-06-241-14/+0
* re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Eric Botcazou2011-05-291-2/+2
* re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva2011-02-031-0/+117
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-0/+27
* re PR target/40457 (use stm and ldm to access consecutive memory words)Bernd Schmidt2010-09-291-0/+11
* options.texi (Variable): Document.Joseph Myers2010-09-171-7/+1
* tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to be zero or nonz...Joseph Myers2010-08-201-7/+2
* rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask computations.Eric Botcazou2010-08-051-53/+61
* rtlanal.c (simplify_subreg_regno): Don't treat HARD_FRAME_POINTER_REGNUM spec...Bernd Schmidt2010-07-301-2/+1
* re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek2010-07-301-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-1/+1
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov2010-05-021-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-15/+15
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-031-0/+5
* re PR rtl-optimization/41917 (Strange athrithmetic result with -O3)Jakub Jelinek2009-11-031-2/+10
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-5/+21
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-2/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+7
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-1/+1
* combine.c (try_widen_shift_mode): Factor out code to check if an integer cons...Adam Nemet2009-08-111-0/+17
* alias.c: Use REG_P...Shujing Zhao2009-06-221-22/+20
* rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor2009-04-161-7/+15
* jump.c (rtx_renumbered_equal_p): Use subreg_get_info.H.J. Lu2009-03-271-16/+1
* re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootst...Jakub Jelinek2009-03-141-3/+6
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR rtl-optimization/39110 (Revision 143939 breaks bootstrap on Linux/ia64)Paolo Bonzini2009-02-051-1/+2
* re PR rtl-optimization/37889 (SEGV, conditional execution proactively execute...Paolo Bonzini2009-02-041-63/+91
* re PR middle-end/37807 (Exponential compile time with MMX builtins.)Ralph Loader2008-11-101-3/+5
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-12/+18
* rtl.h (simplify_subreg_regno): Declare.Richard Sandiford2008-08-281-0/+58
* rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston2008-08-261-1/+1
* rtlanal.c (subreg_offset_representable_p): Revert last change.Richard Sandiford2008-08-201-2/+1
* rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK.Richard Sandiford2008-08-181-1/+2
* recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-14/+14
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-0/+28
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-1/+1