cond.md (stzx_16): Use register_operand for operand 0.
[gcc.git] / gcc / tree-vrp.c
2013-11-19 Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-08 Diego NovilloRe-factor tree.h - Part 1.
2013-11-07 Jakub Jelinektree-vrp.c (find_assert_locations): Pre-seed live bitma...
2013-11-06 Richard Bienertree.c (drop_tree_overflow): New function.
2013-11-05 Jeff LawMakefile.in (OBJS): Add gimple-ssa-isolate-paths.o
2013-11-04 Jakub Jelinekre PR tree-optimization/58978 (ICE: Segmentation fault)
2013-10-31 Jakub Jelinektree-vrp.c (maybe_set_nonzero_bits): New function.
2013-10-31 Jakub Jelinektree-cfg.c (assert_unreachable_fallthru_edge_p): New...
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-16 Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-11 Jakub Jelinektree-vrp.c (infer_nonnull_range): Use is_gimple_call...
2013-10-09 Marc Glissere PR c/20318 (RFE: add attribute to specify that a...
2013-10-08 Marc Glissere PR tree-optimization/58480 (Use attribute((nonnull...
2013-10-03 Marc Glissere PR c++/19476 (Missed null checking elimination with...
2013-10-02 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26 Jeff Lawtree-flow.h (thread_through_all_blocks): Prototype...
2013-09-24 Christophe Lyongimple-pretty-print.c: Various whitespace tweaks.
2013-09-24 Richard Bienertree-vrp.c (vrp_finalize): Check for SSA name presence.
2013-09-23 Kugan Vivekanandarajahgimple-pretty-print.c (dump_ssaname_info): New function.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-03 Meador Ingerevert: tree-vrp.c (check_array_ref): Bail out on zero...
2013-08-30 Meador Ingetree-vrp.c (check_array_ref): Bail out on zero-length...
2013-08-29 Richard Bienerre PR tree-optimization/57685 (GCC stuck in an infinite...
2013-08-21 Jeff Lawtree-vrp.c (simplify_stmt_for_jump_threading): Try...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-07-06 Jakub Jelinekre PR target/29776 (result of ffs/clz/ctz/popcount...
2013-05-24 Jeff Lawre PR tree-optimization/57124 (254.gap@spec2000 got...
2013-05-21 Jakub Jelinekre PR tree-optimization/57331 (ICE: tree check: expecte...
2013-05-03 Jeff Lawre PR tree-optimization/57411 (ICE: verify_ssa failed...
2013-04-29 Jeff Lawtree-vrp.c (range_fits_type_p): Move to earlier point...
2013-04-29 Jakub Jelinekre PR tree-optimization/57083 (Wrong constant folding)
2013-04-23 Richard Bienerre PR middle-end/57026 (ice: SSA corruption)
2013-04-18 Jakub Jelinekre PR tree-optimization/56984 (ICE in tree_vrp.c)
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-09 Jeff Lawtree-vrp.c (simplify_cond_using_ranges): Simplify test...
2013-03-25 Richard Bienerre PR bootstrap/56689 (internal compiler error: in...
2013-02-21 Richard Bienerre PR tree-optimization/56415 (Performance regression...
2013-02-11 Richard Bienerre PR tree-optimization/56273 (Bogus -Warray-bounds...
2013-01-16 Richard Bienerre PR tree-optimization/54767 (Incorrect code generated...
2013-01-11 Richard Guentherre PR tree-optimization/44061 (Warns about out-of-bound...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-08 Jakub Jelinekre PR middle-end/54120 (FAIL: gfortran.fortran-torture...
2013-01-02 Richard Sandifordtree-vrp.c (range_fits_type_p): Require the MSB of...
2012-12-11 Richard Bienerre PR tree-optimization/55079 (false positive -Warray...
2012-11-28 Richard Bienerre PR tree-optimization/54547 (FAIL: gcc.dg/tree-ssa...
2012-11-26 Jakub Jelinekre PR tree-optimization/54471 (FAIL: gcc.dg/sms-8.c...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-22 Richard Bienerre PR tree-optimization/55011 (GCC in an infinite loop...
2012-10-05 Jakub Jelinekre PR tree-optimization/54810 (VRP doesn't handle compa...
2012-09-25 Jakub Jelinekre PR tree-optimization/54676 (ICE: in set_value_range...
2012-09-24 Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-09-15 Tom de Vriestree-vrp.c (extract_range_from_binary_expr_1): Fix...
2012-09-14 Richard Guenthertree-vrp.c (register_new_assert_for): Simplify for...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Tom de Vriesre PR tree-optimization/53986 (missing vrp on bit-mask...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-04 Steven Bosschergimple.h (gimple_build_switch): Remove.
2012-08-22 Marc Glissere PR tree-optimization/54317 (FAIL: c45532m c45532n...
2012-08-22 Jakub Jelinektree-vrp.c (find_assert_locations): Skip also edges...
2012-08-20 Richard Guenthertree-flow.h (register_new_name_mapping): Remove.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-13 Steven Bosschertree-ssa-pre.c (do_regular_insertion): Add FIXME marker...
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-10 Richard Guentherre PR tree-optimization/54027 (possible mis-optimizatio...
2012-08-08 Richard Guenthertree-call-cdce.c (check_pow): Simplify.
2012-08-03 Marc Glissere PR tree-optimization/30318 (VRP does not create...
2012-08-01 Tom de Vriestree-vrp.c (find_case_label_ranges): New function.
2012-07-26 Richard Guentherre PR tree-optimization/54098 (ICE on valid code)
2012-07-25 Marc Glissere PR tree-optimization/30318 (VRP does not create...
2012-07-20 Jakub Jelinekre PR c++/28656 (duplicated null argument warning on...
2012-07-17 Steven Bosscherdumpfile.h (TDF_COMMENT): New define.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-13 Richard Guentherre PR tree-optimization/53922 (VRP: semantic conflict...
2012-06-20 Richard Guentherre PR tree-optimization/30318 (VRP does not create...
2012-06-19 Richard Guenthertree-vrp.c (union_ranges): New function.
2012-06-19 Richard Guenthertree-vrp.c (intersect_ranges): Handle more cases.
2012-06-18 Richard Guenthertree-vrp.c (extract_range_from_assert): Split out range...
2012-06-15 Richard Guenthertree-vrp.c (set_and_canonicalize_value_range): Use...
2012-06-14 Richard Guenthertree-vrp.c (VR_INITIALIZER): New define.
2012-06-13 Richard Guenthertree-vrp.c (vrp_meet): Properly meet equivalent ranges.
2012-06-02 Kenneth Zadeck2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-05-24 Jakub Jelinekre PR tree-optimization/53465 (wrong code with -O1...
2012-05-15 Richard Guentherre PR tree-optimization/53355 (Autovectorization of...
2012-05-07 Jakub Jelinekre PR tree-optimization/53239 (VRP vs named value retur...
2012-04-25 Jakub Jelinekre PR tree-optimization/53058 (Another ice in remove_ra...
2012-04-19 Richard Guentherre PR middle-end/53031 (gcc.dg/tree-ssa/vrp54.c scan...
2012-04-18 Richard Guenthercfgloop.h (estimate_numbers_of_iterations_loop): Remove...
2012-04-12 Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
next