aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Convert lto streamer out hashing to inchashAndi Kleen2-121/+134
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen5-99/+123
2014-07-25Convert LTO type hashing to the new inchash interfaceAndi Kleen2-26/+33
2014-07-25Add an abstract incremental hash data typeAndi Kleen15-54/+237
2014-07-25re PR middle-end/61762 (failure to optimize memcpy from constant string)Richard Biener8-73/+211
2014-07-25tree-inline.c (estimate_move_cost): Mark speed_p argument as possibly unused.Richard Biener2-1/+6
2014-07-25ChangeLog entry moved from config/ChangeLog to gcc/ChangeLog.Martin Liska1-0/+12
2014-07-25Daily bump.GCC Administrator1-1/+1
2014-07-24avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.Senthil Kumar Selvaraj2-1/+9
2014-07-24AArch64: emit .note.GNU-stackKyle McMartin2-0/+6
2014-07-24intrinsic.texi (Intrinsic Procedures): Move to correct menu position to match...Uros Bizjak2-2/+6
2014-07-24go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...Uros Bizjak2-3/+8
2014-07-24rs6000-protos.h (rs6000_special_adjust_field_align_p): Add prototype.Ulrich Weigand12-3/+64
2014-07-24rs6000.c (rs6000_function_arg_boundary): In the AIX and ELFv2 ABI...Ulrich Weigand4-7/+65
2014-07-24rs6000.c (rs6000_function_arg): If a float argument does not fit fully into f...Ulrich Weigand4-2/+84
2014-07-24struct-layout-1.exp: Load g++-dg.exp.Ulrich Weigand2-0/+7
2014-07-24elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.Uros Bizjak2-0/+8
2014-07-24ADA fixed for symtab_node issues.Martin Liska3-3/+10
2014-07-24rtl.h (target_rtl): Remove lang_dependent_initialized.Richard Sandiford3-22/+19
2014-07-24re PR rtl-optimization/61629 (FAIL: gcc.dg/20020312-2.c (internal compiler er...Richard Sandiford2-2/+11
2014-07-24re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262)Richard Sandiford5-17/+34
2014-07-24[AArch64] Optimize epilogue when there is no frame pointer.Jiong Wang10-10/+75
2014-07-24[AArch64] Optimize prologue when there is no frame pointer.Jiong Wang11-22/+91
2014-07-24[AArch64] Infrastructure to allow optional use of write back.Jiong Wang2-15/+38
2014-07-24[AArch64] Extend frame state to track WB candidates.Jiong Wang3-0/+23
2014-07-24Another MIPS/R6000 IPA C++ refactoring fix.Martin Liska2-5/+5
2014-07-24[gcc/]Roman Gareev3-0/+44
2014-07-24IPA C++ refactoring fix.Martin Liska3-4/+8
2014-07-24lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL as non-indexable.Jan Hubicka2-0/+8
2014-07-24re PR lto/61802 (AArch64 execute.exp failures with LTO after r212467)Jan Hubicka2-9/+40
2014-07-24[gcc/]Roman Gareev3-2/+44
2014-07-24PR 61876: Do not convert cast + __builtin_round into __builtin_lround unless ...Kyrylo Tkachov2-2/+8
2014-07-24re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge...Martin Jambor2-1/+7
2014-07-24ChangeLog formatting fixed.Martin Liska1-201/+201
2014-07-24IPA C++ refactoring 2/NMartin Liska35-303/+409
2014-07-24ChangeLog entries were fixed.Roman Gareev1-7/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska80-2429/+2892
2014-07-24re PR ipa/61823 (gcc.dg/torture/pr43879_[12].c FAILs with -fno-inline)Richard Biener4-4/+16
2014-07-24target-supports.exp (check_effective_target_arm_nothumb): Also check for __ar...Andreas Schwab2-4/+9
2014-07-24[AArch64] Optimize epilogue in the presence of an outgoing args area.Jiong Wang4-17/+21
2014-07-24rx.md (stack_push): Adjust RTL to account for the fact that operations are ta...Nick Clifton4-3/+8
2014-07-24re PR c/57653 (filename information discarded when using -imacros)Marek Polacek7-0/+31
2014-07-24Add missing break statement.Thomas Schwinge2-0/+5
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener6-14/+30
2014-07-24remove useless unused attributes in i386 codeTrevor Saunders6-85/+64
2014-07-24Daily bump.GCC Administrator1-1/+1
2014-07-23[AArch64] Prologue and epilogue test cases.Jiong Wang17-0/+338
2014-07-23[AArch64] Simplify epilogue expansion using new helper functions.Jiong Wang3-48/+74
2014-07-23[AArch64] Simplify prologue expand using new helper functions.Jiong Wang3-35/+66
2014-07-23[AArch64] Split save restore path.Jiong Wang2-35/+75