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
2016-07-13
Matthew Fortune
Fix return type handling for Proxy classes
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matthew Fortune
Fix the use of FFI closures in the java interpreter...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Jonathan Wakely
libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Jonathan Wakely
Make basic_string::replace forward to different overload
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Jonathan Wakely
Make __allocated_ptr::_S_raw_ptr static
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Jonathan Wakely
Revert "Add non-const overload of std::string::data()"
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Bin Cheng
tree-vect-data-refs.c (vect_no_alias_p): New function.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Martin Liska
Fix Fortran DO loop fallback
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Richard Biener
re PR tree-optimization/24574 (a!=0?a/10:0 is not reduc...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Senthil Kumar...
Fix some bogus testsuite failures for avr.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Ville Voutilainen
Fix ChangeLog.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Ville Voutilainen
Implement P0307R2, Making Optional Greater Equal Again.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Jonathan Wakely
Add non-const overload of std::string::data()
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Ilya Enkovich
re PR ipa/71633 ([CHKP] internal compiler error: in...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Thomas Preud...
arm.h (TARGET_HAVE_CBZ): Define.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Thomas Preud...
arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Richard Biener
re PR tree-optimization/71104 (ICE: verify_ssa failed...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
remove unnecessary calls to vec::release
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
use auto_vec for more local variables
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
tree-ssa-sccvn.c: use auto_vec for sccvn_dom_walker...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
ree.c: use auto_vec in ext_state
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
cfgexpand.c: use auto_vec in stack_vars_data
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
ipa.c: remove static_{ctors,dtors} globals
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
genextract.c: add [cd]tors to accum_extract
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
c-decl.c: add [cd]tors to c_struct_parse_info
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Trevor Saunders
tree.c: add [cd]tors to free_lang_data_d
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Uros Bizjak
re PR tree-optimization/68961 (Test case gcc.target...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Ian Lance Taylor
escape: Add escape notes to export data.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Uros Bizjak
predicates.md (x86_64_immediate_operand): Remove unneed...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Michael Meissner
re PR target/71805 (incorrect code for test pr45752...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Nathan Sidwell
arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Bill Schmidt
_divkc3.c: New.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Martin Liska
Introduce new param: AVG_LOOP_NITER
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Martin Liska
Add tests that test boundary values of params
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Kyrylo Tkachov
[expr.c] PR middle-end/71700: zero-extend sub-word...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Martin Liska
re PR rtl-optimization/71634 (Invalid write with in...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Jonathan Wakely
Remove unused operator delete overloads (LWG 2458)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Jonathan Wakely
Fix ChangeLog entry for r238244
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Jonathan Wakely
Add tests and docs for LWG 2212 support
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Jonathan Wakely
Add std::vector::emplace() testcase from LWG 2164
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Steven Bosscher
re PR tree-optimization/23286 (Missed code hoisting...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Jakub Jelinek
re PR middle-end/71716 (gcc.dg/atomic/c11-atomic-exec...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
Richard Biener
re PR tree-optimization/68961 (Test case gcc.target...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-12
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Brooks Moses
cp-demangle.c (cplus_demangle_print_callback): Avoid...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Jakub Jelinek
re PR middle-end/71758 (ICE in verify_gimple_in_cfg...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Jakub Jelinek
re PR tree-optimization/71823 (g++ segfaults with ...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
François Dumont
stl_vector.h (push_back(const value_type&)): Forward...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Uros Bizjak
predicates.md (x86_64_immediate_operand): Hoist common...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Pat Haugen
rs6000.md (stfiwx): Change constraint to 'wu' to preven...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Hale Wang
lib1funcs.S: Add new wrapper.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Jason Merrill
* decl.c (store_parm_decls): Remove check for void...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
David Malcolm
input.c: add lexing selftests and a test matrix for...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
H.J. Lu
Don't convert TImode in debug insn
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Bernd Edlinger
Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
David Malcolm
Support running the selftests under valgrind
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Richard Biener
re PR bootstrap/71816 (bootstrap broken on multiple...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Alan Modra
[RS6000] Don't allow combine to form doloop pattern
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Eric Botcazou
trans.c (add_decl_expr): Minor tweak.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Eric Botcazou
re PR ada/71817 (suspicious condition in C code)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
Jason Merrill
remove gcc/cp/typeck.s
commit
|
commitdiff
|
tree
|
snapshot
2016-07-11
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-10
Ville Voutilainen
Implement std::optional.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-10
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-09
Thomas Koenig
re PR fortran/71783 (ICE on valid code in gimplify_var_...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-09
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Steven G. Kargl
re PR fortran/68426 (Simplification of SPREAD with...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
James Bowman
FT32: apply unbias to references to RAM symbols.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
Use lvalue_p instead of real_lvalue_p.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
Rename lvalue_p to obvalue_p.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
Rename lvalue_or_rvalue_with_address_p to glvalue_p.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
* lambda.c (maybe_add_lambda_conv_op): Fix null object...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Vladimir Makarov
re PR rtl-optimization/71621 (ICE in assign_by_spills...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
P0145R2: Refining Expression Order for C++ (assignment 2).
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
P0145: Refining Expression Order for C++ (-fstrong...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jason Merrill
P0145: Refining Expression Order for C++ (assignment)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Cesar Philippidis
parse.c (matcha): Define.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jonathan Wakely
* testsuite/23_containers/vector/modifiers/insert/alias...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Bill Schmidt
re PR target/71297 (ICE on invalid code in altivec_reso...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jiong Wang
[AArch64] Use fmin/fmax for v[min|max]nm{q} intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Michael Meissner
re PR target/71806 (PowerPC -mcpu=power9 enables __floa...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Alan Hayward
re PR debug/71667 (ICE in as_a, at is-a.h:192 w/ -g...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Martin Liska
Enhance documentation of Wundefined-do-loop
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Martin Liska
Do not consider COMPLEX_TYPE as fold_convertible_p
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
Jerry DeLisle
re PR fortran/71764 (ICE in gfc_trans_structure_assign)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-08
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Jakub Jelinek
re PR c++/70869 (internal compiler error: Segmentation...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
David Edelsohn
* g++.dg/debug/pr71432.C: Fail on AIX.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Jonathan Wakely
Update libstdc++ status docs
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Martin Liska
Optimize fortran loops with +-1 step.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Eric Botcazou
sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Martin Liska
Add PRED_FORTRAN_LOOP_PREHEADER to DO loops with step
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
[multiple changes]
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Eric Botcazou
freeze.adb: Reenable code.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-07
Arnaud Charlet
minor reformatting.
commit
|
commitdiff
|
tree
|
snapshot
next