aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-01-10re PR target/55565 (FAIL: gcc.target/powerpc/ppc-mov-1.c scan-assembler-not f...Aldy Hernandez2-1/+8
2013-01-10Fix typo in chnagelog entryVladimir Makarov1-2/+2
2013-01-10PR rtl-optimization/pr55672Vladimir Makarov4-2/+26
2013-01-10re PR target/55929 (lra-constraints-ICE while xg++ compile libitm with -Os)Uros Bizjak2-7/+10
2013-01-10vrp06.c: Tighten expected output.Jeff Law2-3/+9
2013-01-10config-lang.in (boot_language_boot_flags): Delete.Eric Botcazou3-7/+9
2013-01-10configure.ac (HAVE_AS_TLS): Add check for powerpc-ibm-aix.David Edelsohn3-0/+41
2013-01-10* .gitignore: Import from gdb repository.Jason Merrill2-0/+6
2013-01-10builtins.c (expand_builtin_init_trampoline): Use set_mem_attributes.Richard Biener2-2/+6
2013-01-10Fix g++.dg/tls/thread_local* on Solaris 9Rainer Orth14-4/+34
2013-01-10re PR bootstrap/55792 (Bad memory access with profiledbootstrap and LTO)Richard Biener2-13/+31
2013-01-10libsanitizer mege from upstream r171973Kostya Serebryany2-138/+356
2013-01-10rtems.h (ASM_SPEC): Pass -m8byte-align and -mgcc-abi on to assembler.Joel Sherrill2-19/+31
2013-01-10Add email address for Nguyen Duy DatNguyen Duy Dat1-1/+1
2013-01-10re PR middle-end/55921 (Crash in verify_ssa for asm to side-steps complex pes...Jakub Jelinek4-1/+69
2013-01-10re PR target/55718 (ICE in gen_reg_rtx, at emit-rtl.c:866)Andreas Krebbel3-245/+270
2013-01-10aarch64.c (aarch64_print_operand): Replace %r in asm_fprintf with reg_names.Naveen H.S3-34/+32
2013-01-09re PR c++/55878 (--enable-checking=yes rejection of typeid)Jason Merrill6-17/+37
2013-01-10* dse.c (record_store): Remove unnecessary assert.Mike Stump2-4/+5
2013-01-10Daily bump.GCC Administrator1-1/+1
2013-01-09re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka5-3/+25
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka5-1/+14
2013-01-09re PR fortran/47203 (USE of module with same name as SUBROUTINE not reject, b...Mikael Morin4-1/+30
2013-01-09intrinsic_size_3.f90: Make scan-tree-dump-times number matching more robust.Uros Bizjak3-3/+8
2013-01-09re PR c++/55893 ([C++11] runtime segfault with static const object with virtu...Jason Merrill3-0/+22
2013-01-09re PR middle-end/55114 (gcc.dg/builtins-53.c ICEs on mips64 soft-float)Richard Sandiford4-0/+29
2013-01-09PR rtl-optimization/pr55829Vladimir Makarov4-14/+76
2013-01-09sse.md (*vec_interleave_highv2df): Change mode attribute of movddup insn to DF.Uros Bizjak2-13/+19
2013-01-09re PR fortran/55758 (LOGICAL and BIND(C): Reject kind=2/4/8/16 with -std=f200...Tobias Burnus5-1/+64
2013-01-09re PR tree-optimization/55875 (IVopts caused miscompilation)Jan Hubicka5-31/+178
2013-01-09v850.md (cbranchsf4): New pattern.Nguyen Duy Dat5-103/+233
2013-01-09re PR c/48418 (Bit shift operator >>=)Jakub Jelinek6-9/+75
2013-01-09re PR c++/55801 (ICE with thread_local after ill-formed declaration)Paolo Carlini4-4/+22
2013-01-09pa.c (pa_emit_move_sequence): Replace calls to gen_insv with calls to gen_ins...John David Anglin2-4/+17
2013-01-09* gcc.dg/guality/pr54693.c: Null-terminate arr.Andreas Schwab2-0/+5
2013-01-09Set up X86_TUNE_AVX128_OPTIMAL for m_BTVER2Venkataramanan Kumar2-1/+6
2013-01-09re PR tree-optimization/48189 (ICE: SIGFPE (division by zero) in in predict_l...Jakub Jelinek4-2/+33
2013-01-09pa.h (VAL_U6_BITS_P): Define.John David Anglin4-66/+226
2013-01-09Daily bump.GCC Administrator1-1/+1
2013-01-08re PR tree-optimization/55823 (ice in inline_call, at ipa-inline-transform.c:...Jan Hubicka4-27/+69
2013-01-08* gcc.target/i386/pr55845.c (foo): Remove unneeded initialization.Uros Bizjak1-3/+4
2013-01-08re PR rtl-optimization/55845 (454.calculix miscompares with -march=btver2 -O3...Jakub Jelinek4-2/+60
2013-01-08aarch64-simd.md (vec_init<mode>): New.Tejas Belagod4-0/+179
2013-01-08re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek2-4/+47
2013-01-08vect-mull-compile.c: Explicitly scan for instructions generated instead of nu...Tejas Belagod2-4/+17
2013-01-08aarch64-simd.md (aarch64_simd_vec_<su>mult_lo_<mode>, [...]): Separate instru...Tejas Belagod2-2/+8
2013-01-08rl78.md (mulsi3_g13): Correct values for MDBL and MDBH registers.Nick Clifton2-4/+6
2013-01-08rl78.c (rl78_expand_prologue): Always select register bank 0 at the start of ...Nick Clifton2-1/+9
2013-01-08[AARCH64] Add support for floating-point vcond.James Greenhalgh11-19/+249
2013-01-08[AARCH64] Fix support for vectorization over sqrt (), sqrtf ().James Greenhalgh5-4/+28