aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-04-29[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.James Greenhalgh2-0/+5
2013-04-29[AArch64] fcvt instructions - arm_neon.h changes.James Greenhalgh4-726/+579
2013-04-29[AArch64] Add vector fix, fixuns, fix_trunc, fixuns_trunc standard patternsJames Greenhalgh3-0/+38
2013-04-29[AArch64] Vectorize over more math.h functions.James Greenhalgh2-0/+24
2013-04-29re PR target/54349 (_mm_cvtsi128_si64 unnecessary stores value at stack)Uros Bizjak7-33/+92
2013-04-29[AArch64] Implement vector float->double widening and double->float narrowing.James Greenhalgh3-0/+122
2013-04-29[AArch64] Add vector int to float conversions.James Greenhalgh5-0/+43
2013-04-29[AArch64] Map fcvt intrinsics to builtin name directly.James Greenhalgh5-24/+116
2013-04-29[AArch64] Fix order of modes to lroundmn2 standard names.James Greenhalgh2-1/+7
2013-04-29[AArch64] Convert NEON frint implementations to use builtins.James Greenhalgh4-165/+267
2013-04-29[AArch64] Map frint intrinsics to standard pattern names directly.James Greenhalgh6-25/+48
2013-04-29re PR tree-optimization/57081 (Segmentation fault in simple_iv (tree-scalar-e...Richard Biener5-1/+38
2013-04-29re PR tree-optimization/57083 (Wrong constant folding)Jakub Jelinek4-1/+25
2013-04-29predicates.md (general_vector_operand): New predicate.Jakub Jelinek4-12/+59
2013-04-29Daily bump.GCC Administrator1-1/+1
2013-04-28re PR c++/56450 (ICE with SFINAE when detecting non-static member variable)Paolo Carlini4-0/+29
2013-04-28N3472 binary constantsJakub Jelinek4-4/+25
2013-04-28re PR fortran/57093 (Seg fault on internal output to a character scalar coarray)Tobias Burnus5-6/+33
2013-04-28stor-layout.c (finalize_size_functions): Allocate a structure and reset cfun ...Eric Botcazou2-0/+7
2013-04-28* sv.po: Update.Joseph Myers2-646/+315
2013-04-28re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))Thomas Koenig5-0/+142
2013-04-28Daily bump.GCC Administrator1-1/+1
2013-04-27* config/i386/i386.c (ix86_expand_call): Make cregs_size unsigned.Jakub Jelinek2-1/+4
2013-04-27re PR target/56866 (with '-O3 -march=bdver2' misscompiles glibc-2.17/crypt/sh...Jakub Jelinek6-2/+80
2013-04-27Daily bump.GCC Administrator1-1/+1
2013-04-26rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov7-64/+200
2013-04-26re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous}...Jakub Jelinek4-1/+50
2013-04-26re PR tree-optimization/57051 (Optimization regression in 4.8.0 from 4.7.2)Jakub Jelinek2-7/+39
2013-04-26omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.Richard Biener3-19/+86
2013-04-26re PR c++/55708 (g++ crashes: constexpr function with reference parameters.)Paolo Carlini2-1/+36
2013-04-26i386.md (type, unit): Fix long lines.Uros Bizjak2-22/+29
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener6-14/+125
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener28-50/+273
2013-04-26Makefile.in (toplev.o): Depend on diagnostic-color.h.Jakub Jelinek9-14/+44
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek6-5/+20
2013-04-26This patch is part of a consolodation of the hash_table patches to the...Lawrence Crowl3-425/+426
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl55-1843/+2572
2013-04-26Daily bump.GCC Administrator1-1/+1
2013-04-26* de.po, sv.po, vi.po: Update.Joseph Myers4-8316/+8082
2013-04-25re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Jakub Jelinek4-0/+73
2013-04-25PR 57028 Bootstrap regression wrt zlib.Janne Blomqvist2-1/+9
2013-04-25[AArch64] Describe the 'BSL' RTL pattern more accurately.James Greenhalgh3-18/+38
2013-04-25re PR c++/57064 ([clarification requested] Which overload with ref-qualifier ...Jason Merrill1-0/+14
2013-04-25re PR c++/56859 (alignas() fails in template)Jason Merrill3-14/+24
2013-04-25re PR c++/50261 ([C++0x] ICE on brace-initialize an array member)Jason Merrill3-1/+40
2013-04-25re PR tree-optimization/57066 (std::logb(-inf) returns wrong value)Marek Polacek4-17/+36
2013-04-25[AArch64] Change iterator for neg<mode>2 from VDQM to VDQ.James Greenhalgh2-2/+6
2013-04-25[AArch64] Make vabs<q>_f<32, 64> a tree/gimple intrinsic.James Greenhalgh6-33/+55
2013-04-25[AArch64] Implement TARGET_GIMPLE_FOLD_BUILTIN for aarch64 backend.James Greenhalgh11-5/+176
2013-04-25gcc/Naveen H.S4-0/+82