aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-26Daily bump.GCC Administrator1-1/+1
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik19-93/+202
2013-05-25mips.h: Use #elif in preprocessor conditions.Richard Sandiford2-53/+38
2013-05-25re PR rtl-optimization/53916 ([mips16] divide operation compiled result incor...Richard Sandiford5-50/+58
2013-05-25re PR target/55777 (Inlining nomips16 function into mips16 function can resul...Richard Sandiford5-0/+59
2013-05-25builtin-bswap-6.c: Use same options as optimize-bswapsi-1.c.Eric Botcazou3-2/+9
2013-05-25re PR c++/52216 ([C++11] Wrong exception deduction for some forms of placemen...Paolo Carlini2-0/+13
2013-05-25sched-int.h (ds_t, dw_t): Make unsigned int.Steven Bosscher6-52/+99
2013-05-25re PR c++/25666 (Bad diagnostic for templated destructor as friend)Paolo Carlini5-2/+31
2013-05-25Daily bump.GCC Administrator1-1/+1
2013-05-24Use CLOCK_HIGHRES on Solaris 9Rainer Orth2-0/+10
2013-05-24re PR debug/56950 (compare-debug failure for gcc.dg/pr41345.c with fschedule-...Steven Bosscher2-8/+12
2013-05-24re PR c++/56971 (GCC claims a friend function to be overloaded, but it isn't)Jason Merrill3-2/+28
2013-05-24type_traits.h (__is_null_pointer): Add std::nullptr_t overload.Paolo Carlini3-8/+12
2013-05-24config.gcc (powerpc-*): Allow native for with-cpu.Nathan Sidwell2-1/+6
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek24-11/+280
2013-05-24re PR c++/19618 (Do warn if a bit-field exceeds the size of a bool type)Paolo Carlini4-3/+36
2013-05-24re PR tree-optimization/57124 (254.gap@spec2000 got miscompare after r198413)Jeff Law5-1/+68
2013-05-24Fix formatting of ChangeLog entriesDavid Malcolm2-3/+3
2013-05-24Fix the typo of discriminator.Dehao Chen2-4/+11
2013-05-24re PR tree-optimization/57294 (ice in remove_described_reference)Martin Jambor8-19/+80
2013-05-24lra-constraints.c (emit_spill_move): Use smaller mode for mem-mem moves.Vladimir Makarov2-22/+67
2013-05-24download_prerequisites: Download isl and cloog conditionally.Chung-Ju Wu2-1/+23
2013-05-24Change the discriminator assignment algorithm to make it more robust.Dehao Chen3-35/+66
2013-05-24AArch64 - fix invalid assembler in testcaseIan Bolton2-3/+10
2013-05-24AArch64 - allow insv_imm to handle bigger immediates via masking to 16 bitsIan Bolton3-5/+11
2013-05-24re PR c++/57391 (ICE compiling AIX math.h caused by PR c++/56930)Jason Merrill2-19/+21
2013-05-24re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)Richard Biener4-9/+39
2013-05-24re PR c++/26572 (Invalid local class definition not diagnosed)Paolo Carlini3-0/+35
2013-05-24gigi.h (gnat_init_gcc_fp): Declare.Eric Botcazou4-4/+39
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou12-41/+180
2013-05-24Use -z ignore instead of --as-needed on SolarisRainer Orth3-10/+67
2013-05-24re PR tree-optimization/57385 ([tree-ssa] Possible segfault in fully_constant...Kirill Yukhin1-0/+10
2013-05-24re PR tree-optimization/57385 ([tree-ssa] Possible segfault in fully_constant...Alexander Ivchenko3-0/+12
2013-05-24ada-tree.h (LOOP_STMT_NO_UNROLL): New define.Eric Botcazou3-8/+61
2013-05-24trans.c: Include diagnostic.h and opts.h.Eric Botcazou2-1/+91
2013-05-24decl.c (gnat_to_gnu_entity): Constify a handful of local variables.Eric Botcazou4-13/+89
2013-05-24re PR tree-optimization/55177 (missed optimizations with __builtin_bswap)Eric Botcazou7-2/+247
2013-05-24Daily bump.GCC Administrator1-1/+1
2013-05-23c-typeck.c (convert_for_assignment): Handle references to memory spaces better.Mike Stump2-15/+13
2013-05-23re PR c++/57388 ([C++11] ICE when function types with ref-qualifiers meet oth...Jason Merrill3-1/+38
2013-05-23re PR rtl-optimization/56742 (Optimization bug lead to uncaught throw)Richard Henderson2-0/+49
2013-05-23re PR target/57379 (Segfault in invalidate_any_buried_refs (x=0x0) at ../../g...Uros Bizjak3-19/+20
2013-05-23re PR debug/57351 (ICE: internal compiler error: in dbx_reg_number, at dwarf2...Christian Bruel4-2/+65
2013-05-23[AArch64] Remove Usa constraint.Chris Schlumberger-Socha4-10/+9
2013-05-23[AArch64] Refactor aarch64_mov_operand predicate.Chris Schlumberger-Socha4-10/+30
2013-05-23Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose4-15/+35
2013-05-23Fixed ChangeLog dates.Martin Jambor2-2/+2
2013-05-23[AArch64] Support for CLZVidya Praveen6-0/+67
2013-05-23re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab...Martin Jambor7-19/+64