aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-16AVX-512. 76/n. Extend int 2 float conversions.Alexander Ivchenko2-0/+21
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie4-2/+12
2014-10-16Daily bump.GCC Administrator1-1/+1
2014-10-15timevar.h: Add an auto_timevar classTom Tromey2-0/+28
2014-10-15re PR go/59432 (sync/atomic FAILs on 32bit x86 systems without .cfi directives)Uros Bizjak5-91/+28
2014-10-15re PR bootstrap/63536 (bootstrap failed when configured with --with-cpu=slm)Evgeny Stupachenko2-0/+7
2014-10-15re PR c++/63528 (A variadic variable template cannot use the ::value of a var...Jason Merrill3-0/+24
2014-10-15re PR lto/62026 (Crash in lto_get_decl_name_mapping)Jan Hubicka5-1/+42
2014-10-15re PR rtl-optimization/63448 (ICE when compiling atlas 3.10.2)Vladimir Makarov7-18/+187
2014-10-15re PR bootstrap/63432 (profiledbootstrap failure with bootstrap-lto)Teresa Johnson2-13/+21
2014-10-15[AARCH64] Add ACLE 2.0 predefined macrosRenlin Li2-2/+23
2014-10-15gimple-fold.c (gimple_fold_call): Properly keep virtual SSA form up-to-date w...Richard Biener2-1/+11
2014-10-152014-10-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2014-10-15semantics.c (is_instantiation_of_constexpr, [...]): Moved definitions...Paolo Carlini6-3376/+3450
2014-10-15re PR c++/63455 (decltype of statement expression internal compiler error: i...Jason Merrill6-60/+194
2014-10-15AVX-512. 56/n. Add plus/minus/abs/neg/andnot insn.Alexander Ivchenko2-26/+179
2014-10-15AVX-512. 52.1/n. Add vec2mask and mask2vec insn.Alexander Ivchenko3-0/+95
2014-10-15[AArch64] Remove unused variable and marcoRenlin Li2-4/+4
2014-10-15tree-ssa-reassoc.c (optimize_range_tests_diff): Perform MINUS_EXPR in unsigne...Jakub Jelinek2-1/+11
2014-10-15* stor-layout.c (self_referential_size): Do not promote arguments.Eric Botcazou6-6/+106
2014-10-15invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek5-5/+17
2014-10-15hash-table.c: Include bconfig.h if building for the host.Richard Biener3-0/+17
2014-10-15As discussed: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00420.htmlJoern Rennecke2-3/+12
2014-10-15pr63419.C: Add -Wno-psabi.Richard Biener2-0/+5
2014-10-15explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UN...Andreas Schwab2-1/+6
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka13-544/+268
2014-10-15xtensa: use pre- and postincrement FP load/store when availableMax Filippov3-2/+45
2014-10-15xtensa: drop unimplemented floating point operationsMax Filippov2-43/+6
2014-10-14explow.c (convert_memory_address_addr_space): Rename to ...Andrew Pinski2-12/+36
2014-10-14revert: re PR middle-end/49721 (convert_memory_address_addr_space may generat...Andrew Pinski2-12/+16
2014-10-15Daily bump.GCC Administrator1-1/+1
2014-10-14msp430-modes.def (PSI): Add.DJ Delorie6-20/+168
2014-10-14re PR ada/62019 (gnat.dg/weak2.adb fails everywhere)Eric Botcazou2-16/+17
2014-10-14More missed bits from the big __intN patchDJ Delorie2-18/+21
2014-10-14Missed bit of previous commit.DJ Delorie1-13/+14
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie32-144/+658
2014-10-14ira.c: Fix typo in comment.Kito Cheng9-28/+38
2014-10-14re PR rtl-optimization/63475 (Postreload CSE propagates aliased memory operand)Uros Bizjak2-56/+39
2014-10-14re PR target/63534 (Bootstrap failure on x86_64/i686-linux)Evgeny Stupachenko2-4/+15
2014-10-14typeck.c (cp_build_unary_op): Accept float vectors.Marc Glisse4-1/+10
2014-10-14AVX-512. 77/n. Use blend for cond-set V32HI and V64QI.Alexander Ivchenko2-0/+21
2014-10-14AVX-512. 74/n. Add byte/word max/mix reduction.Alexander Ivchenko3-3/+22
2014-10-14AVX-512. 73/n. Extend reduc min/max autogen.Alexander Ivchenko2-1/+14
2014-10-14AVX-512. 72/n. Extend VI itterator.Alexander Ivchenko3-2/+18
2014-10-14AVX-512. 71/n. Remove redudant iterator attribute.Alexander Ivchenko2-6/+11
2014-10-14AVX-512. 70/n. Add vpmaxmin.Alexander Ivchenko2-12/+29
2014-10-14AVX-512. 69/n. Add vpmulhrsw insn support.Alexander Ivchenko2-0/+71
2014-10-14AVX-512. 68/n. Add vpmullw, vpacksdw, pmaddwd insn.Alexander Ivchenko2-56/+89
2014-10-14AVX-512. 67/n. Update constraints in vec_dup insn.Alexander Ivchenko2-2/+14
2014-10-14AVX-512. 66/n. Extend vpalignr insn patterns.Alexander Ivchenko2-4/+40