aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-24re PR tree-optimization/84013 (wrong __restrict clique with inline asm operand)Richard Biener1-25/+25
2018-10-15re PR middle-end/87610 (wrong-code with restrict)Richard Biener1-3/+12
2018-10-09re PR middle-end/63155 (memory hog)Richard Biener1-26/+22
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-07-03re PR ipa/86389 (execute FAILs with -fipa-pta)Richard Biener1-0/+1
2018-06-14re PR ipa/86124 (ICE in create_variable_info_for, at tree-ssa-structalias.c:6...Richard Biener1-1/+2
2018-06-01re PR ipa/85960 (-fipa-pta and ifunc are incompatible)Richard Biener1-7/+30
2018-05-312nd Patch for PR78009Qing Zhao1-0/+2
2018-05-18Aliasing 'this' in a C++ constructorMarc Glisse1-4/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford1-17/+22
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-28/+20
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-08-17tree-ssa-structalias.c (solve_graph): When propagating to successors update t...Richard Biener1-6/+23
2017-08-17re PR fortran/81827 (Large compile time with derived-type rrays)Richard Biener1-1/+48
2017-08-08trans.c: Include header files.Martin Liska1-1/+2
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-2/+5
2017-07-25re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay1-14/+7
2017-06-19tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply in UWHI to a...Jakub Jelinek1-1/+1
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-1/+1
2017-05-02re PR tree-optimization/80591 (AArch64 kernel miscompilation starting with r2...Richard Biener1-2/+2
2017-04-21re PR tree-optimization/79547 (duplicate strlen calls with same argument not ...Richard Biener1-0/+34
2017-04-10tree-ssa-structalias.c (find_func_aliases): Properly handle asm inputs.Richard Biener1-2/+2
2017-03-27re PR ipa/79776 (ICE on valid code in insert_vi_for_tree, at tree-ssa-structa...Richard Biener1-1/+3
2017-02-17re PR inline-asm/79552 (Wrong code generation due to -fschedule-insns, with _...Richard Biener1-2/+8
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-02re PR tree-optimization/78035 (Inconsistency between address comparison and a...Richard Biener1-1/+11
2016-11-02re PR middle-end/78047 (Chromium apparently gets miscompiled)Richard Biener1-1/+1
2016-10-20tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.Richard Biener1-0/+16
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah1-2/+10
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-8/+6
2016-10-07re PR tree-optimization/77879 (mpd gets miscompiled since r235622)Richard Biener1-1/+36
2016-09-21re PR tree-optimization/77648 (Setting conversion to a integer to double to 0...Richard Biener1-16/+42
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-5/+5
2016-07-26add [cd]tors to scc_infoTrevor Saunders1-35/+22
2016-07-19re PR tree-optimization/71908 (ICE at -Os and above in both 32-bit and 64-bit...Richard Biener1-2/+16
2016-05-12re PR middle-end/71062 (r235622 and restrict pointers)Richard Biener1-1/+4
2016-05-06re PR tree-optimization/70948 (r235622 caused gcc.c-torture/execute/va-arg-pa...Richard Biener1-1/+1
2016-05-02Fix ICE in dump_pred_graphMarek Polacek1-1/+5
2016-04-27re PR ipa/70760 (wrong generated code for std::make_unique with -fipa-pta)Richard Biener1-35/+14
2016-04-27re PR ipa/70785 (LTO bootstrap with IPA PTA is broken)Richard Biener1-1/+28
2016-04-18re PR tree-optimization/43434 (Missed vectorization: "not vectorized: data re...Richard Biener1-28/+48
2016-04-17Add debug_varinfo and debug_varmapTom de Vries1-0/+108
2016-03-10re PR tree-optimization/70128 (Linux kernel div patching optimized away)Richard Biener1-0/+10
2016-02-26re PR target/69551 (Wrong code with single element vector insert)Richard Biener1-0/+8
2016-02-09Fix GOMP/GOACC_parallel optimization in ipa-ptaTom de Vries1-9/+40
2016-01-13Fix infinite recursion in create_variable_info_for_1Tom de Vries1-8/+34
2016-01-04Update copyright years.Jakub Jelinek1-1/+1