aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Daily bump.GCC Administrator1-1/+1
2015-01-01Roll ChangeLog file. Limit offsets to 16 bits for moxie.Anthony Green3-49448/+49459
2015-01-01pr20621-1.c: Pass if stack < 64K.James Bowman2-0/+8
2015-01-01Daily bump.GCC Administrator1-1/+1
2014-12-31target-supports.exp (add_options_for_tls): Prepend pthread link flags.David Edelsohn9-9/+21
2014-12-31match.c (gfc_match_stopcode): Permit error stop in pure procedures with F2015.Tobias Burnus6-5/+44
2014-12-31trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...Uros Bizjak6-66/+82
2014-12-31Allow Objective-c++ to recognise lambdas.Iain Sandoe6-5/+69
2014-12-31fix a GTY(())-related ICE in Objective-c++ (add a testcase to try an excercis...Iain Sandoe4-1/+98
2014-12-31Add missing file to my previous commit.Uros Bizjak2-2/+3
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak6-24/+30
2014-12-31* gcc.dg/vect/slp-9.c: Disable einline.Jan Hubicka2-0/+5
2014-12-31Daily bump.GCC Administrator1-1/+1
2014-12-30Fix zero extension for moxieAnthony Green2-16/+10
2014-12-31i386.c (ix86_legitimize_address): Declare "changed" as bool.Uros Bizjak2-26/+35
2014-12-30ipa-inline-analysis.c (estimate_function_body_sizes): Do not free node params...Jan Hubicka2-1/+6
2014-12-30re PR target/49263 (SH Target: underutilized "TST #imm, R0" instruction)Oleg Endo3-0/+191
2014-12-30re PR target/49263 (SH Target: underutilized "TST #imm, R0" instruction)Oleg Endo3-0/+122
2014-12-30re PR target/53987 ([SH] Unnecessary zero-extensions)Oleg Endo2-0/+71
2014-12-30i386.c (ix86_legitimize_address): Use std::swap.Uros Bizjak2-21/+15
2014-12-30ipa-inline-analysis.c (edge_set_predicate): Reset size/time when target is UN...Jan Hubicka4-6/+94
2014-12-30Daily bump.GCC Administrator1-1/+1
2014-12-29t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions for mips32[r1] and mips64[r...Steve Ellcey3-2/+14
2014-12-29re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil6-1/+43
2014-12-29pr59626_0.c (ASMNAME, [...]): Define.Hans-Peter Nilsson2-1/+10
2014-12-29Daily bump.GCC Administrator1-1/+1
2014-12-28Skip ms_abi attribute tests on x32H.J. Lu4-3/+9
2014-12-28re PR fortran/56867 (Missing temporary with string array assignment)Thomas Koenig4-0/+30
2014-12-28Daily bump.GCC Administrator1-1/+1
2014-12-27re PR fortran/54756 ([OOP] [F08] Should reject CLASS, intent(out) in PURE pro...Janus Weil13-13/+71
2014-12-27ubsan-dg.exp (check_effective_target_fsanitize_undefined): Check if testcases...Segher Boessenkool2-1/+6
2014-12-27Issue an error for ms_abi attribute with x32H.J. Lu4-1/+29
2014-12-27Switch to 16-bit offsets for moxie ldo/sto instructionsAnthony Green7-9/+44
2014-12-27Add missing ChangeLog entry that was posted with patch a couple of days ago.Anthony Green1-0/+13
2014-12-27Fix template.Jan Hubicka1-1/+1
2014-12-27ipa-inline.c (max_count_real, [...]): Remove.Jan Hubicka2-139/+146
2014-12-27* sreal.h (sreal::shift): Fix sanity check.Jan Hubicka2-2/+6
2014-12-27mmx.md (*vec_extractv2sf_1): Do not emit unpckhps.Uros Bizjak2-17/+26
2014-12-27Daily bump.GCC Administrator1-1/+1
2014-12-26Daily bump.GCC Administrator1-1/+1
2014-12-25pt.c (check_default_tmpl_args): Uses the parameter source location in the dia...Jason Merrill8-15/+17
2014-12-25re PR c++/63522 (ICE: unexpected expression 'ElementIndices' of kind template...Jason Merrill4-3/+23
2014-12-25Daily bump.GCC Administrator1-1/+1
2014-12-24re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo2-14/+19
2014-12-24405-dlmzb-strlen-1.c: Explicitly align arg.Segher Boessenkool3-4/+13
2014-12-24xasprintf.c: New file.Uros Bizjak3-20/+5
2014-12-24Fix undefined-loop-2.c test case.Andrew Stubbs2-2/+11
2014-12-24re PR target/64160 (msp430 code generation error adding 32-bit integers)Nick Clifton2-6/+14
2014-12-24Add mul.x support for moxieAnthony Green5-10/+53
2014-12-24re PR c++/63985 (Accepts invalid range-based for declaration)Paolo Carlini4-12/+63