aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-27[PATCH 3/13] aarch64 musl supportGregor Richards2-0/+8
2015-05-27re PR bootstrap/66304 (Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4)Jason Merrill3-32/+135
2015-05-27auto-profile.c (afdo_calculate_branch_prob): Break once has_sample is true.Aditya Kumar2-2/+10
2015-05-27* statistics.c (statistics_fini_pass): Print pass name.Aditya Kumar2-1/+5
2015-05-27re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener5-2/+57
2015-05-27dwarf2out.c: Remove block_map.Aldy Hernandez4-18/+17
2015-05-27slp-reduc-7.c: New testcase.Richard Biener2-0/+64
2015-05-27[multiple changes]Arnaud Charlet22-73/+166
2015-05-27[expr.c] PR target/65358 Avoid clobbering partial argument during sibcallKyrylo Tkachov6-15/+151
2015-05-27[multiple changes]Arnaud Charlet6-8/+77
2015-05-27[multiple changes]Arnaud Charlet10-395/+395
2015-05-27LTO balanced map: add stats about insns and symbols.Martin Liska3-1/+34
2015-05-27[PATCH 4/13] arm musl supportGregor Richards2-0/+21
2015-05-27New memory allocation statistics infrastructure.Martin Liska23-736/+1215
2015-05-27tree-vect-stmts.c (vectorizable_load): Initialize slp_perm earlier and remove...Richard Biener4-40/+67
2015-05-27trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild5-1/+176
2015-05-26combine.c (find_split_point): Verify that the shift count is a constant when...Jeff Law2-1/+5
2015-05-26tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.Jeff Law2-146/+151
2015-05-27* ipa-polymorphic-call.cJan Hubicka2-0/+11
2015-05-27Daily bump.GCC Administrator1-1/+1
2015-05-26re PR target/65979 ([SH] Wrong code is generated with stage1 compiler)Oleg Endo2-2/+14
2015-05-26trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...Eric Botcazou2-1/+7
2015-05-26trans.c (gnat_to_gnu): Really force evaluation of the expression...Eric Botcazou8-22/+83
2015-05-26trans.c (Attribute_to_gnu): Do not apply extra-precision trick to literals.Eric Botcazou3-3/+16
2015-05-26ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou7-198/+236
2015-05-26gigi.h (gnat_stabilize_reference): Adjust prototype.Eric Botcazou5-218/+148
2015-05-26re PR middle-end/66251 (ICE in vect_get_vec_def_for_operand, at tree-vect-stm...Michael Matz4-20/+141
2015-05-26re PR target/66049 (Few AArch64 extend and add with shift tests generates sub...Venkataramanan Kumar2-0/+145
2015-05-26* config/rs6000/constraints.md (Y, U): Use match_test.David Edelsohn2-2/+6
2015-05-26fix entryChristian Bruel1-1/+1
2015-05-26fix entryChristian Bruel1-2/+3
2015-05-26re PR target/52144 (ARM should support arm/thumb function attribute to permit...Christian Bruel4-69/+128
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel6-133/+144
2015-05-26re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener4-1/+79
2015-05-26[multiple changes]Arnaud Charlet10-77/+98
2015-05-26re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Ramana Radhakrishnan2-1/+5
2015-05-26configure.ac: Set CXXFLAGS for ISL test.Jason Merrill3-6/+9
2015-05-26configure.ac: Use C++ for all tests.Jason Merrill3-406/+440
2015-05-26fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and X % C -> X & (C - 1)...Richard Biener3-37/+30
2015-05-26match.pd (swapped_tcc_comparison): New operator list.Marc Glisse3-13/+26
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford8-12/+23
2015-05-26gensupport.h (compute_test_codes): Declare.Richard Sandiford4-45/+33
2015-05-26[multiple changes]Arnaud Charlet4-15/+35
2015-05-26[multiple changes]Arnaud Charlet15-62/+99
2015-05-26exp_ch3.adb (Expand_N_Full_Type_Declaration): Capture, set and restore the Gh...Hristian Kirtchev27-1008/+2922
2015-05-26Fix memory order description in atomic ops built-ins docs.Torvald Riegel2-86/+95
2015-05-26[multiple changes]Arnaud Charlet11-28/+49
2015-05-26sem_aux.adb, [...] (Get_Low_Bound): Use Type_Low_Bound.Yannick Moy5-47/+174
2015-05-26[multiple changes]Arnaud Charlet8-23/+21
2015-05-26[multiple changes]Arnaud Charlet14-111/+184