aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc
Commit message (Expand)AuthorAgeFilesLines
* Setup x86_64 ABI and add -mssse3 to x86 ABIPavel Chupin2014-06-201-1/+1
* [4.7, 4.8] Backport of two patches for additional SLM-tuning.Alexander Ivchenko2014-01-301-1/+1
* Backport fix to set mips_dbx_regno entries to IGNORED_DWARF_REGNUM by defaultSteve Ellcey2013-10-254-8/+28
* Extend MIPS GCC4.6/4.7/4.8 -mldc1-sdc1 to control ldxc1/sdxc1 tooIceberg Fu2013-08-302-3/+3
* Add MXU support in gcc4.6/4.7/4.8 with -mmxuAndrew Hsieh2013-08-152-0/+5
* [4.6,4.7] Always enable --eh-frame-hdr for static executableAndrew Hsieh2013-08-079-1/+116
* Add an internal switch -minline-thumb1-jumptable to ARM gcc4.6/4.7/4.8Lai Wei-Chih2013-08-024-3/+9
* Fix segfault on const init to object addressAndrew Hsieh2013-06-202-2/+49
* [4.7, 4.8] Extended Silvermont tuning.Pavel Chupin2013-06-043-5/+151
* [4.7, 4.8] Release basic tuning for new Silvermont architecturePavel Chupin2013-05-307-32/+896
* [4.6], [4.7], [4.8] Backport of the patch from trunk/4.8 for fixingAlexander Ivchenko2013-05-242-0/+11
* Remove hardcoded -m32 in compiler optionsPavel Chupin2013-05-221-1/+1
* Fix ARM/GCC-4.7,4.8 generates insufficient alignment for NEON vst/vldAndrew Hsieh2013-05-151-2/+6
* Add new GCC/MIPS option -mldc1-sdc1Andrew Hsieh2013-04-262-1/+5
* Merge "[4.7] x32: Backport x32 support into 4.7"Andrew Hsieh2013-04-2248-317/+1181
|\
| * [4.7] x32: Backport x32 support into 4.7Pavel Chupin2013-04-1848-317/+1181
* | Fix GCC4.4.3/4.6/4.7 to supress -export-dynamic for statically linked programsAndrew Hsieh2013-04-121-2/+3
|/
* Misc fixesAndrew Hsieh2013-04-041-1/+1
* Use READELF_FOR_TARGET in GCC 4.6/4.7Andrew Hsieh2013-03-262-3/+7
* Fixed GCC 4.7 ICE in redirect_eh_edge_1, at tree-eh.c:2214Andrew Hsieh2013-03-082-0/+25
* Fixed GCC 4.6/4.7 ICE gen_thumb_movhi_clobber at config/arm/arm.md:5832Andrew Hsieh2013-03-052-1/+2
* Fix MIPS GCC to emit -m elf32ltsmip for linkerAndrew Hsieh2013-02-281-0/+1
* Add mclinker support: -fuse-ld=mcldAndrew Hsieh2013-02-213-0/+21
* Use memalign instead of posix_memalign in GCC x86 mm_malloc.hAndrew Hsieh2013-02-201-0/+6
* Merge "Remove march/mtune/mfpmath hardcoded values"Andrew Hsieh2013-01-311-2/+1
|\
| * Remove march/mtune/mfpmath hardcoded valuesPavel Chupin2013-01-311-2/+1
* | Fix GCC 4.7 ICE in build_data_member_initialization, at cp/semantics.c:5790Andrew Hsieh2013-01-252-2/+22
|/
* Fix x86 GCC4.7 segfault in i386.c distance_non_agu_define_in_bb()Andrew Hsieh2013-01-224-33/+30
* Fix OpenMPAndrew Hsieh2012-12-276-11/+15
* Support OpenMP+Bionic on ICS/GCC-4.7.2 for task parallelismGeunsik Lim2012-12-252-2/+3
* Enable MIPS floating-point madd/msub/nmadd/nmsub/recip/rsqrt with 32-bit FPU.Chao-ying Fu2012-12-112-9/+4
* Backport r193554 to GCC4.7/x86 resotre earlier cmov behaviorAndrew Hsieh2012-12-062-2/+7
* Merge "[GCC 4.7] Backport a gimplify fix."Ben Cheng2012-12-051-0/+9
|\
| * [GCC 4.7] Backport a gimplify fix.Ben Cheng2012-12-051-0/+9
* | Fixed GCC elides lambdasAndrew Hsieh2012-12-043-11/+56
|/
* Enable armv7/thumb2 multilib for arm-eabi.Ben Cheng2012-11-291-12/+17
* Merge "Add -fstack-protector-strong to GCC 4.7"Andrew Hsieh2012-11-025-7/+235
|\
| * Add -fstack-protector-strong to GCC 4.7Andrew Hsieh2012-11-015-7/+235
* | Merge "Add -mstack-protector-guard= to x86 compilers"Andrew Hsieh2012-11-024-4/+30
|\ \
| * | Add -mstack-protector-guard= to x86 compilersAndrew Hsieh2012-11-014-4/+30
| |/
* / Fix dom optimization which removes goto in dalvik dexoptPavel Chupin2012-11-012-19/+89
|/
* Merge "Simplify GCC 4.7 BASE-VER"Andrew Hsieh2012-10-301-1/+1
|\
| * Simplify GCC 4.7 BASE-VERAndrew Hsieh2012-10-301-1/+1
* | Return to %gs:20 code generation for -fstack-protector on x86Pavel Chupin2012-10-301-4/+4
|/
* Merge "Port MIPS Android support to GCC-4.6/4.7"Andrew Hsieh2012-10-233-11/+50
|\
| * Port MIPS Android support to GCC-4.6/4.7Andrew Hsieh2012-10-233-11/+50
* | Merge "Enable x86/arm gcc defaults"Andrew Hsieh2012-10-233-4/+12
|\|
| * Enable x86/arm gcc defaultsAndrew Hsieh2012-10-233-4/+12
* | Enable assembler linker default for securityAndrew Hsieh2012-10-235-5/+17
|/
* Merge "[4.7] Add -fuse-ld="Andrew Hsieh2012-10-098-40/+243
|\