Age | Commit message (Expand) | Author | Files | Lines |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 72 | -539/+806 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 16 | -762/+959 |
2010-10-22 | CFStrings for Darwin | Iain Sandoe | 55 | -129/+822 |
2010-10-22 | CFStrings for Darwin. | Iain Sandoe | 16 | -5/+443 |
2010-10-22 | sem_ch3.adb (Check_Or_Process_Discriminants): In Ada 2012, allow limited tagg... | Gary Dismukes | 4 | -17/+87 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 5 | -13/+82 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 10 | -675/+76 |
2010-10-22 | cstand.adb (Build_Float_Type): Set Float_Rep according to platform. | Geert Bosch | 9 | -111/+114 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 9 | -38/+135 |
2010-10-22 | exp_ch5.adb, [...]: Minor reformatting. | Robert Dewar | 6 | -36/+38 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 3 | -71/+81 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 15 | -141/+385 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 16 | -35/+557 |
2010-10-22 | 2010-10-22 Thomas Quinot <quinot@adacore.com> | Thomas Quinot | 5 | -37/+101 |
2010-10-22 | Make-lang.in: Remove ttypef.ads | Geert Bosch | 18 | -763/+346 |
2010-10-22 | checks.adb (Apply_Predicate_Check): Remove attempt at optimization when subty... | Robert Dewar | 7 | -33/+117 |
2010-10-22 | * gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting. | Arnaud Charlet | 3 | -2/+7 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 14 | -50/+415 |
2010-10-22 | [multiple changes] | Arnaud Charlet | 9 | -41/+80 |
2010-10-22 | objc-act.c (get_objc_string_decl): Use a switch instead of a chain of ifs. | Nicola Pero | 2 | -379/+474 |
2010-10-22 | synchronize.c: Permit dmb or mcr in assembler scan. | Marcus Shawcroft | 2 | -1/+5 |
2010-10-22 | alpha.c (alpha_build_builtin_va_list): Use TYPE_STUB_DECL instead of TREE_CHAIN. | Nathan Froyd | 9 | -8/+21 |
2010-10-22 | expr.c (emit_group_load_1): Update calls to extract_bit_field. | Jie Zhang | 6 | -21/+66 |
2010-10-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2010-10-21 | re PR c++/46117 (ICE: SIGSEGV in add_function_candidate (call.c:1630) on inva... | Paolo Carlini | 4 | -6/+28 |
2010-10-21 | * Add ChangeLog changes. | Uros Bizjak | 1 | -7/+13 |
2010-10-21 | * config/spu/spu.c (spu_function_arg): Dereference CUM parameter. | Nathan Froyd | 2 | -4/+8 |
2010-10-21 | ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che... | Nathan Froyd | 3 | -7/+17 |
2010-10-21 | cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp... | Eric Botcazou | 3 | -17/+48 |
2010-10-21 | re PR target/45946 (ICE: in extract_insn, at recog.c:2127 when using _Decimal... | Uros Bizjak | 3 | -34/+63 |
2010-10-21 | pdp11-protos.md (arith_operand, [...]): Delete | Paul Koning | 7 | -97/+139 |
2010-10-21 | re PR rtl-optimization/45834 (Redundant inter-loop edges in DDG) | Bingfeng Mei | 2 | -2/+8 |
2010-10-21 | re PR tree-optimization/45875 (ice in gimple_fold_obj_type_ref_known_binfo wi... | Martin Jambor | 4 | -3/+58 |
2010-10-21 | tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables. | Nathan Froyd | 2 | -4/+6 |
2010-10-21 | mn10300.c: Fold code to 80-character width. | Nick Clifton | 5 | -375/+422 |
2010-10-21 | re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c... | Ira Rosen | 8 | -131/+453 |
2010-10-21 | [multiple changes] | Arnaud Charlet | 8 | -1780/+28 |
2010-10-21 | sem_res.adb, [...]: Minor reformatting. | Thomas Quinot | 4 | -35/+78 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 30 | -238/+159 |
2010-10-21 | cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred. | Nathan Froyd | 5 | -39/+18 |
2010-10-21 | Add V8SI and V4DI to ssescalarmodesuffix. | H.J. Lu | 2 | -2/+6 |
2010-10-21 | re PR fortran/46007 (wrong code for SHAPE in a scalarized loop) | Thomas Koenig | 2 | -0/+13 |
2010-10-21 | re PR fortran/46060 ([F03] procedure pointer component referenced without arg... | Janus Weil | 7 | -1/+67 |
2010-10-21 | re PR tree-optimization/45764 (wrong code -O2 vs -O3 (problem in vectoriz... | Richard Guenther | 4 | -0/+62 |
2010-10-21 | Update dependencies. | Arnaud Charlet | 2 | -46/+52 |
2010-10-21 | einfo.ads, einfo.adb: Add handling of predicates. | Robert Dewar | 13 | -376/+432 |
2010-10-21 | re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '... | Richard Guenther | 4 | -12/+60 |
2010-10-21 | einfo.ads, einfo.adb: Add handling of predicates. | Robert Dewar | 12 | -86/+594 |
2010-10-21 | einfo.ads, einfo.adb: Add handling of predicates. | Robert Dewar | 12 | -59/+301 |
2010-10-21 | [multiple changes] | Arnaud Charlet | 5 | -269/+260 |