2014-10-15 |
Vladimir Makarov | re PR rtl-optimization/63448 (ICE when compiling atlas... |
commit | commitdiff | tree |
2014-10-15 |
Teresa Johnson | re PR bootstrap/63432 (profiledbootstrap failure with... |
commit | commitdiff | tree |
2014-10-15 |
Ian Lance Taylor | configure.ac: If the compiler supports -Qunused-argumen... |
commit | commitdiff | tree |
2014-10-15 |
Renlin Li | [AARCH64] Add ACLE 2.0 predefined macros |
commit | commitdiff | tree |
2014-10-15 |
Richard Biener | gimple-fold.c (gimple_fold_call): Properly keep virtual... |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | 2014-10-15 Paolo Carlini <paolo.carlini@oracle.com> |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | semantics.c (is_instantiation_of_constexpr, [...])... |
commit | commitdiff | tree |
2014-10-15 |
Jason Merrill | re PR c++/63455 (decltype of statement expression ... |
commit | commitdiff | tree |
2014-10-15 |
Jonathan Wakely | complex (complex::real, [...]): Add const. |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | limits: Remove stray semicolon. |
commit | commitdiff | tree |
2014-10-15 |
Alexander Ivchenko | AVX-512. 56/n. Add plus/minus/abs/neg/andnot insn. |
commit | commitdiff | tree |
2014-10-15 |
Alexander Ivchenko | AVX-512. 52.1/n. Add vec2mask and mask2vec insn. |
commit | commitdiff | tree |
2014-10-15 |
Renlin Li | [AArch64] Remove unused variable and marco |
commit | commitdiff | tree |
2014-10-15 |
Jakub Jelinek | tree-ssa-reassoc.c (optimize_range_tests_diff): Perform... |
commit | commitdiff | tree |
2014-10-15 |
Eric Botcazou | * stor-layout.c (self_referential_size): Do not promote... |
commit | commitdiff | tree |
2014-10-15 |
Marek Polacek | invoke.texi: Update to reflect that GNU11 is the defaul... |
commit | commitdiff | tree |
2014-10-15 |
Richard Biener | hash-table.c: Include bconfig.h if building for the... |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | alias_decl.cc: New. |
commit | commitdiff | tree |
2014-10-15 |
Joern Rennecke | As discussed: https://gcc.gnu.org/ml/gcc-patches/2014... |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | limits: Remove stray spaces after backslash. |
commit | commitdiff | tree |
2014-10-15 |
Richard Biener | pr63419.C: Add -Wno-psabi. |
commit | commitdiff | tree |
2014-10-15 |
Andreas Schwab | explow.c (convert_memory_address_addr_space_1): Mark... |
commit | commitdiff | tree |
2014-10-15 |
Jan Hubicka | loop-unroll.c: (decide_unrolling_and_peeling): Rename to |
commit | commitdiff | tree |
2014-10-15 |
Paolo Carlini | typedefs.cc: Rename to alias_decl.cc. |
commit | commitdiff | tree |
2014-10-15 |
Max Filippov | xtensa: use pre- and postincrement FP load/store when... |
commit | commitdiff | tree |
2014-10-15 |
Max Filippov | xtensa: drop unimplemented floating point operations |
commit | commitdiff | tree |
2014-10-15 |
Max Filippov | MAINTAINERS: add myself to write-after-approval list. |
commit | commitdiff | tree |
2014-10-15 |
Andrew Pinski | explow.c (convert_memory_address_addr_space): Rename... |
commit | commitdiff | tree |
2014-10-15 |
Andrew Pinski | revert: re PR middle-end/49721 (convert_memory_address_... |
commit | commitdiff | tree |
2014-10-15 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-10-14 |
DJ Delorie | msp430-modes.def (PSI): Add. |
commit | commitdiff | tree |
2014-10-14 |
David S. Miller | Fix sanitizer build on sparc. |
commit | commitdiff | tree |
2014-10-14 |
Eric Botcazou | re PR ada/62019 (gnat.dg/weak2.adb fails everywhere) |
commit | commitdiff | tree |
2014-10-14 |
DJ Delorie | More missed bits from the big __intN patch |
commit | commitdiff | tree |
2014-10-14 |
DJ Delorie | Missed bit of previous commit. |
commit | commitdiff | tree |
2014-10-14 |
DJ Delorie | machmode.h (int_n_data_t): New. |
commit | commitdiff | tree |
2014-10-14 |
Kito Cheng | ira.c: Fix typo in comment. |
commit | commitdiff | tree |
2014-10-14 |
Uros Bizjak | re PR rtl-optimization/63475 (Postreload CSE propagates... |
commit | commitdiff | tree |
2014-10-14 |
Joel Brobecker | Use strtod instead of strtold in libiberty/d-demangle.c |
commit | commitdiff | tree |
2014-10-14 |
Jonathan Wakely | intro.xml: Update. |
commit | commitdiff | tree |
2014-10-14 |
Jonathan Wakely | 1.cc: Add dg-require-stdint. |
commit | commitdiff | tree |
2014-10-14 |
Rüdiger Sonderfeld | re PR libstdc++/54354 (TODO extended iomanip manipulato... |
commit | commitdiff | tree |
2014-10-14 |
Kai Tietz | re PR libstdc++/57440 (Memory usage with future and... |
commit | commitdiff | tree |
2014-10-14 |
Evgeny Stupachenko | re PR target/63534 (Bootstrap failure on x86_64/i686... |
commit | commitdiff | tree |
2014-10-14 |
Jakub Jelinek | Makefile.am (DEFS): Add -DPIC. |
commit | commitdiff | tree |
2014-10-14 |
Manuel López... | line-map.h (linemap_location_from_macro_expansion_p... |
commit | commitdiff | tree |
2014-10-14 |
Marc Glisse | typeck.c (cp_build_unary_op): Accept float vectors. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 77/n. Use blend for cond-set V32HI and V64QI. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 74/n. Add byte/word max/mix reduction. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 73/n. Extend reduc min/max autogen. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 72/n. Extend VI itterator. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 71/n. Remove redudant iterator attribute. |
commit | commitdiff | tree |
2014-10-14 |
Paolo Carlini | typedefs.cc: Rename to alias_decl.cc. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 70/n. Add vpmaxmin. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 69/n. Add vpmulhrsw insn support. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 68/n. Add vpmullw, vpacksdw, pmaddwd insn. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 67/n. Update constraints in vec_dup insn. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 66/n. Extend vpalignr insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 65/n. Add rest of VI1-AVX2: mul insn pattern. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 64/n. Add rest of VI1-AVX2: vpack[us]wb. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 62/n. Add vpmaddubsw,vdbpsadbw insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 61/n. Update FP logic insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 60/n. Update 128bit ashrv insn pattern. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 59/n. Add vptest[n]m, ucmp, cmpeq insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 58/n. Add vpmul[u]dq insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Alexander Ivchenko | AVX-512. 57/n. Extend blend/cmp/brodcast insn patterns. |
commit | commitdiff | tree |
2014-10-14 |
Richard Biener | re PR tree-optimization/63512 (ICE: error: virtual... |
commit | commitdiff | tree |
2014-10-14 |
Oleg Endo | re PR target/63260 ([SH] fabs, fneg do not need fp... |
commit | commitdiff | tree |
2014-10-14 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-10-14 |
Felix Yang | ira.c (struct equivalence): Change member "is_arg_equiv... |
commit | commitdiff | tree |
2014-10-13 |
Anthony Brandon | c-parser.c (c_parser_all_labels): New function to repla... |
commit | commitdiff | tree |
2014-10-13 |
Richard Henderson | Handle cfa adjustments in csa pass |
commit | commitdiff | tree |
2014-10-13 |
Aldy Hernandez | * Makefile.in (TAGS): Tag ../include files. |
commit | commitdiff | tree |
2014-10-13 |
Ulrich Weigand | rs6000.h (DBX_REGISTER_NUMBER): Pass format argument... |
commit | commitdiff | tree |
2014-10-13 |
Kirill Yukhin | Add missing in r216154 test. |
commit | commitdiff | tree |
2014-10-13 |
Evgeny Stupachenko | i386.c (ix86_address_cost): Lower cost for when address... |
commit | commitdiff | tree |
2014-10-13 |
Kirill Yukhin | re PR target/8340 (ICE on x86 inline asm w/ -fPIC) |
commit | commitdiff | tree |
2014-10-13 |
Evgeny Stupachenko | x86-tune.def (X86_TUNE_SSE_PARTIAL_REG_DEPENDENCY)... |
commit | commitdiff | tree |
2014-10-13 |
John David... | re PR libfortran/63471 (unix.c:1906:10: error: implicit... |
commit | commitdiff | tree |
2014-10-13 |
H.J. Lu | Cast size and elements to long for %l |
commit | commitdiff | tree |
2014-10-13 |
Jan Hubicka | re PR c++/62127 (ICE with VLA in constructor) |
commit | commitdiff | tree |
2014-10-13 |
Jonathan Wakely | re PR libstdc++/57350 (std::align missing) |
commit | commitdiff | tree |
2014-10-13 |
Christophe... | Update ChangeLog for previous commit. |
commit | commitdiff | tree |
2014-10-13 |
Christophe... | Makefile.in: (check-%): Update comment, as RUNTESTFLAGS... |
commit | commitdiff | tree |
2014-10-13 |
Jan Hubicka | re PR bootstrap/63496 (../../gcc/ipa-polymorphic-call... |
commit | commitdiff | tree |
2014-10-13 |
Siva Chandra... | xmethods.py: Add xmethods for std::array, std::deque... |
commit | commitdiff | tree |
2014-10-13 |
Marat Zakirov | asan.c (instrument_derefs): BIT_FIELD_REF added. |
commit | commitdiff | tree |
2014-10-13 |
Rüdiger Sonderfeld | memory (align): Define. |
commit | commitdiff | tree |
2014-10-13 |
Marc Glisse | re PR libstdc++/61347 (std::distance(list.first(),list... |
commit | commitdiff | tree |
2014-10-13 |
Eric Botcazou | re PR ada/63225 (ada bootstrap failure when -fno-inline... |
commit | commitdiff | tree |
2014-10-13 |
Richard Biener | re PR c++/63419 (verify_gimple failed: "vector CONSTRUC... |
commit | commitdiff | tree |
2014-10-13 |
Richard Sandiford | rtlanal.c (generic_subrtx_iterator <T>::add_subrtxes_to... |
commit | commitdiff | tree |
2014-10-13 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-10-12 |
Oleg Endo | re PR target/59401 ([SH] GBR addressing mode optimizati... |
commit | commitdiff | tree |
2014-10-12 |
Trevor Saunders | move many gc hashtab to hash_table |
commit | commitdiff | tree |
2014-10-12 |
Manuel López... | README: Do not mention CVS. |
commit | commitdiff | tree |
2014-10-12 |
Jason Merrill | re PR c++/62115 (ICE with invalid default argument) |
commit | commitdiff | tree |
2014-10-12 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2014-10-11 |
François-Xavier... | re PR fortran/48979 (FRACTION und EXPONENT return inval... |
commit | commitdiff | tree |
2014-10-11 |
Oleg Endo | sh.h (TARGET_SH4A_ARCH): Remove macro. |
commit | commitdiff | tree |
next |