Age | Commit message (Expand) | Author | Files | Lines |
2009-03-29 | c-common.c (c_expand_expr, c_staticp): Remove. | Paolo Bonzini | 1 | -0/+7 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-04 | tree.def (LSHIFT_EXPR, [...]): Add commentary. | Richard Sandiford | 1 | -1/+7 |
2008-10-22 | tree.def (COMPLEX_TYPE): Constrain element type. | Richard Guenther | 1 | -1/+2 |
2008-10-05 | re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block) | Dodji Seketeli | 1 | -0/+11 |
2008-09-17 | tree-cfg.c (verify_types_in_gimple_assign): Rename to ... | Richard Guenther | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -64/+8 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+7 |
2008-07-08 | Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt... | Daniel Berlin | 1 | -6/+0 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -0/+17 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -5/+5 |
2008-05-16 | [multiple changes] | Diego Novillo | 1 | -1/+4 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -1/+0 |
2008-03-28 | re PR tree-optimization/30317 (VRP cannot extract a range from (unsigned int)... | Richard Guenther | 1 | -2/+7 |
2008-03-18 | tree-pretty-print.c: Include predict.h. | Jan Hubicka | 1 | -0/+6 |
2008-03-06 | tree.def (BIT_FIELD_REF): Constrain result type and its precision. | Richard Guenther | 1 | -2/+3 |
2008-03-05 | re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr) | Richard Guenther | 1 | -2/+2 |
2008-02-21 | tree.def (PAREN_EXPR): New tree code. | Richard Guenther | 1 | -0/+4 |
2007-10-29 | 2007-09-23 Razya Ladelsky | Razya Ladelsky | 1 | -0/+12 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -0/+13 |
2007-08-01 | tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH. | Zdenek Dvorak | 1 | -4/+11 |
2007-07-28 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-20 | tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition. | Richard Guenther | 1 | -1/+2 |
2007-06-26 | tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name. | Kenneth Zadeck | 1 | -1/+1 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -0/+4 |
2007-06-12 | re PR libstdc++/29286 (placement new does not change the dynamic type as it s... | Ian Lance Taylor | 1 | -1/+10 |
2007-05-17 | re PR tree-optimization/24659 (Conversions are not vectorized) | Uros Bizjak | 1 | -3/+16 |
2007-04-22 | re PR tree-optimization/24659 (Conversions are not vectorized) | Uros Bizjak | 1 | -3/+3 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -5/+7 |
2007-01-12 | re PR tree-optimization/29516 (gfortran miscompiled) | Zdenek Dvorak | 1 | -0/+3 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -0/+1 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -0/+5 |
2006-11-22 | c-tree.texi: Document new tree codes. | Ira Rosen | 1 | -0/+8 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -8/+1 |
2006-11-08 | [multiple changes] | Dorit Nuzman | 1 | -0/+22 |
2006-04-13 | re PR libgomp/26651 ([gomp] #omp for ordered leaks memory) | Richard Henderson | 1 | -8/+9 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -1/+1 |
2006-02-09 | re PR c++/25979 (incorrect codegen for conditional [SVO issue]) | Jason Merrill | 1 | -1/+2 |
2006-02-08 | tree.def (CHAR_TYPE): Remove. | Roger Sayle | 1 | -6/+3 |
2006-01-25 | re PR middle-end/25886 (up to 256 tree codes for Objective-C++) | Diego Novillo | 1 | -46/+2 |
2006-01-19 | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 1 | -5/+17 |
2006-01-19 | Makefile.in (tree-vect-patterns.o): Add rule for new file. | Dorit Nuzman | 1 | -2/+29 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -0/+110 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -0/+6 |
2005-11-17 | Fix confusing comment typo reported by Rafael Espindola. | James E Wilson | 1 | -2/+2 |
2005-08-10 | md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus): | Dorit Nuzman | 1 | -1/+1 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -7/+7 |
2005-06-26 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |