Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-21 | genopinit.c (vec_shl_optab, [...]): Initialize new optabs. | Dorit Nuzman | 1 | -0/+6 |
2005-06-18 | tree.def (REDUC_MAX_EXPR, [...]): New tree-codes. | Dorit Nuzman | 1 | -0/+10 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -0/+12 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -0/+14 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -3/+0 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-22 | genopinit.c (optabs): Use smin/smax for floating point too. | Richard Henderson | 1 | -0/+3 |