summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove libcall notes.Steven Bosscher2008-06-171-5/+0
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* [multiple changes]Kenneth Zadeck2008-05-071-23/+0
* RevertPeter Bergner2008-04-081-2/+0
* PR middle-end/PR28690Peter Bergner2008-04-071-1/+3
* * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.Alexandre Oliva2008-03-011-4/+3
* rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson2007-11-241-0/+3
* target.h (unspec_may_trap_p): New target hook.Paolo Bonzini2007-10-161-2/+5
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-1/+11
* alias.c (memory_modified_1): Deconstify.Kaveh R. Ghazi2007-09-191-37/+29
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-2/+4
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1