aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-06-21compiler: do not skip compilation of blank-named functions.Ian Lance Taylor3-3/+22
2013-06-21Fix HLE example in manualAndi Kleen2-2/+9
2013-06-21Improve __atomic_clear/test_and_set documentationAndi Kleen2-0/+11
2013-06-21gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr.Jan Hubicka4-3/+136
2013-06-21compiler: Really only make descriptors when needed.Ian Lance Taylor2-21/+0
2013-06-20re PR c++/55149 (capturing VLA in lambda)Jason Merrill7-22/+83
2013-06-20* decl.c (compute_array_index_type): Use size_one_node.Jason Merrill2-1/+3
2013-06-21Daily bump.GCC Administrator1-1/+1
2013-06-21compiler: Only make function descriptors if needed.Ian Lance Taylor5-109/+252
2013-06-20array-notation-common.c (find_inv_trees): Removed an unwanted typecasting.Balaji V. Iyer3-2/+9
2013-06-20system.h: Include <cstdlib> as well as <stdlib.h>.Oleg Endo2-0/+13
2013-06-20pt.c (process_partial_specialization): Build a TEMPLATE_DECL for a partial sp...Jason Merrill3-24/+35
2013-06-20* cp-tree.h (DECL_TEMPLATE_PARMS, DECL_TEMPLATE_RESULT)Jason Merrill2-4/+15
2013-06-20re PR target/57655 (ICE: in create_pre_exit, at mode-switching.c:418 with -mn...Uros Bizjak4-1/+22
2013-06-20re PR tree-optimization/57660 (FAIL: gcc.dg/tree-ssa/forwprop-28.c scan-tree-...Jeff Law2-1/+5
2013-06-20gcc: Delete.Eric Botcazou3-52/+5
2013-06-20* gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.Jeff Law2-0/+6
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka4-11/+9
2013-06-20re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke5-43/+64
2013-06-20data-streamer-in.c (streamer_read_uhwi): Optimize single byte case...Richard Biener2-8/+29
2013-06-20re PR fortran/57633 (I/O: Problem with formatted read: reading CR-LF files (\...Tobias Burnus2-7/+50
2013-06-20re PR tree-optimization/57584 (ice: SSA corruption: Unable to coalesce ssa_na...Richard Biener4-0/+92
2013-06-20resolve.c (get_temp_from_expr): Don't set FL_VARIABLE twice.Tobias Burnus2-1/+4
2013-06-20Fix duplicated lines.Jan Hubicka1-20/+0
2013-06-20gcov.c (print_usage): Handle new option.Sharad Singhai6-46/+385
2013-06-20Daily bump.GCC Administrator1-1/+1
2013-06-19re PR bootstrap/57604 (LRA related bootstrap comparison failure on s390x --wi...Vladimir Makarov2-23/+64
2013-06-19re PR driver/57652 (collect2 does not clean up temporary files)David Edelsohn4-18/+25
2013-06-19re PR rtl-optimization/57518 (Redundant insn generated in LRA)Wei Mi4-1/+77
2013-06-19compiler: reject incorrect unsafe.Offsetof expressions.Ian Lance Taylor2-1/+21
2013-06-19re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin)Matthias Klose5-28/+37
2013-06-19re PR target/56942 (MIPS GCC will not build with -mips16 mode because libgcc ...Steve Ellcey2-1/+7
2013-06-19loop-19.c: Add -fno-common.Igor Zamyatin2-1/+5
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka14-112/+224
2013-06-19re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin)Jakub Jelinek2-9/+11
2013-06-19tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo in comment.Jeff Law2-1/+4
2013-06-19Replace array size in Array Notation testcode with #define.Balaji V. Iyer7-44/+61
2013-06-19builtin-apply-2.c: set STACK_ARGUMENTS_SIZE with 0 if __aarch64__ is defined.Yufeng Zhang2-1/+6
2013-06-19tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): New function.Jeff Law4-1/+169
2013-06-19vfp.md: Move VFP instruction classification documentation to ...Sofiane Naci3-67/+88
2013-06-19arm.md (split for eq(reg, 0)): Add variants for ARMv5 and Thumb2.Richard Earnshaw2-10/+84
2013-06-19re PR bootstrap/57609 (S/390 ESA mode bootstrap failure since r197266)Steven Bosscher2-23/+22
2013-06-19re PR c++/56544 (documentation for __cplusplus is out of date)Paolo Carlini2-5/+11
2013-06-19re PR c++/57638 (warning container: 'integer_cst’ not supported by dump_typ...Manuel López-Ibáñez4-1/+25
2013-06-19re PR target/55033 (PowerPC section type conflict error)Sebastian Huber2-1/+6
2013-06-19expr.c (expand_expr_real_1): Use SCOPE_FILE_SCOPE_P to check for global context.Richard Biener2-1/+6
2013-06-19* ChangeLog: Fix whitespace.Uros Bizjak1-11/+10
2013-06-19revert: re PR bootstrap/57609 (S/390 ESA mode bootstrap failure since r197266)Andreas Krebbel2-11/+11
2013-06-19Daily bump.GCC Administrator1-1/+1
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor13-292/+957