summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-07-02 Richard Guenther <rguenther@suse.de>rguenth2007-07-021-12/+13
* 2006-06-29 Richard Guenther <rguenther@suse.de>rguenth2007-06-291-7/+14
* 2007-06-27 Richard Guenther <rguenther@suse.de>rguenth2007-06-271-4/+2
* 2007-06-23 Richard Guenther <rguenther@suse.de>rguenth2007-06-231-1/+43
* PR middle-end/31541hubicka2007-06-231-8/+20
* PR middle-end/32362jakub2007-06-211-1/+14
* PR inline-asm/32109jakub2007-06-201-0/+13
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-5/+13
* ./:ian2007-06-121-0/+5
* 2007-05-30 Richard Guenther <rguenther@suse.de>rguenth2007-05-301-1/+2
* * gimplify.c (gimplify_expr): Do not crash when foldinghubicka2007-05-071-0/+2
* * fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y),hubicka2007-05-041-1/+16
* * tree.h (maybe_fold_offset_to_component_ref): Remove.hubicka2007-05-011-0/+27
* 2007-04-12 Richard Guenther <rguenther@suse.de>rguenth2007-04-121-3/+1
* 2007-03-31 Richard Guenther <rguenther@suse.de>rguenth2007-03-311-0/+1
* * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlapebotcazou2007-02-191-0/+15
* * function.c (gimplify_parameters): Call build_gimple_modify_stmtsayle2007-02-191-40/+31
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-71/+46
* * gimplify.c (gimplify_modify_expr): During gimplification, attach aebotcazou2007-02-151-0/+13
* PR c++/30703jakub2007-02-071-10/+0
* PR c++/28266jason2007-01-291-1/+5
* PR middle-end/27416jakub2007-01-241-0/+37
* PR middle-end/30494jakub2007-01-241-2/+5
* 2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-01-031-40/+41
* Fix misspelling of GIMPLE_MODIFY_STMT.pinskia2007-01-011-1/+1
* 2007-01-01 Andrew Pinski <pinskia@gmail.com>pinskia2007-01-011-1/+2
* 2007-01-01 Andrew Pinski <pinskia@gmail.com>pinskia2007-01-011-0/+2
* 2007-01-01 Andrew Pinski <pinskia@gmail.com>pinskia2007-01-011-1/+5
* 2006-12-12 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2006-12-121-9/+13
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-55/+127
* Privatize SSA variables into gimple_df.hubicka2006-11-281-2/+2
* PR middle-end/26306ebotcazou2006-11-161-6/+11
* 2006-11-15 Paolo Bonzini <bonzini@gnu.org>rguenth2006-11-151-1/+1
* PR middle-end/28915jason2006-11-131-0/+5
* 2006-11-11 Richard Guenther <rguenther@suse.de>rguenth2006-11-111-3/+0
* * builtins.c (fold_builtin): Don't generate NOP_EXPR that is goinghubicka2006-10-271-1/+1
* * gimplify.c (get_name): Remove extraneous break.bje2006-10-261-2/+1
* 2006-10-11 Richard Guenther <rguenther@suse.de>rguenth2006-10-111-1/+1
* * gimplify.c, sched-int.h: Fix comment typos.kazu2006-10-071-4/+4
* * gimplify.c (gimplify_type_sizes) [POINTER_TYPE, REFERENCE_TYPE]:hainque2006-10-061-1/+12
* PR c/29154jakub2006-10-021-2/+8
* * gimplify.c (gimplify_init_ctor_preeval): Call maybe_with_size_exprebotcazou2006-09-281-3/+2
* PR c++/28899jason2006-09-011-4/+17
* PR c/27893jsm282006-08-251-4/+4
* PR c++/27115jason2006-08-211-65/+81
* * gimplify.c (gimplify_init_constructor) <RECORD,UNION,ARRAY types>:hainque2006-08-211-10/+15
* PR middle-end/28724jakub2006-08-151-1/+2
* * tree.h (categorize_ctor_elements): Adjust prototype and addhainque2006-07-181-7/+10
* * gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.hainque2006-06-241-10/+43
* * tree.c (max_int_size_in_bytes): New function, inspired fromhainque2006-06-231-4/+36