aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-05move param detection to scop detectionAditya Kumar9-365/+310
2015-10-05move scop detection related stuff to graphite-scop-detection.cAditya Kumar3-860/+1183
2015-10-05IPA-CP Alignment lattice cleanupMartin Jambor5-65/+246
2015-10-05re PR middle-end/67821 (ICE in duplicate_ssa_name_range_info)Marek Polacek5-1/+40
2015-10-05Move runtime transactional memory tests to libitm testsute.Jason Merrill3-45/+0
2015-10-05[PR other/65021] mkoffloads -save-temps handling, and cleanup cleanupThomas Schwinge4-18/+74
2015-10-05make more gimple_x_ptr accessors const correctTrevor Saunders2-39/+55
2015-10-05remove unused gasm accessorsTrevor Saunders2-20/+5
2015-10-05remove gimple_location_ptr ()Trevor Saunders3-11/+8
2015-10-05make build_uses store tree * instead of treeTrevor Saunders2-14/+24
2015-10-05Add a build_real_truncate helper functionRichard Sandiford5-34/+37
2015-10-05[AArch64] Fix output assembly bug under TLSIE ILP32James Greenhalgh2-1/+6
2015-10-05cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".Kirill Yukhin2-0/+9
2015-10-05Cleanup directives.Christian Bruel2-4/+7
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford55-443/+294
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford21-58/+93
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford14-60/+40
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford12-28/+50
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford8-12/+30
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford30-72/+146
2015-10-05re PR ipa/67783 (quadratic time consumption in IPA inlining with -O1 and higher)Richard Biener2-40/+31
2015-10-05tree-ssa-pre.c (create_component_ref_by_pieces_1): Move call handling ...Richard Biener2-169/+111
2015-10-05[Patch ARM/ AArch64] Fix typo in vcvt_f16.c testcase .Ramana Radhakrishnan2-2/+9
2015-10-05Daily bump.GCC Administrator1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill56-49/+774
2015-10-04re PR rtl-optimization/67447 (ICE in extract_constrain_insn (reload_cse_simpl...Uros Bizjak2-0/+30
2015-10-04i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to check for general register.Uros Bizjak2-7/+16
2015-10-04vect-pack-trunc-1.c: Require avx512bw effective target.Uros Bizjak7-0/+16
2015-10-04Remove dead codeMikael Morin2-8/+5
2015-10-04Fix fortran common-related error recovery ICE.Mikael Morin5-7/+37
2015-10-04Factor access to the common block head symbolMikael Morin2-4/+10
2015-10-04Daily bump.GCC Administrator1-1/+1
2015-10-03Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.Marek Polacek2-2/+5
2015-10-03xtensa: add uclinux supportMax Filippov4-0/+112
2015-10-03Document value of __cplusplus for C++14Jonathan Wakely2-4/+12
2015-10-03pr67756.c: Fixed warnings.Bernd Edlinger2-0/+6
2015-10-03Daily bump.GCC Administrator1-1/+1
2015-10-02Help the offload gcc driver find the right assemblerBernd Schmidt2-1/+6
2015-10-02nvptx offloading linkingThomas Schwinge2-632/+60
2015-10-02Re: [PATCH] Improve DOM's optimization of control statementsJeff Law2-0/+11
2015-10-02[PR target/67822] OpenMP offloading to nvptx failsThomas Schwinge2-2/+11
2015-10-02system.h (ROUND_UP): New macro definition.Uros Bizjak5-32/+47
2015-10-02re PR c/67730 (No warning when returning NULL in void function)Marek Polacek6-0/+87
2015-10-02re PR c/67819 (-Wduplicated-cond should take macros into account)Marek Polacek6-2/+15
2015-10-02reject loops early where ivs cannot be representedAditya Kumar3-59/+58
2015-10-02fix PR67754Sebastian Pop3-2/+10
2015-10-02add testcaseSebastian Pop2-0/+44
2015-10-02outline functions from stmt_simple_for_scop_pAditya Kumar2-30/+53
2015-10-02AVX-512.Kirill Yukhin4-0/+18
2015-10-02[AArch64] Use default_elf_asm_named_section instead of special cased hookRamana Radhakrishnan2-3/+4