Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-14 | Print 2 digits after decimal delimiter for BB frequencies | Martin Liska | 1 | -6/+27 |
2016-12-13 | Add pretty printer for ASAN_MARK and add a helper fn | Martin Liska | 1 | -0/+9 |
2016-11-24 | Dump probability for edges a frequency for BBs | Martin Liska | 1 | -9/+61 |
2016-11-14 | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 1 | -29/+77 |
2016-11-02 | re PR tree-optimization/78035 (Inconsistency between address comparison and a... | Richard Biener | 1 | -0/+6 |
2016-09-28 | gimple-pretty-print.c (dump_gimple_call_args): Simplify "' " printing. | Nathan Sidwell | 1 | -9/+4 |
2016-09-27 | internal-fn.h (IFN_UNIQUE_CODES, [...]): New. | Nathan Sidwell | 1 | -2/+56 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+2 |
2016-05-20 | Implement CALL_EXPR_MUST_TAIL_CALL | David Malcolm | 1 | -0/+2 |
2016-05-20 | re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ... | Richard Guenther | 1 | -0/+18 |
2016-05-12 | re PR middle-end/71062 (r235622 and restrict pointers) | Richard Biener | 1 | -11/+31 |
2016-01-19 | Merge of HSA | Martin Jambor | 1 | -0/+7 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | re PR ipa/67811 ([TM] ICE with try-block in transaction) | Richard Henderson | 1 | -17/+31 |
2015-12-14 | Dump default defs for arguments, static chain and decl-by-reference | Tom de Vries | 1 | -0/+11 |
2015-12-01 | OpenACC host_data support. | Julian Brown | 1 | -0/+3 |
2015-11-12 | c-pragma.c (oacc_pragmas): Add entry for declare directive. | James Norris | 1 | -0/+3 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -3/+3 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -5/+47 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -18/+18 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -14/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -17/+52 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -79/+102 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -2/+8 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+7 |
2014-10-03 | tree-pretty-print.c (dump_location): Make it extern. | Manuel López-Ibáñez | 1 | -44/+4 |
2014-09-02 | cilk-builtins.def (__cilkrts_cilk_for_32): New. | Jakub Jelinek | 1 | -3/+19 |
2014-06-24 | tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r... | Cong Hou | 1 | -0/+10 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -11/+5 |
2014-02-21 | Correct TDF_RAW pretty-printing of GIMPLE_OMP_FOR's GF_OMP_FOR_KIND_CILKSIMD. | Thomas Schwinge | 1 | -0/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-29 | re PR middle-end/59208 (ice in initialize_flags_in_bb) | Richard Biener | 1 | -4/+0 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -8/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -3/+3 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 1 | -0/+5 |
2013-11-15 | re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec... | Richard Biener | 1 | -2/+12 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-31 | gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V... | Jakub Jelinek | 1 | -2/+14 |