summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-161-2/+1
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-8/+187
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Avoid overuse of name "buffer" in tree-pretty-print.cDavid Malcolm2014-12-041-977/+977
* PR jit/63854: Fix double-initialization within tree-pretty-print.cDavid Malcolm2014-12-041-19/+15
* re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener2014-11-241-2/+13
* Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence2014-11-131-5/+0
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+1
* builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener2014-10-311-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+9
* Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence2014-10-281-5/+0
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+1
* tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez2014-10-031-2/+4
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-4/+30
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-5/+3
* IPA C++ refactoring 1/NMartin Liska2014-07-241-1/+1
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-1/+5
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-0/+4
* Fix dot dump bugXinliang David Li2014-06-171-0/+1
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-6/+0
* Merge in wide-int.Kenneth Zadeck2014-05-061-8/+22
* cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou2014-04-151-2/+10
* re PR libfortran/60706 (FAIL: gfortran.dg/size_kind_2.f90 -O scan-tree-dum...Richard Biener2014-04-081-0/+6
* tree-pretty-print.c (percent_K_format): Implement special case for LTO and it...Richard Biener2014-03-261-0/+19
* re PR middle-end/60147 (ICE with -fdump-tree-original and NAMELIST)Tobias Burnus2014-02-281-0/+9
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-1/+0
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+2
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* tree-pretty-print.c (dump_generic_node): Print class type of OBJ_TYPE_REF.Jan Hubicka2013-11-191-0/+6
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-0/+4
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-071-0/+4
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-0/+9
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-1/+1
* mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich2013-10-251-0/+1
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-241-0/+12
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-2/+2
* tree-pretty-print.c (dump_generic_node): Allow to dump both (D) and (ab) for ...Richard Biener2013-10-111-2/+4
* target.c: New file.Jakub Jelinek2013-10-111-47/+257
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon2013-09-241-10/+10
* gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah2013-09-231-22/+30
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-1/+35
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-1/+3