aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-18Emit errors when always_inline functions cannot be inlined in -O0 mode.Sriraman Tallam7-3/+38
2013-06-18re PR c++/53211 (range-based 'for' expression of type 'const int []' has inco...Paolo Carlini5-6/+58
2013-06-18Correct ChangeLog:Joern Rennecke1-1/+1
2013-06-18Fix a typo in comments in config/i386/i386.cH.J. Lu2-1/+6
2013-06-18arm.c (neon_vector_mem_operand): Add strict argument.Julian Brown6-20/+48
2013-06-18Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener5-104/+32
2013-06-18Makefile.in (cgraphunit.o): Add $(CFGLOOP_H) dependency.Richard Biener3-4/+21
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener7-37/+91
2013-06-18arm.md (attribute "insn"): Move multiplication and division attributes to...Sofiane Naci22-133/+312
2013-06-18Fix c90-fordecl-1.c testMarek Polacek2-2/+6
2013-06-18re PR lto/57334 (ICE: in input_gimple_stmt, at gimple-streamer-in.c:287)Richard Biener2-12/+7
2013-06-18re PR bootstrap/57609 (S/390 ESA mode bootstrap failure since r197266)Andreas Krebbel2-2/+17
2013-06-18re PR c/57630 (Error should include -std=c11 and friends)Marek Polacek2-2/+8
2013-06-18rs6000.h (enum data_align): New.Alan Modra4-22/+68
2013-06-18Daily bump.GCC Administrator1-1/+1
2013-06-17sec_reduce_ind_same_value.c: New test.Balaji V. Iyer2-0/+25
2013-06-17ggc-page.c (ggc_pch_write_object): Remove erroneous ATTRIBUTE_UNUSED marking.David Malcolm2-1/+6
2013-06-17+2013-06-17 Balaji V.Balaji V. Iyer2-6/+12