aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-2/+159
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford1-10/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-5/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-8/+187
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-04Avoid overuse of name "buffer" in tree-pretty-print.cDavid Malcolm1-977/+977
2014-12-04PR jit/63854: Fix double-initialization within tree-pretty-print.cDavid Malcolm1-19/+15
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-2/+13
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-5/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+9
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-5/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+1
2014-10-03tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez1-2/+4
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-4/+30
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+5
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+4
2014-06-17Fix dot dump bugXinliang David Li1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-6/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-8/+22
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-2/+10
2014-04-08re PR libfortran/60706 (FAIL: gfortran.dg/size_kind_2.f90 -O scan-tree-dum...Richard Biener1-0/+6
2014-03-26tree-pretty-print.c (percent_K_format): Implement special case for LTO and it...Richard Biener1-0/+19
2014-02-28re PR middle-end/60147 (ICE with -fdump-tree-original and NAMELIST)Tobias Burnus1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19tree-pretty-print.c (dump_generic_node): Print class type of OBJ_TYPE_REF.Jan Hubicka1-0/+6
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+4
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+4
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+9
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+12
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2