aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Richard Biener1-27/+37
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Richard Biener1-17/+3
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-3/+3
2013-12-04Update changed bit when constraint set changesXinliang David Li1-8/+21
2013-11-26re PR tree-optimization/59287 (points-to analysis confused by union accesses)Richard Biener1-23/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+6
2013-11-22add auto_vecTrevor Saunders1-26/+11
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-7/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-1/+1
2013-11-15re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec...Richard Biener1-38/+63
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-20/+20
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-4/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-10/+10
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-1/+1
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-3/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-54/+106
2013-07-21Fix typos.Mike Stump1-2/+2
2013-06-05tree-ssa-structalias.c (call_stmt_vars): Make static.David Malcolm1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-4/+5
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-42/+53
2013-03-27re PR target/56716 (during gcc 4.8.0 build on Cygwin: bid128_fma.c:4460:1: i...Richard Biener1-11/+30
2013-03-27re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-1/+5
2013-03-20tree-ssa-structalias.c (struct variable_info): Add pointer to the first field...Richard Biener1-137/+152
2013-03-18tree-ssa-structalias.c (find): Use gcc_checking_assert.Richard Biener1-63/+116
2013-03-18re PR tree-optimization/56210 (invalid -Warray-bounds warning)Richard Biener1-0/+23
2013-02-04re PR middle-end/56188 (FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCA...Richard Biener1-14/+24
2013-02-04re PR c/56113 (out of memory when compiling a function with many goto labels ...Richard Biener1-62/+31
2013-02-01re PR c/56113 (out of memory when compiling a function with many goto labels ...Richard Biener1-7/+40
2013-01-30tree-ssa-structalias.c (final_solutions, [...]): New pointer-map and obstack.Richard Biener1-21/+38
2013-01-29re PR c/56113 (out of memory when compiling a function with many goto labels ...Richard Biener1-6/+22
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener1-4/+2
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-25/+25
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-301/+292
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-29/+29
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-5/+5
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-4/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-43/+39
2012-09-07re PR middle-end/53667 (Cray pointer: Wrong result with optimizations)Richard Guenther1-11/+25
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-4/+3