Age | Commit message (Expand) | Author | Files | Lines |
2015-11-29 | cgraph.c (cgraph_node::make_local): No name is unique during incremental link... | Jan Hubicka | 1 | -2/+5 |
2015-11-25 | varasm.c (default_elf_asm_output_limited_string, [...]): Replace fprintf by p... | Jan Hubicka | 1 | -4/+8 |
2015-11-15 | always define TARGET_PECOFF | Trevor Saunders | 1 | -3/+3 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -37/+84 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -8/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -13/+12 |
2015-10-20 | [PATCH]Fix various ports failing due to unused parameter | Jeff Law | 1 | -1/+1 |
2015-10-20 | Fix VTV for targets with section anchors. | Ramana Radhakrishnan | 1 | -49/+63 |
2015-10-20 | Fix default_binds_local_p_2 for extern protected data | Szabolcs Nagy | 1 | -2/+3 |
2015-10-06 | Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_asm_named_section | Ramana Radhakrishnan | 1 | -1/+1 |
2015-10-05 | Remove REAL_VALUE_FROM_CONST_DOUBLE | Richard Sandiford | 1 | -4/+1 |
2015-10-05 | Remove remaining uses of REAL_VALUES_IDENTICAL | Richard Sandiford | 1 | -1/+1 |
2015-09-03 | varasm.c (output_constant): Use fold_convert instead of wide_int_to_tree. | Richard Biener | 1 | -1/+1 |
2015-08-25 | re PR middle-end/67330 (ICE handling weak attributes) | Marek Polacek | 1 | -1/+4 |
2015-08-21 | add default for CONSTANT_ALIGNMENT | Trevor Saunders | 1 | -13/+4 |
2015-08-19 | remove useless typedefs | Trevor Saunders | 1 | -6/+6 |
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 | -8/+1 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-25 | hash-traits.h (ggc_cache_hasher): Rename to... | Richard Sandiford | 1 | -1/+1 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 1 | -3/+3 |
2015-06-25 | decl.c (value_annotation_hasher::handle_cache_entry): Delete. | Richard Sandiford | 1 | -9/+3 |
2015-06-24 | [PATCH]Use "unsigned int" to hold alignment in emit_local function. | Renlin Li | 1 | -2/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-09 | varasm.c (output_object_block_htab): Remove. | Aldy Hernandez | 1 | -7/+40 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -7/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-19 | rtl.def (REG): Change format to "r". | Richard Sandiford | 1 | -1/+1 |
2015-05-14 | varasm.c (output_constant_pool_1): Pass down alignment from constant pool ent... | Rohit Arul Raj | 1 | -2/+8 |
2015-05-07 | re PR middle-end/192 (String literals don't obey -fdata-sections) | Segher Boessenkool | 1 | -2/+14 |
2015-04-30 | Define & use special macros to record the name & size of cold partitions. | Caroline Tice | 1 | -4/+4 |
2015-04-30 | * varasm.c (handle_cache_entry): Fix logic. | Marek Polacek | 1 | -11/+10 |
2015-04-28 | re PR bootstrap/65910 (r222473 breaks x86_64 darwin bootstrap) | Dominique d'Humieres | 1 | -0/+2 |
2015-04-27 | Give proper type and size to named cold partitions. | Caroline Tice | 1 | -0/+12 |
2015-04-22 | varasm.c (emit_bss): Remove redundant guard. | Bernhard Reutner-Fischer | 1 | -2/+0 |
2015-04-17 | Properly handle uninitialized common symbol | H.J. Lu | 1 | -12/+23 |
2015-04-08 | emit_local(): Fix unused warning | Bernhard Reutner-Fischer | 1 | -2/+3 |
2015-03-27 | Add default_binds_local_p_2 and use it for x86 | H.J. Lu | 1 | -3/+15 |
2015-03-10 | re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea... | Jan Hubicka | 1 | -13/+8 |
2015-03-08 | varasm.c (function_section_1): Use definition_alignment. | Jan Hubicka | 1 | -12/+25 |
2015-02-19 | re PR middle-end/65074 (r220674 broke C++ PIEs) | Richard Henderson | 1 | -7/+5 |
2015-02-17 | symtab.c (symtab_node::verify_base): Verify body_removed->!definiton | Jan Hubicka | 1 | -1/+2 |
2015-02-16 | re PR lto/65015 (LTO produces randomly ordered debug information) | Richard Biener | 1 | -1/+7 |
2015-02-12 | re PR rtl-optimization/32219 (optimizer causes wrong code in pic/hidden/weak ... | H.J. Lu | 1 | -87/+79 |
2015-02-11 | re PR middle-end/65003 (-fsection-anchors ICE) | Jakub Jelinek | 1 | -0/+4 |
2015-02-04 | varasm.c (do_assemble_alias): Follow transparent alias chain for target. | Ilya Enkovich | 1 | -3/+6 |
2015-01-29 | Committing VTV Cygwin patch for Patrick Wollgast | Caroline Tice | 1 | -0/+27 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+11 |
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 |