aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14re PR tree-optimization/66863 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+11
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-30tree-vrp.c (register_edge_assert_for_2): Also register asserts for dominating...Richard Biener1-14/+24
2015-06-29re PR tree-optimization/64130 (vrp: handle non zero constant divided by range...Kugan Vivekanandarajah1-2/+21
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-25/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-05-09re PR tree-optimization/64454 (optimize (x%5)%5)Marc Glisse1-15/+49
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-6/+6
2015-04-27re PR tree-optimization/65875 (ICE: Segmentation fault)Jakub Jelinek1-5/+13
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-9/+6
2015-04-16re PR tree-optimization/64277 (Incorrect warning "array subscript is above ar...Richard Biener1-51/+27
2015-04-13nonzero-3.C: New testcase.Jan Hubicka1-0/+15
2015-02-17tree-vrp.c (identify_jump_threads): Use last_stmt.Jeff Law1-4/+1
2015-02-16re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-3/+10
2015-02-13re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)Jeff Law1-9/+2
2015-02-13re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-2/+9
2015-02-02tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.Richard Biener1-1/+2
2015-01-29re PR tree-optimization/64853 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-3/+3
2015-01-27tree-vrp.c (update_value_range): Intersect the range with old recorded SSA na...Richard Biener1-0/+17
2015-01-27re PR tree-optimization/56273 (Bogus -Warray-bounds warning)Richard Biener1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+12
2015-01-13tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2.Martin Uecker1-1/+2
2015-01-12re PR tree-optimization/64563 (ICE with "-Wall -Wextra" at -Os and above on x...Jakub Jelinek1-1/+1
2015-01-12re PR tree-optimization/64454 (optimize (x%5)%5)Jakub Jelinek1-5/+35
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17re PR tree-optimization/64322 (More optimize opportunity for constant folding)Jakub Jelinek1-0/+10
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-15/+11
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-7/+6
2014-11-21re PR tree-optimization/64006 (__builtin_mul_overflow fails to signal overflow)Jakub Jelinek1-0/+82
2014-11-20Disable an unsafe VRP transformation when -fno-strict-overflow is setPatrick Palka1-8/+49
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-48/+52
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-10/+7
2014-11-14gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def...Richard Biener1-2/+24
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-61/+258
2014-11-12VRP: Simplify logic for checking if any asserts need to be insertedPatrick Palka1-108/+49
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+2
2014-10-31re PR sanitizer/63697 (-fsanitize=undefined doesn't detect some subtraction o...Jakub Jelinek1-2/+4
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-23* tree-vrp.c (extract_range_from_assert): Fix typo in comment.Ian Lance Taylor1-1/+1
2014-10-09re PR tree-optimization/63445 (request: make -Wstrict-overflow avoid a class ...Richard Biener1-2/+3
2014-09-29tree-vrp.c (get_single_symbol): New function.Eric Botcazou1-58/+309
2014-07-09remove has_executeTrevor Saunders1-1/+0