aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-10-04[multiple changes]Arnaud Charlet4-8/+25
2010-10-04frontend.adb: Set Lib.Parsing_Main_Extended_Source to True before loading the...Vincent Celier6-13/+54
2010-10-04[multiple changes]Arnaud Charlet6-37/+72
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers15-137/+148
2010-10-04re PR middle-end/45871 (lto bootstrap miscompiles expmed.c)Jan Hubicka2-19/+25
2010-10-04re PR tree-optimization/45572 (various ICEs with -finline-small-functions -fi...Martin Jambor6-1/+118
2010-10-04passes.texi: Clean up.Yao Qi2-3/+6
2010-10-04f95-lang.c (current_translation_unit): New global variable.Richard Guenther4-17/+35
2010-10-04c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...Ian Lance Taylor12-9/+591
2010-10-04Daily bump.GCC Administrator1-1/+1
2010-10-03Revert revision 164914.H.J. Lu8-29/+133
2010-10-03typeck.c (require_complete_type_sfinae): Add complain parm to...Jason Merrill6-8/+45
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert9-158/+242
2010-10-03lto-cgraph.c (input_cgraph): Check for missing sections.Andi Kleen4-1/+20
2010-10-03i386.md (*ashl<mode>3_mask): Change operand 2 preticate to nonimmediate_operand.Uros Bizjak2-10/+29
2010-10-02Disallow negative steps in vectorizer.H.J. Lu8-116/+52
2010-10-03Daily bump.GCC Administrator1-1/+1
2010-10-02tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when call destination ...Jan Hubicka2-0/+16
2010-10-02pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.John David Anglin3-0/+8
2010-10-02re PR target/45820 (FAIL: gcc.c-torture/compile/pr45728.c at -O1 and above)John David Anglin2-46/+27
2010-10-02Allow to pass separate configure arguments for build, host and target.Ralf Wildenhues2-0/+35
2010-10-02re PR fortran/45748 (-fimplicit-none failures when using intrinsic MAX)Janus Weil4-5/+25
2010-10-02re PR fortran/42831 (Unnecessary array temporary produced)Thomas Koenig2-0/+54
2010-10-02Daily bump.GCC Administrator1-1/+1
2010-10-01i386.md (*ashl<mode>3_mask): New insn_and_split pattern.Uros Bizjak4-72/+168
2010-10-01re PR middle-end/44716 (Bootstrap fails with partial inlining (r161382))Steve Ellcey2-0/+17
2010-10-01Mention PR, fix typo.Rainer Orth1-1/+2
2010-10-01common.opt: Add -fcombine-stack-adjustments.Nick Clifton5-2/+24
2010-10-01re PR middle-end/45854 (ICE in redirect_eh_edge_1, at tree-eh.c:2131)Richard Guenther4-1/+47
2010-10-01Fix moxie-rtems configurationAnthony Green2-1/+5
2010-10-01dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.Richard Guenther2-2/+7
2010-10-01spu.c (spu_init_builtins): No longer add END_BUILTINS to the function code fo...Ulrich Weigand3-4/+10
2010-10-01spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info.Ulrich Weigand2-0/+8
2010-10-01configure.ac: Define the nop insn for avr*-*-*Tristan Gingold3-2/+7
2010-10-01re PR target/45807 (Lying eh_frame r2 save info causes crashes with static li...Alan Modra2-2/+8
2010-10-01re PR tree-optimization/43959 (FAIL: gcc.dg/torture/builtin-cproj-1.c -O1 (...Richard Guenther2-2/+8
2010-10-01Daily bump.GCC Administrator1-1/+1
2010-10-01sh.c (sh_expand_prologue): Set current_function_static_stack_size.Kaz Kojima2-1/+17
2010-09-30Replace FLOAT_MIN, FLOAT_MAX to __FLT_MIN__, __FLT_MAX__.Michael Eager2-10/+7
2010-09-30configure.ac: Check for Solaris 8 ld with .hidden support.Rainer Orth3-0/+23
2010-09-30Fix PR45758: reset scevs before Graphite.Sebastian Pop3-0/+11
2010-09-30Fix miscompilation of 416.gamess.Sebastian Pop3-3/+26
2010-09-30Add testcase for PR45758.Sebastian Pop3-0/+51
2010-09-30Fix memory leaks in new scop detection.Sebastian Pop1-0/+4
2010-09-30Fix Graphite memory leaks.Sebastian Pop5-1/+22
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop4-0/+66
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop4-7/+18
2010-09-30Only iterate over pbb_dim_iter_domain.Sebastian Pop3-2/+14
2010-09-30Fix comments.Sebastian Pop3-2/+16
2010-09-30New pass: loop flattening.Sebastian Pop9-7/+525