Age | Commit message (Expand) | Author | Files | Lines |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -8/+6 |
2016-07-25 | cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU... | Richard Biener | 1 | -59/+0 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -4/+4 |
2016-01-27 | re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift... | Jakub Jelinek | 1 | -6/+15 |
2016-01-25 | re PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out.c:27175 with LTO) | Richard Biener | 1 | -1/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-01 | lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET. | Jan Hubicka | 1 | -1/+0 |
2015-11-24 | alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P double check ... | Jan Hubicka | 1 | -5/+5 |
2015-11-09 | re PR middle-end/68251 (sorry, unimplemented: reverse storage order for BLKmode) | Eric Botcazou | 1 | -1/+4 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -1/+6 |
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 | -8/+6 |
2015-07-15 | gimple-pretty-print.h: Don't include pretty-print.h. | Andrew MacLeod | 1 | -2/+0 |
2015-07-09 | lto-streamer.h: Don't include target.h and alloc-pool.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+4 |
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-14 | re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed) | Jan Hubicka | 1 | -1/+2 |
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 | -5/+0 |
2015-03-27 | re PR lto/65536 (LTO line number information garbled) | Jan Hubicka | 1 | -5/+14 |
2015-02-26 | passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table. | Jakub Jelinek | 1 | -3/+3 |
2015-02-25 | re PR lto/64374 (LTO ICE in extract_insn, at recog.c:2327) | Jakub Jelinek | 1 | -1/+5 |
2015-02-21 | tree-streamer-in.c (unpack_ts_decl_common_value_fields, [...]): If ACCEL_COMP... | Bernd Schmidt | 1 | -1/+8 |
2015-02-10 | tree-streamer.h (streamer_read_tree_bitfields): Adjust. | Richard Biener | 1 | -3/+1 |
2015-02-09 | tree-streamer.h (streamer_pack_tree_bitfields): Remove. | Richard Biener | 1 | -52/+44 |
2015-01-30 | Always pass explicit location to fatal_error. | Joseph Myers | 1 | -4/+7 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -2/+4 |
2015-01-09 | re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:... | Bernd Schmidt | 1 | -0/+4 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+13 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-26 | re PR lto/64075 (ICE: in bp_pack_value, at data-streamer.h:106) | Ilya Enkovich | 1 | -1/+1 |
2014-11-24 | re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization)) | Richard Biener | 1 | -1/+12 |
2014-11-19 | re PR lto/63963 (LTO doesn't work with __attribute__((__target__("sse4.2")))) | Jan Hubicka | 1 | -1/+1 |
2014-11-17 | tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ... | Ilya Enkovich | 1 | -0/+9 |
2014-11-15 | lto-streamer-out.c (hash_tree): Use cl_optimization_hash. | Jan Hubicka | 1 | -16/+1 |
2014-11-14 | optc-save-gen.awk: Output cl_target_option_eq... | Jan Hubicka | 1 | -3/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+4 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+9 |
2014-09-24 | cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P. | Aldy Hernandez | 1 | -1/+1 |
2014-06-30 | revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if typ... | Jan Hubicka | 1 | -62/+18 |
2014-06-28 | tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is com... | Jan Hubicka | 1 | -18/+62 |
2014-06-24 | class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check. | Jan Hubicka | 1 | -3/+2 |
2014-06-20 | cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio... | Jan Hubicka | 1 | -12/+0 |
2014-06-15 | c-common.c (handle_tls_model_attribute): Use set_decl_tls_model. | Jan Hubicka | 1 | -1/+0 |
2014-06-09 | symtab.c (dump_symtab_base): Update dumping. | Jan Hubicka | 1 | -2/+0 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -1/+1 |
2014-05-24 | tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer. | Jan Hubicka | 1 | -1/+0 |