summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * gcc_release (CVSROOT): Remove all occurrences.Gerald Pfeifer2010-08-142-3/+4
* reload.h (register_move_cost, [...]): Adjust prototype.Anatoly Sokolov2010-08-158-67/+82
* gcc_release (snapshot_print): Include md5 hash for every tarball in the READM...Gerald Pfeifer2010-08-142-1/+9
* re PR libstdc++/45283 (performance/30_threads/future/polling.cc fails at comp...Jonathan Wakely2010-08-142-3/+14
* re PR target/43358 (IRA: internal compiler error: in pool_free, at alloc-pool...Richard Sandiford2010-08-142-21/+42
* 2010-xx-xx Mingjie Xing <mingjie.xing@gmail.com>Mingjie Xing2010-08-142-1/+6
* 2010-xx-xx Mingjie Xing <mingjie.xing@gmail.com>Mingjie Xing2010-08-142-6/+25
* 2010-xx-xx Mingjie Xing <mingjie.xing@gmail.com>Mingjie Xing2010-08-143-5/+11
* re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2010-08-142-1/+18
* cast.C: Change fields of structures to "long" to pass the test on targets wit...Uros Bizjak2010-08-1413-1570/+1586
* hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline.Paolo Carlini2010-08-148-155/+201
* Daily bump.GCC Administrator2010-08-141-1/+1
* re PR libstdc++/45281 (performance/ext/pb_ds/priority_queue_text_modify_down_...Paolo Carlini2010-08-142-22/+8
* Enable -fomit-frame-pointer on darwin which support dwarf2.Jack Howarth2010-08-134-11/+16
* dr1189.cc: Move to...Paolo Carlini2010-08-136-0/+74
* ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GL...Paolo Carlini2010-08-138-20/+32
* argv.c (expandargv): Limit the number of times that response files are opened...Nick Clifton2010-08-132-1/+15
* gfortran.h (array_type): New type `AS_IMPLIED_SHAPE'.Daniel Kraft2010-08-139-13/+211
* re PR fortran/42526 (bogus truncation warning for default-initialized charact...Jerry DeLisle2010-08-132-0/+21
* arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.Jie Zhang2010-08-132-1/+6
* Daily bump.GCC Administrator2010-08-131-1/+1
* c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add.Kostya Serebryany2010-08-1211-13/+101
* gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers2010-08-128-13/+28
* pr45241 give up dot_prod pattern searching if stmt is outside the loop.Changpeng Fang2010-08-124-0/+35
* * gnu/java/security/jce/prng/natVMSecureRandomWin32.ccTom Tromey2010-08-122-2/+7
* pr40906-1.c: Add -fno-asynchronous-unwind-tables to dg-options.Uros Bizjak2010-08-124-3/+10
* Turn on -fomit-frame-pointer by default for 32bit Linux/x86.H.J. Lu2010-08-125-29/+90
* re PR middle-end/45262 (Optimization results in wrong result on expression x>...Jakub Jelinek2010-08-124-3/+46
* builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.Jakub Jelinek2010-08-122-1/+6
* profile-generate-3.c: Call dg-require-profiling with empty argument.Uros Bizjak2010-08-123-2/+8
* re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)Richard Guenther2010-08-1222-44/+475
* tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther2010-08-128-95/+224
* i386.c (LONG_TYPE_SIZE): Remove.Uros Bizjak2010-08-123-10/+9
* re PR debug/45259 (ICE in save_call_clobbered_regs)Jakub Jelinek2010-08-124-1/+57
* arm.md (andsi3): Change to zero extension if possible.Wei Guozhi2010-08-125-4/+32
* Daily bump.GCC Administrator2010-08-121-1/+1
* hashtable.h (_Hashtable<>::erase(const key_type&)): Use std::__addressof.Paolo Carlini2010-08-114-8/+126
* interchange-9.c (M): Define to be 111.Jie Zhang2010-08-112-3/+9
* ira-int.h (ira_remove_allocno_copy_from_list): Remove.Vladimir Makarov2010-08-113-43/+6
* Fix Changelog entries.Sebastian Pop2010-08-112-65/+65
* Fix miscompile of 416.gamess.Sebastian Pop2010-08-113-0/+26
* Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...Sebastian Pop2010-08-115-3/+30
* Fix typos.Sebastian Pop2010-08-111-2/+2
* Remove cloog_initialize and cloog_finalize when using official CLooG releases.Andreas Simbuerger2010-08-114-0/+43
* Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger2010-08-116-22/+98
* Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger2010-08-117-28/+115
* Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger2010-08-114-11/+59
* Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger2010-08-114-4/+43
* Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger2010-08-115-0/+284
* Call scev_reset_htab when Graphite out-of-SSA has changed something.Sebastian Pop2010-08-115-24/+101