| Commit message (Expand) | Author | Age | Files | Lines |
* | PR tree-optimization/37345 | hubicka | 2008-09-04 | 1 | -2/+12 |
* | * tree.c (protected_set_expr_location): New. | aldyh | 2008-09-01 | 1 | -0/+10 |
* | * tree.c (build_function_type_skip_args, build_function_decl_skip_args): | hubicka | 2008-08-29 | 1 | -3/+78 |
* | 2008-08-28 Dodji Seketeli <dodji@redhat.com> | dodji | 2008-08-28 | 1 | -0/+15 |
* | * tree.c (decl_address_ip_invariant_p): New function. | hubicka | 2008-08-23 | 1 | -0/+34 |
* | PR debug/37156 | jakub | 2008-08-19 | 1 | -1/+3 |
* | * tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | tomby | 2008-08-18 | 1 | -5/+4 |
* | * config/alpha/alpha.c (alpha_preferred_reload_class, | ghazi | 2008-08-06 | 1 | -12/+12 |
* | * builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | ghazi | 2008-08-06 | 1 | -13/+13 |
* | 2008-07-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-28 | 1 | -201/+80 |
* | Add ability to set target options (ix86 only) and optimization options on a f... | meissner | 2008-07-23 | 1 | -0/+150 |
* | 2007-07-21 Rafael Avila de Espindola <espindola@google.com> | espindola | 2008-07-21 | 1 | -2/+2 |
* | 2008-07-15 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-15 | 1 | -0/+13 |
* | * tree.c (decl_assembler_name_equal): Expect assembler name of decl | hubicka | 2008-07-13 | 1 | -7/+28 |
* | * cgraph.c (assembler_name_hash): New static var. | hubicka | 2008-07-13 | 1 | -1/+22 |
* | 2008-07-05 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2008-07-08 | 1 | -4/+1 |
* | 2008-07-03 Andrew Haley <aph@redhat.com> | aph | 2008-07-03 | 1 | -5/+14 |
* | * gcc/tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT. ... | jason | 2008-07-03 | 1 | -5/+3 |
* | gcc/cp/ChangeLog: | jason | 2008-07-02 | 1 | -0/+20 |
* | 2008-06-28 Kai Tietz <kai.tietz@onevision.com> | ktietz | 2008-06-28 | 1 | -11/+48 |
* | * tree.h (enum tree_code): Include all-tree.def, not tree.def. | ian | 2008-06-21 | 1 | -0/+38 |
* | * ggc.h (GGC_RESIZEVAR): New, reorder macros. | ghazi | 2008-06-20 | 1 | -32/+38 |
* | * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to | jakub | 2008-06-06 | 1 | -4/+21 |
* | gcc/ | rwild | 2008-06-06 | 1 | -1/+1 |
* | Delete get_inner_array_type. Use strip_array_types instead. | amodra | 2008-05-25 | 1 | -5/+3 |
* | tree.c (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak. | ebotcazou | 2008-05-19 | 1 | -5/+6 |
* | * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko. | ebotcazou | 2008-05-19 | 1 | -6/+7 |
* | * config/pa/pa.c (reloc_needed): Use CASE_CONVERT. | tomby | 2008-05-09 | 1 | -9/+5 |
* | 2008-05-08 Richard Guenther <rguenther@suse.de> | rguenth | 2008-05-08 | 1 | -6/+0 |
* | 2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-07 | 1 | -2/+4 |
* | 2008-04-23 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2008-04-23 | 1 | -56/+135 |
* | * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF. | ebotcazou | 2008-03-27 | 1 | -37/+0 |
* | PR target/33963 | jsm28 | 2008-02-28 | 1 | -0/+10 |
* | 2008-02-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-02-28 | 1 | -92/+0 |
* | gcc | tromey | 2008-02-26 | 1 | -102/+6 |
* | 2008-02-26 Richard Guenther <rguenther@suse.de> | rguenth | 2008-02-26 | 1 | -0/+92 |
* | 2008-02-25 Richard Guenther <rguenther@suse.de> | rguenth | 2008-02-25 | 1 | -76/+0 |
* | 2008-02-25 Richard Guenther <rguenther@suse.de> | rguenth | 2008-02-25 | 1 | -0/+76 |
* | PR c/34993 | rth | 2008-01-31 | 1 | -2/+3 |
* | PR c++/34914 | jakub | 2008-01-22 | 1 | -0/+5 |
* | PR c++/34917 | jakub | 2008-01-22 | 1 | -0/+2 |
* | * tree.c (check_qualified_type): Improve function description. | bje | 2008-01-22 | 1 | -1/+1 |
* | * tree.c (substitute_in_expr): Add missing 'break'. | ebotcazou | 2008-01-17 | 1 | -2/+3 |
* | 2008-01-16 Richard Guenther <rguenther@suse.de> | rguenth | 2008-01-16 | 1 | -7/+12 |
* | 2008-01-09 Richard Guenther <rguenther@suse.de> | rguenth | 2008-01-09 | 1 | -1/+2 |
* | * tree.c (type_hash_add): Fix whitespace. | aoliva | 2007-12-15 | 1 | -1/+1 |
* | * tree.c (type_hash_add): Don't violate strict aliasing rules. | aoliva | 2007-11-26 | 1 | -1/+1 |
* | PR debug/29436, c/32326 | jason | 2007-11-19 | 1 | -7/+18 |
* | PR target/33579 | mmitchel | 2007-11-06 | 1 | -4/+0 |
* | 2007-10-26 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2007-10-26 | 1 | -2/+2 |