projects
/
platform
/
upstream
/
gcc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/gcc.git
2012-09-07
Eric Botcazou
* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Tom de Vries
re PR tree-optimization/53986 (missing vrp on bit-mask...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Tom de Vries
re PR tree-optimization/53986 (missing vrp on bit-mask...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Segher Boessenkool
aix43.h (RS6000_CALL_GLUE): Delete.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Andi Kleen
invoke.texi (-ffat-lto-objects): Clarify that gcc-ar...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Andi Kleen
Reduce memory usage for storing LTO decl resolutions
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Lawrence Crowl
Modify gcc/*.[hc] double_int call sites to use the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Cary Coutant
dwarf2.def: Edit comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Uros Bizjak
configure.ac (hle prefixes): Remove .code64.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Thiago Macieira
re PR libstdc++/54172 (__cxa_guard_acquire thread-safet...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Diego Novillo
* configure.ac: Bump minimum GMP version to 4.2.3.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Kyrylo Tkachov
arm.c: Use CONST_INT_P...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Jason Merrill
re PR c++/54341 (ICE (segfault) in cx_check_missing_mem...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Richard Guenther
re PR tree-optimization/54498 (incorrect code generatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
David Edelsohn
rs6000.c (rs6000_xcoff_asm_named_section): Add TLS...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Richard Guenther
tree.h (MOVE_NONTEMPORAL): Remove.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Richard Guenther
passes.c (execute_function_todo): Call compute_may_alia...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Andrew Pinski
re PR tree-optimization/54494 (Missing store to volatile)
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Jakub Jelinek
re PR rtl-optimization/54455 (ICE: RTL check: expected...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Tobias Burnus
2012-09-06 Tobias Burnus
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Ian Lance Taylor
debug/elf, debug/dwarf: DWARF line number fixes.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Chen Liqin
score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Jan Hubicka
ipa-inline.c (want_inline_small_function_p): Use INLINE...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Uros Bizjak
fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Andrew Pinski
optabs.c (emit_conditional_add): Correct comment about...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Uros Bizjak
* ChangeLog: Fix date of my last commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Uros Bizjak
fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
François Dumont
re PR libstdc++/54296 (using the object in the map...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Oleg Endo
hooks.c (hook_int_rtx_mode_as_bool_0): New function.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Tobias Burnus
re PR fortran/54462 (Another "segmentation fault" after...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Diego Novillo
re PR bootstrap/54484 (r190927 breaks bootstrap with...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Jakub Jelinek
re PR middle-end/54486 (Spurious printf format warning...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Uros Bizjak
sse.md (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Ulrich Drepper
random.cc (random_device::_M_init): Check whether cpuid...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Eric Botcazou
bb-reorder.c: Clarify a few points in the head comment...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Richard Guenther
re PR tree-optimization/46590 (long compile time with...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Dominique d...
re PR fortran/54474 (gfortran.dg/coarray_poly_3.f90)
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Ulrich Drepper
* include/ext/random.tcc (__gnu_cxx:normal_mv_distribut...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Paolo Carlini
re PR c++/54191 ([C++11] SFINAE does not handle convers...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Georg-Johann Lay
re PR target/54461 ([avr] add configure option for...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Bin Cheng
Add missed ChangeLog entry for r190919.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Jason Merrill
re PR c++/54441 (Infinite loop with brace initializer...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Jason Merrill
re PR c++/54420 (Segmentation fault in decl_mangling_co...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Ulrich Drepper
random: Add __gnu_cxx:normal_mv_distribution<> class.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Ulrich Drepper
random: Add __gnu_cxx::beta_distribution<> class.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Teresa Johnson
Adding change log entries for r190952:
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Teresa Johnson
Enhances the gcov program summary by adding a histogram...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Diego Novillo
Fix bootstrap failure with clang++.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Jason Merrill
re PR c++/54198 ("error: invalid use of incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Eric Botcazou
bb-reorder.c (gate_handle_reorder_blocks): Move around.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Eric Botcazou
re PR rtl-optimization/54456 (ICE: in init_seqno, at...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Jason Merrill
re PR c++/54437 (Revision 190664 causes Firefox build...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Jason Merrill
* configure.ac: Fix --enable-languages=all.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Diego Novillo
This patch works around a parsing problem with g++...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Richard Henderson
* alias.c (read_dependence): Return true for ALIAS_SET_...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Steven Bosscher
re PR bootstrap/54453 (r190783 breaks bootstrap on...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Richard Guenther
tree-ssa-pre.c (value_expressions): Make it a vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Diego Novillo
re PR bootstrap/54479 (Bootstrap with release-checking...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Eric Botcazou
* make_sunver.pl: Add missing newline at the end of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Richard Guenther
tree-ssa-pre.c (add_to_exp_gen): Adjust.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Diego Novillo
* testsuite-management/x86_64-unknown-linux-gnu.xfail...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christophe...
MAINTAINERS (Write After Approval): Add myself.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Diego Novillo
Make all VEC_* functions, member functions of vec_t.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Steven Bosscher
gimple.h (gimple_build_switch): Remove.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Georg-Johann Lay
re PR target/54476 ([avr] __builtin_avr_delay_cycles...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Bin Cheng
re PR target/45070 (Miscompiled c++ class with packed...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Richard Guenther
re PR tree-optimization/54458 (ICE get_loop_body, at...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Senthil Kumar...
re PR target/54220 ([avr] Potential stack corruption...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christophe...
arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christophe...
arm.c (arm_evpc_neon_vext): New function.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Janus Weil
re PR fortran/54435 (ICE with SELECT TYPE on a non...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Oleg Endo
re PR target/51244 ([SH] Inefficient conditional branch...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Andi Kleen
Fix bootstrap-lto
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Andrew Pinski
re PR tree-optimization/53395 (The LAPACK functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Marc Glisse
fold-const.c (fold_ternary_loc): Constant-propagate...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Michael Matz
re PR tree-optimization/46590 (long compile time with...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Sandra Loosemore
invoke.texi: Fix numerous typos and punctuation/grammat...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Richard Guenther
re PR bootstrap/54138 (configuring --without-cloog...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Tobias Burnus
re PR fortran/54467 (f951: internal compiler error...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Richard Biener
re PR middle-end/54362 (COND_EXPR not understood by...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Georg-Johann Lay
configure.ac (noconfigdirs,target=avr): Add target...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Andreas Krebbel
s390.c (s390_loadrelative_operand_p): New function.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Jakub Jelinek
re PR debug/53923 (ICE: RTL check: expected code 'reg...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Joseph Myers
common.opt (--no-sysroot-suffix): New driver option.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Tobias Burnus
class.c (gfc_find_derived_vtab): Disable ABI-breaking...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Tobias Burnus
class.c (finalize_component): Fixes to the comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Tobias Burnus
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Oleg Endo
re PR target/33135 ([SH] -ffinite-math-only should...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Oleg Endo
re PR target/54418 ([SH] Invalid operands for opcode)
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Mark Kettenis
config.host (x86_64-*-openbsd*): New target.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Oleg Endo
sh.md (*extend<mode>si2_compact_mem_disp): Pass iterate...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Uros Bizjak
sync.md (atomic_compare_and_swap<dwi>_doubleword):...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Eric Botcazou
re PR rtl-optimization/54369 (delayed-branch pass remov...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Uros Bizjak
re PR target/49206 (RA failure in spill_failure, at...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Uros Bizjak
* gcc.c-torture/compile/pr44687.c: Fix whitespace.
commit
|
commitdiff
|
tree
|
snapshot
next