aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-07re PR tree-optimization/84204 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener1-7/+3
2018-01-24re PR tree-optimization/83176 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener1-4/+34
2018-01-05Make chrec_contains_symbols true for POLY_INT_CSTRichard Sandiford1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-0/+1
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener1-2/+1
2017-10-09re PR tree-optimization/82449 (code-gen error in get_rename_from_scev)Richard Biener1-0/+3
2017-05-16Add default value for last argument of dump functions.Martin Liska1-3/+3
2017-04-27re PR middle-end/80539 (gcc ICE at -O2 and above on valid code on x86_64-linu...Richard Biener1-2/+12
2017-03-01re PR tree-optimization/79721 (Scalar evolution introduces signed overflow)Richard Biener1-8/+17
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-09-01re PR middle-end/77436 (Incorrect constant result for summing loop inserted)Richard Biener1-8/+10
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+10
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng1-17/+23
2016-03-01re PR middle-end/69983 (FAIL: gcc.dg/graphite/scop-sor.c scan-tree-dump-times...Richard Biener1-4/+8
2016-02-01re PR tree-optimization/69574 (gcc ICE at -O2 and -O3 on x86_64-linux-gnu in ...Richard Biener1-5/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+2
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-02re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Bin Cheng1-41/+63
2015-03-20re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Richard Biener1-8/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-05-06Merge in wide-int.Kenneth Zadeck1-12/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+1
2013-09-18re PR tree-optimization/58417 (Incorrect optimization in SCEV const-prop)Richard Biener1-0/+16
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-7/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+2
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-34/+16
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-27re PR middle-end/53676 (empty loop is not always removed now)Richard Guenther1-0/+17
2012-04-11re PR middle-end/52621 (ICE with -O3 -march=opteron in initialize_matrix_A, a...Richard Guenther1-0/+6
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-5/+9
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther1-3/+3
2011-06-29invoke.texi: Document -scev dump modifier.Richard Guenther1-2/+2
2011-04-29tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther1-2/+1