aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-16Revert r209902 "Dump the return type of functions in gimple dumps"David Malcolm5-8/+21
2014-05-16abi.exp: Defer setting of baseline_subdir until after checking that the test ...Iain Sandoe2-2/+8
2014-05-16cfghooks.c (make_forwarder_block): Use direct computation to get fall-through...Dehao Chen2-10/+11
2014-05-16PR 61187 Fix use of uninitialized memory.Janne Blomqvist2-2/+18
2014-05-16arc.c (arc_init): Fix typo in error message.Benno Schulenberg4-3/+11
2014-05-16ira-costs.c: Fix typo in comment.Zhouyi Zhou2-1/+5
2014-05-16extend.texi: (Visibility Pragmas) Fix misplaced @xrefDavid Wohlferd2-2/+5
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka14-27/+186
2014-05-16re PR c++/51640 (Misleading error if the type in the catch() is ambiguous)Paolo Carlini4-2/+40
2014-05-16re PR rtl-optimization/60969 (ICE in output_129 in MMXMOV of mode MODE_SF for...Vladimir Makarov4-26/+121
2014-05-16fold-const (fold_unary_loc): New case.Eric Botcazou2-1/+11
2014-05-16typedefs-1.cc: Fix test for 32-bit target.Jonathan Wakely4-4/+13
2014-05-16re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)Alexey Merzlyakov2-5/+17
2014-05-16re PR tree-optimization/61194 (vectorization failed with "bit-precision arith...Richard Biener4-1/+99
2014-05-16parse_numbers.h (__parse_int::_Number_help): Check for overflow.Jonathan Wakely4-69/+73
2014-05-16[AArch64 costs] Fixup to costing of FNMULJames Greenhalgh2-10/+8
2014-05-16re PR libstdc++/61166 (overflow when parse number in std::duration operator"")Ed Smith-Rowland3-234/+151
2014-05-16[AArch64 costs 18/18] Dump a message if we are unable to cost an insn.James Greenhalgh2-1/+10
2014-05-16[AArch64 costs 17/18] Cost for SYMBOL_REF, HIGH and LO_SUMJames Greenhalgh2-6/+40
2014-05-16[AArch64 costs 16/18] Cost TRUNCATEJames Greenhalgh2-0/+38
2014-05-16[AArch64 costs 15/18] Cost more Floating point RTX.James Greenhalgh2-0/+89
2014-05-16[AArch64 costs 14/18] Cost comparisons, flag setting operators and IF_THEN_ELSEJames Greenhalgh2-11/+154
2014-05-16[AArch64 costs 13/18] Improve costs for div/modJames Greenhalgh2-9/+14
2014-05-16[AArch64 costs 12/18] Improve costs for sign/zero extractsJames Greenhalgh2-2/+67
2014-05-16[AArch64 costs 11/18] Improve costs for rotate and shift operations.James Greenhalgh2-9/+53
2014-05-16[AArch64 costs 10/18] Improve costs for sign/zero extend operationsJames Greenhalgh2-6/+53
2014-05-16[AArch64 costs 9/18] Better cost logical operationsJames Greenhalgh2-5/+66
2014-05-16[AArch64 costs 8/18] Cost memory accesses using address costs James Greenhalgh2-2/+36
2014-05-16[AArch64 costs 7/18] Improve SET cost.James Greenhalgh2-8/+41
2014-05-16[AArch64 costs 6/18] Set default costs and handle vector modes.James Greenhalgh2-0/+19
2014-05-16[AArch64 costs 5/18] Factor out common MULT casesJames Greenhalgh2-110/+264
2014-05-16[AArch64 costs 4/18] Better estimate cost of building a constantJames Greenhalgh2-12/+95
2014-05-16[AArch64 costs 3/18] Wrap aarch64_rtx_costs to dump verbose outputJames Greenhalgh2-0/+26
2014-05-16[AArch64 costs 2/18] Add cost tables for Cortex-A57James Greenhalgh2-2/+49
2014-05-16[AArch64 costs 1/18] Refactor aarch64_address_costs.James Greenhalgh3-31/+125
2014-05-16tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.Richard Biener8-35/+230
2014-05-16tree-ssa-sccvn.c (visit_use): Also constant-fold calls.Richard Biener4-15/+77
2014-05-15re PR target/61193 (ABI incompatibility between POWER and Z HTM builtins and ...Peter Bergner2-2/+14
2014-05-16Daily bump.GCC Administrator1-1/+1
2014-05-15Fix typo in my name.Jonathan Wakely1-1/+1
2014-05-15re PR ipa/61085 (wrong code with -O2 -fno-early-inlining (maybe wrong devirtu...Martin Jambor4-4/+52
2014-05-15re PR tree-optimization/61090 (ICE in build_ref_for_offset)Martin Jambor4-1/+33
2014-05-15* call.c (print_conversion_rejection): Use loc consistently.Jason Merrill2-3/+7
2014-05-15re PR libstdc++/60326 (Incorrect type from std::make_unsigned<wchar_t>)Jonathan Wakely8-7/+87
2014-05-15[ARM][cleanup] Use enum name instead of integer value for PARAM_SCHED_PRESSUR...Kyrylo Tkachov2-1/+7
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely5-8/+23
2014-05-15re PR middle-end/61158 (negative shift at fold-const.c:12095)Jakub Jelinek4-7/+37
2014-05-15Check for -static-libgcc before use (PR lto/60981)Rainer Orth3-4/+46
2014-05-15exceptions-3.mm: Remove check for message no longer emitted.Andreas Schwab4-5/+9
2014-05-15regcprop.h: New file.Zhenqiang Chen6-2/+93