projects
/
gcc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gcc.git
2011-01-25
Ian Lance Taylor
lto-plugin.c (gold_version): New static variable.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Fix PR47271: only if-convert full writes.
commit
|
commitdiff
|
tree
2011-01-25
Nick Clifton
rx.h (LIBCALL_VALUE): Do not promote complex types.
commit
|
commitdiff
|
tree
2011-01-25
Jeff Law
re PR rtl-optimization/37273 (IRA does not re-materiali...
commit
|
commitdiff
|
tree
2011-01-25
Tobias Burnus
re PR fortran/47448 (Invalid check for ASSIGNMENT(=))
commit
|
commitdiff
|
tree
2011-01-25
Jakub Jelinek
re PR tree-optimization/47427 (ICE in process_constrain...
commit
|
commitdiff
|
tree
2011-01-25
Richard Guenther
re PR tree-optimization/47411 (Bootstrap failure on...
commit
|
commitdiff
|
tree
2011-01-25
Richard Guenther
re PR rtl-optimization/47414 (wrong code with -O -freor...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Do not use a data ref with indices invalid in the loop...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Only copy PBB_DOMAIN when it is initialized.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Pass to dr_analyze_indices the analysis loop for subscr...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Move rewrite_commutative_reductions_out_of_ssa before...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Patch not merged, update ChangeLog.graphite.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Fail when PPL 0.11 is not present and CLooG has been...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Patch not merged, update ChangeLog.graphite.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Do not create the temporary array for reductions into...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Allow several reductions in a reduction PBB.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Remove duplicate close phi nodes in the canonical close...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Relax the definition of same_pdr_p.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Pass 0 as the number of parameters to PIP when testing...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Remove the temporary array for reductions written to...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Expect at least the version 0.11 of PPL.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Minimize the number of expensive calls to ppl_powerset_...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Use PIP to determine the integer feasibility of a const...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Correct the precedence relation.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
speedup compilation
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Fix pbb_remove_duplicate_pdrs.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Test the profitability of interchange on the perfect...
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Print the data dependence polyhedron in the PPL format.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Add debug_gmp_value.
commit
|
commitdiff
|
tree
2011-01-25
Tobias Grosser
Update required cloog to 0.16.1.
commit
|
commitdiff
|
tree
2011-01-25
Tobias Grosser
Document availability of cloog-0.16
commit
|
commitdiff
|
tree
2011-01-25
Vladimir Kargov
Patch not merged, update ChangeLog.graphite.
commit
|
commitdiff
|
tree
2011-01-25
Vladimir Kargov
Patch not merged, update ChangeLog.graphite.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Free invalid postdominance info.
commit
|
commitdiff
|
tree
2011-01-25
Sebastian Pop
Add changelogs of patches that will not be merged to...
commit
|
commitdiff
|
tree
2011-01-25
Ian Lance Taylor
re PR go/47452 (Bootstrap fails in libgo (argument...
commit
|
commitdiff
|
tree
2011-01-25
Ian Lance Taylor
libgo: Fix typo in syscalls/socket_bsd.go.
commit
|
commitdiff
|
tree
2011-01-25
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
2011-01-24
Ian Lance Taylor
Recognize m68k, mips, PPC. Don't require arch syscall...
commit
|
commitdiff
|
tree
2011-01-24
Jan Hubicka
re PR c/21659 ([unit-at-a-time] "weak declaration must...
commit
|
commitdiff
|
tree
2011-01-24
Ian Lance Taylor
syscalls/sleep_rtems.go: Add missing package clause.
commit
|
commitdiff
|
tree
2011-01-24
Kenneth Zadeck
machmode.def: Fixed comments.
commit
|
commitdiff
|
tree
2011-01-24
Graham Reed
re PR libstdc++/47387 (AIX ctype 'mask' override not...
commit
|
commitdiff
|
tree
2011-01-24
Kai Tietz
emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
commit
|
commitdiff
|
tree
2011-01-24
Paul Koning
builtins.c (c_readstr): Fix byte order if BYTES_BIG_END...
commit
|
commitdiff
|
tree
2011-01-24
H.J. Lu
Visit basic blocks using the work-list based algorithm.
commit
|
commitdiff
|
tree
2011-01-24
Johannes Singler
re PR libstdc++/47433 (libstdc++ parallel mode calls...
commit
|
commitdiff
|
tree
2011-01-24
Nick Clifton
v850.opt (mv850es): New option - alias for -mv850e1.
commit
|
commitdiff
|
tree
2011-01-24
Richard Henderson
rx: Uncomplicate fp comparisons.
commit
|
commitdiff
|
tree
2011-01-24
Michael Meissner
Fix PR 47408 and 47385
commit
|
commitdiff
|
tree
2011-01-24
Johannes Singler
re PR libstdc++/47437 (libstdc++ parallel mode: multiwa...
commit
|
commitdiff
|
tree
2011-01-24
Rainer Orth
* lib/scanasm.exp (dg-function-on-line): Handle mips...
commit
|
commitdiff
|
tree
2011-01-24
Rainer Orth
cray_pointers_2.f90: Avoid cycling through optimization...
commit
|
commitdiff
|
tree
2011-01-24
Rainer Orth
re PR target/45988 (gfortran.dg/vect/fast-math-pr38968...
commit
|
commitdiff
|
tree
2011-01-24
Eric Botcazou
Fix long line
commit
|
commitdiff
|
tree
2011-01-24
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
2011-01-23
Tobias Burnus
re PR fortran/47421 (Wrong-code: Value of scalar ALLOCA...
commit
|
commitdiff
|
tree
2011-01-23
Bernd Schmidt
re PR rtl-optimization/47166 (SpecCpu2000 Ammp segfault...
commit
|
commitdiff
|
tree
2011-01-23
Andreas Schwab
compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UN...
commit
|
commitdiff
|
tree
2011-01-23
Ira Rosen
costmodel-vect-33.c: Expect vectorization to be not...
commit
|
commitdiff
|
tree
2011-01-23
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
2011-01-22
Jan Hubicka
re PR target/47333 (g++.dg/lto/20091219 FAILs on Solari...
commit
|
commitdiff
|
tree
2011-01-22
Jan Hubicka
re PR target/43884 (Performance degradation for simple...
commit
|
commitdiff
|
tree
2011-01-22
Anatoly Sokolov
s390.h (REGISTER_MOVE_COST, [...]): Remove.
commit
|
commitdiff
|
tree
2011-01-22
Ulrich Weigand
re PR middle-end/47401 (Support for must-not-throw...
commit
|
commitdiff
|
tree
2011-01-22
Richard Henderson
rx: Enable the compare-elim pass.
commit
|
commitdiff
|
tree
2011-01-22
Richard Henderson
mn10300: Enable the compare-elim pass.
commit
|
commitdiff
|
tree
2011-01-22
Richard Henderson
New -fcompare-elim pass.
commit
|
commitdiff
|
tree
2011-01-22
Thomas Koenig
re PR fortran/38536 (ICE with C_LOC in resolve.c due...
commit
|
commitdiff
|
tree
2011-01-22
Nick Clifton
rx.md (cstoresf4): Pass comparison operator to rx_split...
commit
|
commitdiff
|
tree
2011-01-22
Nick Clifton
rx.md (UNSPEC_CONST): New.
commit
|
commitdiff
|
tree
2011-01-22
Tobias Burnus
re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)
commit
|
commitdiff
|
tree
2011-01-22
Jeff Law
re PR tree-optimization/47053 (ICE: verify_flow_info...
commit
|
commitdiff
|
tree
2011-01-22
Ian Lance Taylor
Avoid crash when M structure free just before thread...
commit
|
commitdiff
|
tree
2011-01-22
Ian Lance Taylor
libgo: Adjust deadlock avoidance.
commit
|
commitdiff
|
tree
2011-01-22
Ian Lance Taylor
syscalls: Add SPARC RTEMS specific file.
commit
|
commitdiff
|
tree
2011-01-22
GCC Administrator
Daily bump.
commit
|
commitdiff
|
tree
2011-01-22
Ian Lance Taylor
Avoid deadlock creating new thread.
commit
|
commitdiff
|
tree
2011-01-21
Ian Lance Taylor
Avoid deadlock when finalizer lock is held during gc.
commit
|
commitdiff
|
tree
2011-01-21
Janne Blomqvist
PR 46267 strerror thread safety
commit
|
commitdiff
|
tree
2011-01-21
Jason Merrill
re PR c++/47041 (Internal compiler error in build_data_...
commit
|
commitdiff
|
tree
2011-01-21
Alexandre Oliva
re PR bootstrap/47402 (Bootstrap comparison failure)
commit
|
commitdiff
|
tree
2011-01-21
Ian Lance Taylor
Fix race condition in test case.
commit
|
commitdiff
|
tree
2011-01-21
Jakub Jelinek
re PR c++/47388 (ICE: in begin_for_stmt, at cp/semantic...
commit
|
commitdiff
|
tree
2011-01-21
Tobias Burnus
re PR fortran/47394 (Internal compiler error when error...
commit
|
commitdiff
|
tree
2011-01-21
Benjamin Kosnik
c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
commit
|
commitdiff
|
tree
2011-01-21
Jakub Jelinek
re PR middle-end/45566 (ICE: in convert_to_eh_region_ra...
commit
|
commitdiff
|
tree
2011-01-21
Jakub Jelinek
re PR rtl-optimization/47366 (ICE: verify_flow_info...
commit
|
commitdiff
|
tree
2011-01-21
Jason Merrill
re PR c++/46552 ([C++0x] Internal compiler error on...
commit
|
commitdiff
|
tree
2011-01-21
Ian Lance Taylor
Remove the types float and complex.
commit
|
commitdiff
|
tree
2011-01-21
Jason Merrill
re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot...
commit
|
commitdiff
|
tree
2011-01-21
Jeff Law
re PR rtl-optimization/41619 (ICE in insert_save (calle...
commit
|
commitdiff
|
tree
2011-01-21
Jakub Jelinek
re PR tree-optimization/47355 (ICE: verify_ssa failed...
commit
|
commitdiff
|
tree
2011-01-21
Alexandre Oliva
re PR debug/47106 (-fcompare-debug failure (length...
commit
|
commitdiff
|
tree
2011-01-21
Richard Guenther
re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR...
commit
|
commitdiff
|
tree
2011-01-21
Richard Guenther
pr47392.c: Make test non-static instead of making main...
commit
|
commitdiff
|
tree
2011-01-21
Richard Guenther
re PR tree-optimization/47365 (wrong code with -O ...
commit
|
commitdiff
|
tree
2011-01-21
Andreas Schwab
configure.ac: Use AS_HELP_STRING throughout.
commit
|
commitdiff
|
tree
2011-01-21
Rainer Orth
* g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
commit
|
commitdiff
|
tree
next