| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-ssa.c (verify_ssa): With -O0 we do not need VOPs. | Richard Guenther | 2009-04-04 | 1 | -1/+2 |
* | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 2009-04-03 | 1 | -329/+126 |
* | gimplify.c (mark_addressable): Export. | Richard Guenther | 2009-03-27 | 1 | -0/+15 |
* | Fix for PR39557 | Xinliang David Li | 2009-03-27 | 1 | -0/+5 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -2/+2 |
* | re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun... | Richard Guenther | 2009-01-28 | 1 | -1/+5 |
* | re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n... | Richard Guenther | 2009-01-26 | 1 | -1/+6 |
* | re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy) | Jakub Jelinek | 2008-12-31 | 1 | -5/+0 |
* | re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy) | Jakub Jelinek | 2008-12-18 | 1 | -0/+5 |
* | re PR middle-end/37742 (ICE in vectorizer with restrict pointer) | Richard Guenther | 2008-11-05 | 1 | -7/+12 |
* | re PR middle-end/37418 (error: type mismatch in address expression, verify_gi... | Richard Biener | 2008-10-16 | 1 | -3/+8 |
* | re PR middle-end/37713 (ice for legal code with -O3 on 20080926) | Richard Guenther | 2008-10-02 | 1 | -4/+4 |
* | re PR tree-optimization/30930 (vector can cause to create an extra variable, ... | Andrew Pinski | 2008-09-19 | 1 | -19/+59 |
* | tree-ssa.c (redirect_edge_var_map_clear): Fix formatting. | Jan Hubicka | 2008-09-11 | 1 | -1/+14 |
* | re PR middle-end/179 (-Wuninitialized missing warning with &var) | Manuel López-Ibáñez | 2008-08-20 | 1 | -0/+42 |
* | diagnostic.c (inform): Add an explicit location_t parameter. | Manuel López-Ibáñez | 2008-08-20 | 1 | -1/+1 |
* | re PR middle-end/20644 (bogus uninitialized warning on unused variable) | Manuel López-Ibáñez | 2008-08-10 | 1 | -3/+19 |
* | re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul... | Manuel López-Ibáñez | 2008-08-08 | 1 | -6/+8 |
* | re PR c++/37016 (member function pointer failure with optimization) | Jason Merrill | 2008-08-05 | 1 | -2/+8 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -108/+136 |
* | Makefile.in: Replace toplev.h with TOPLEV_H. | Rafael Avila de Espindola | 2008-07-21 | 1 | -4/+4 |
* | tree-ssa-structalias.c (callused_id, [...]): Add. | Richard Guenther | 2008-06-28 | 1 | -0/+2 |
* | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 2008-06-20 | 1 | -3/+3 |
* | re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective) | Richard Guenther | 2008-06-12 | 1 | -1/+1 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+3 |
* | re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t... | Richard Guenther | 2008-05-29 | 1 | -1/+3 |
* | re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu... | Richard Guenther | 2008-05-28 | 1 | -23/+8 |
* | tree.h (init_phinodes, [...]): Move ... | Diego Novillo | 2008-05-13 | 1 | -11/+11 |
* | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 2008-05-09 | 1 | -1/+1 |
* | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 2008-05-08 | 1 | -7/+0 |
* | tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of... | Richard Guenther | 2008-03-20 | 1 | -6/+2 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -9/+15 |
* | re PR tree-optimization/35609 ("is used uninitialized in this function" shoul... | Richard Guenther | 2008-03-19 | 1 | -9/+27 |
* | cfg.c: Include tree-flow.h. | Aldy Hernandez | 2008-03-05 | 1 | -17/+139 |
* | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 2008-02-28 | 1 | -23/+54 |
* | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 2008-02-26 | 1 | -54/+23 |
* | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 2008-02-25 | 1 | -23/+54 |
* | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 2008-02-25 | 1 | -54/+23 |
* | re PR middle-end/33088 (spurious exceptions with -ffloat-store) | Eric Botcazou | 2007-12-13 | 1 | -13/+21 |
* | re PR middle-end/34088 (ICE with uninitialized variable and -Werror) | Jakub Jelinek | 2007-11-14 | 1 | -1/+2 |
* | * tree-ssa.c (execute_update_addresses_taken): Initialize update_vops. | Janis Johnson | 2007-10-30 | 1 | -1/+1 |
* | tree-ssa.c (uid_ssaname_map_eq): New function. | Richard Guenther | 2007-10-18 | 1 | -2/+20 |
* | tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map. | Richard Guenther | 2007-10-18 | 1 | -2/+20 |
* | passes.c (init_optimization_passes): Add simple dce and addressable passes. | Jan Hubicka | 2007-09-07 | 1 | -0/+96 |
* | re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-... | Richard Guenther | 2007-08-24 | 1 | -36/+46 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -1/+1 |
* | tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition. | Richard Guenther | 2007-07-20 | 1 | -15/+10 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-07 | 1 | -1/+1 |
* | re PR middle-end/32639 (ptrmem1.C now ICE's on mainline) | Richard Guenther | 2007-07-05 | 1 | -5/+5 |