aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-10-09re PR c/20318 (RFE: add attribute to specify that a function never returns NULL)Marc Glisse9-6/+89
2013-10-09re PR middle-end/58570 (wrong code for bitfields at -O2 and above)Eric Botcazou4-2/+35
2013-10-09[AArch64] Implement vclz ADVSimd intrinsic.Alex Velenko6-134/+664
2013-10-09[AArch64] Implement vadd_f64 and vsub_f64 ADVSimd intrinsics.Alex Velenko5-0/+251
2013-10-09[AArch64] Implemented vdiv_f64 ADVSimd intrinsic.Alex Velenko4-0/+375
2013-10-09[AArch64] vneg ADVSimd intrinsics rewritten in C.Alex Velenko5-109/+676
2013-10-09arm.c (arm_output_mi_thunk): Use plus_constant.Renlin Li2-1/+5
2013-10-09s390.c (s390_register_info_stdarg_fpr): Remove packed stack special handling.Andreas Krebbel2-20/+24
2013-10-09s390.c (s390_frame_info): Restructure function.Andreas Krebbel2-61/+53
2013-10-09s390.c (struct s390_frame_layout): New field gpr_save_slots.Andreas Krebbel2-197/+503
2013-10-08rl78-expand.md (movqi): use operands[] not operandN.DJ Delorie2-21/+24
2013-10-08rl78.c (rl78_print_operand_1): Change %c to %C to avoid conflict with the MI ...DJ Delorie4-32/+40
2013-10-09Daily bump.GCC Administrator1-1/+1
2013-10-08compiler: Error for qualified ID as field name in struct literal.Ian Lance Taylor3-9/+50
2013-10-08i386.c (ix86_option_override_internal): Switch to SSE math for -ffast-math wh...Jan Hubicka2-0/+18
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini6-5/+26
2013-10-08re PR c++/58665 (ICE with using incomplete struct)Paolo Carlini4-10/+19
2013-10-08htm-nofloat-2.c: Add -mzarch to asm options.Andreas Krebbel2-1/+5
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod8-52/+89
2013-10-08re PR tree-optimization/58480 (Use attribute((nonnull)) to optimize callers)Marc Glisse4-15/+85
2013-10-08re PR tree-optimization/58619 (ICE building in gen_combined_adhoc_loc)Dehao Chen2-1/+10
2013-10-08re PR target/58423 ([ARM]ICE with shrink-wrap-sibcall.c on a15/neon/hard)Zhenqiang Chen2-4/+13
2013-10-08Daily bump.GCC Administrator1-1/+1
2013-10-07rs6000.c (altivec_expand_vec_perm_const_le): New.Bill Schmidt2-0/+93
2013-10-07vector.md (mov<mode>): Emit permuted move sequences for LE VSX loads and stor...Bill Schmidt8-1/+530
2013-10-07arm-cores.def (cortex-a53): Use cortex tuning.Renlin Li2-1/+5
2013-10-07s390.c (s390_register_info): Make the call-saved FPR loop to work also for 31...Andreas Krebbel4-11/+75
2013-10-072013-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel5-21/+73
2013-10-07Daily bump.GCC Administrator1-1/+1
2013-10-06re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...Paolo Carlini5-8/+66
2013-10-06re PR c++/56060 (ICE on invalid code in type_dependent_expression_p, at cp/pt...Paolo Carlini4-0/+29
2013-10-06Daily bump.GCC Administrator1-1/+1
2013-10-05Daily bump.GCC Administrator1-1/+1
2013-10-04re PR c++/58560 ([c++11] ICE with auto in typedef)Paolo Carlini4-1/+17
2013-10-04re PR c++/58503 ([c++11] ICE with invalid range in range-based for-loop)Paolo Carlini5-5/+50
2013-10-04re PR c++/58448 (ICE on invalid: tree_class_check_failed)Paolo Carlini4-1/+20
2013-10-04tree-ssa-threadedge.c: Fix some trailing whitespace problems.Jeff Law2-33/+88
2013-10-04compiler: Use backend interface for temporary reference expressions.Chris Manghane4-8/+34
2013-10-04dwarf2out.c (dw_sra_loc_expr): Release addr_table entries when discarding a l...Cary Coutant2-7/+26
2013-10-04Fix changelog.Jan Hubicka1-1/+1
2013-10-04* ChangeLog: Some further fixes.Uros Bizjak1-4/+0
2013-10-04ChangeLog: Fix ChangeLog.Uros Bizjak2-20/+26
2013-10-04Daily bump.GCC Administrator1-1/+1
2013-10-03re PR c++/19476 (Missed null checking elimination with new)Marc Glisse5-2/+25
2013-10-03re PR c++/58584 ([c++11] ICE with invalid argument for alignas)Paolo Carlini5-3/+36
2013-10-03re PR c++/33911 (attribute deprecated vs. templates)Easwaran Raman4-1/+33
2013-10-03i386.c (ix86_issue_rate): Pentium4, Nocona has issue rate of 2.Jan Hubicka2-6/+42
2013-10-03i386.c (ix86_option_override_internal): Do not enable accumulate-outgoing-arg...Jan Hubicka2-18/+6
2013-10-03lra-constraints.c (insert_move_for_subreg): New function extracted from simpl...Wei Mi2-17/+105
2013-10-03ipa-inline-analysis.c (find_foldable_builtin_expect): Find the candidate of b...Rong Xu2-0/+90