aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener6-47/+12
2014-05-20* mode-switching.c (optimize_mode_switching): Fix comment typo.Joern Rennecke1-1/+1
2014-05-20Daily bump.GCC Administrator1-1/+1
2014-05-19re PR c++/58761 (ICE with a lambda capturing this in a NSDMI)Jason Merrill3-1/+33
2014-05-19typeck2.c (cxx_incomplete_type_diagnostic): Use inform.Paolo Carlini59-77/+143
2014-05-19extend.texi: Create Label Attributes section, move all label attributes into ...David Wohlferd2-35/+89
2014-05-19arm.c (thumb1_reorg): When scanning backwards skip anything that's not a prop...Richard Earnshaw2-1/+6
2014-05-19* lib/target-supports.expJoseph Myers2-1/+11
2014-05-19target-supports.exp (check_effective_target_avx): Early out if not x86 to pre...Mike Stump2-0/+8
2014-05-19re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-l...Richard Biener5-3/+59
2014-05-19re PR middle-end/61209 (internal compiler error: in fold_convert_loc, at fold...Richard Biener4-2/+60
2014-05-19except.c (init_eh): Fix computation of builtin setjmp buffer size to allow fo...Nick Clifton2-2/+20
2014-05-19re PR tree-optimization/61184 (wrong code (that hangs) by LTO on x86_64-linux...Richard Biener4-12/+40
2014-05-19Fix an error in a CONST_INT_P patch from 2009.Bernd Schmidt2-1/+6
2014-05-19re PR target/61195 (single precision fmov does not need to switch mode)Christian Bruel4-3/+52
2014-05-19re PR bootstrap/61084 (wide-int merge broke Solaris/SPARC bootstrap)Richard Sandiford2-4/+10
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford15-65/+89
2014-05-19tree.h: Remove extraneous template <>.Richard Sandiford2-1/+4
2014-05-19re PR target/58066 (__tls_get_addr is called with misaligned stack on x86-64)Wei Mi2-2/+13
2014-05-19Add new test caseXinliang David Li2-0/+82
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka4-7/+43
2014-05-19tree-pass.h (make_pass_ipa_comdats): New pass.Jan Hubicka8-0/+421
2014-05-19Daily bump.GCC Administrator1-1/+1
2014-05-18ipa.c (update_visibility_by_resolution_info): New function.Jan Hubicka2-32/+51
2014-05-18trans.c (Subprogram_Body_to_gnu): Rework comment and set function_start_locus.Eric Botcazou2-3/+10
2014-05-18utils.c (gnat_write_global_declarations): Adjust the flags put on dummy_global.Eric Botcazou2-1/+7
2014-05-18decl.c (change_qualified_type): New static function.Eric Botcazou5-49/+76
2014-05-18fe.h (Set_Present_Expr): Move around.Eric Botcazou3-9/+15
2014-05-18cgraph.h (symtab_first_defined_symbol, [...]): New functions.Jan Hubicka2-4/+53
2014-05-18decl.c (gnat_to_gnu_entity): Use Underlying_Type in lieu of more verbose cons...Eric Botcazou3-28/+15
2014-05-18decl.c (gnat_to_gnu_entity): Do not consider that regular packed arrays can n...Eric Botcazou4-2/+36
2014-05-18* gcc.target/ia64/visibility-1.c (variable_l): Add used attribute.Andreas Schwab2-1/+5
2014-05-18ChangeLog: Fix.Uros Bizjak2-31/+29
2014-05-18extend.texi (Size of an asm): Really move node to its position.Uros Bizjak1-22/+22
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2-4/+9
2014-05-18Daily bump.GCC Administrator1-1/+1
2014-05-17comment ggc_handle_finalizersTrevor Saunders2-0/+9
2014-05-17add finalizers to ggcTrevor Saunders5-13/+182
2014-05-17remove unused functionTrevor Saunders2-7/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders134-517/+670
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders17-67/+92
2014-05-17re PR c++/52875 (ADL failure + ICE in decltype)Paolo Carlini2-0/+29
2014-05-17check.c (gfc_check_fn_rc2008): move "argument" to the right place.Dominique d'Humieres2-2/+7
2014-05-17ChangeLog:Ajit Agarwal7-14/+118
2014-05-17extend.texi (Size of an asm): Move node text according to its @menu entry pos...Uros Bizjak2-22/+27
2014-05-17re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu)Marc Glisse6-0/+88
2014-05-17invoke.texi (free): Mention Alpha.Uros Bizjak2-1/+6
2014-05-17pr60969.C: Compile for all ilp32 x86 targets.Uros Bizjak2-2/+10
2014-05-17ChangeLog: Fix.Uros Bizjak2-25/+26
2014-05-17wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or __SIZEOF_INT128__ ...Richard Sandiford2-1/+11