summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support unaligned SSE moves outside realigned areahjl/unalignedUros Bizjak2015-10-064-15/+66
* remove dead code used by the old cloog schedulerspop2015-10-063-257/+12
* Early exit to avoid redundant computationsspop2015-10-063-18/+27
* Move declarations, assign types, renaming.spop2015-10-069-174/+195
* PR c/65345uros2015-10-062-2/+8
* Fix PR c/65345 for AArch64 ramana2015-10-062-5/+11
* AVX-512. Avoid upper-bank registers when splitting vec_extract_lo instruction.kyukhin2015-10-062-3/+14
* PR c/65345dje2015-10-062-5/+11
* gcc/testsuite/kyukhin2015-10-062-1/+5
* * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimates fornickc2015-10-062-6/+35
* 2015-10-06 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>vekumar2015-10-0614-29/+1239
* 2015-10-06 Richard Biener <rguenther@suse.de>rguenth2015-10-064-4/+35
* Update template instantiation documentationredi2015-10-063-41/+67
* PR c/65345ebotcazou2015-10-062-10/+21
* gcc/testsuite/kyukhin2015-10-061-1/+1
* 2015-10-06 Richard Biener <rguenther@suse.de>rguenth2015-10-068-382/+357
* gcc/testsuite/kyukhin2015-10-062-0/+8
* Daily bump.gccadmin2015-10-061-1/+1
* Fix PR65345 in SH backendkkojima2015-10-052-5/+13
* /cppaolo2015-10-055-1/+51
* Remove diffstat from ChangeLog.rsandifo2015-10-051-37/+0
* lex: Update unicode letters table to Unicode 8.0.0.ian2015-10-052-23/+37
* * tree-ssa-loop-im.cmpolacek2015-10-053-3/+7
* increase the number of parametersspop2015-10-054-3/+12
* move param detection to scop detectionspop2015-10-059-365/+310
* move scop detection related stuff to graphite-scop-detection.cspop2015-10-053-860/+1183
* IPA-CP Alignment lattice cleanupjamborm2015-10-055-65/+246
* PR tree-optimization/67821mpolacek2015-10-055-1/+40
* Move runtime transactional memory tests to libitm testsute.jason2015-10-053-0/+0
* [PR other/65021] mkoffloads -save-temps handling, and cleanup cleanuptschwinge2015-10-054-18/+74
* make more gimple_x_ptr accessors const correcttbsaunde2015-10-052-39/+55
* remove unused gasm accessorstbsaunde2015-10-052-20/+5
* remove gimple_location_ptr ()tbsaunde2015-10-053-11/+8
* make build_uses store tree * instead of treetbsaunde2015-10-052-14/+24
* Add a build_real_truncate helper functionrsandifo2015-10-055-34/+37
* [AArch64] Fix output assembly bug under TLSIE ILP32jiwang2015-10-052-1/+6
* libgcc/kyukhin2015-10-054-0/+19
* Cleanup directives.chrbr2015-10-052-4/+7
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-0555-443/+294
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo2015-10-0521-58/+93
* Remove remaining uses of REAL_ARITHMETICrsandifo2015-10-0514-60/+40
* Replace REAL_VALUES_LESS with real_lessrsandifo2015-10-0512-28/+50
* Remove remaining uses of REAL_VALUES_IDENTICALrsandifo2015-10-058-12/+30
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-0530-72/+146
* 2015-10-05 Richard Biener <rguenther@suse.de>rguenth2015-10-052-40/+31
* 2015-10-05 Richard Biener <rguenther@suse.de>rguenth2015-10-052-169/+111
* [Patch ARM/ AArch64] Fix typo in vcvt_f16.c testcase .ramana2015-10-052-2/+9
* 2015-10-05 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-10-054-1/+76
* Daily bump.gccadmin2015-10-051-1/+1
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-0462-56/+833