aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-11-19re PR target/59593 ([arm big-endian] using "ldrh" access a immediate which ...Felix Yang2-7/+23
2014-11-19Allow the static chain to be set from CRichard Henderson8-1/+129
2014-11-19Allow the front-end to create calls with a static chainRichard Henderson5-22/+60
2014-11-19Make TARGET_STATIC_CHAIN allow a function typeRichard Henderson7-19/+33
2014-11-19This is simple patch to add more conditional macros defined in ACLE 2.0.Renlin Li2-4/+20
2014-11-19re PR middle-end/63879 (ICE compiling Linux Kernel fs/ext3/namei.c with -fsan...Marek Polacek5-2/+56
2014-11-19collect2.c (main): Don't call fatal_error before diagnostic_initialize.Ilya Tocar3-6/+12
2014-11-19Fix tail-merge pass for dead type-unsafe codeTom de Vries6-4/+118
2014-11-19re PR tree-optimization/63915 (gomp/pr60823-2.c:31:1: error: dead STMT in EH ...Jakub Jelinek4-1/+15
2014-11-19re PR sanitizer/63520 (ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize...Jakub Jelinek4-3/+46
2014-11-19re PR tree-optimization/63844 (open mp parallelization prevents vectorization)Richard Biener2-1/+8
2014-11-19re PR c++/57654 ([c++11] static class member reference-to-a-reference will no...Paolo Carlini2-0/+16
2014-11-19re PR sanitizer/63913 (ICE: verify_gimple failed: statement marked for throw,...Jakub Jelinek4-5/+47
2014-11-19* gcc.dg/pure-2.c: Update line numbers.Andreas Schwab2-3/+7
2014-11-19re PR rtl-optimization/63843 (wrong code generation at -O1 and higher)Jakub Jelinek4-37/+79
2014-11-19attribs.c (decl_attributes): Remove always true condition, TREE_TYPE(x) will ...Andrew MacLeod2-5/+6
2014-11-18re PR c++/63924 (Constexpr constructible expression "is not constexpr" when u...Jason Merrill3-0/+17
2014-11-18constexpr.c (cxx_eval_statement_list): Handle statement-expressions.Jason Merrill3-6/+30
2014-11-18constexpr.c (cxx_eval_constant_expression): Give jump_target a default argument.Jason Merrill2-49/+44
2014-11-18constexpr.c (struct constexpr_ctx): Add quiet field.Jason Merrill2-124/+124
2014-11-19Daily bump.GCC Administrator1-1/+1
2014-11-18[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...James Greenhalgh12-11/+42
2014-11-18re PR sanitizer/63813 ([UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346)Jakub Jelinek4-10/+44
2014-11-18re PR tree-optimization/61042 (ICE on valid code at -O3 on x86_64-linux-gnu)Jakub Jelinek2-0/+15
2014-11-18re PR c++/63940 (C++ constexpr errors on AIX)Jason Merrill2-6/+30
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka12-72/+108
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse2-0/+7
2014-11-18re PR c++/63925 (ICE with C++14 constexpr when trying to constexprify std::min)Jason Merrill3-3/+25
2014-11-18compiler: Initialize variables in declaration order.Ian Lance Taylor1-32/+100
2014-11-18re PR c++/63934 ([C++] internal compiler error: in adjust_temp_type, at cp/co...Jason Merrill2-2/+6
2014-11-18mips.md (compression): Add `micromips32' setting.Maciej W. Rozycki2-7/+17
2014-11-18mips.md (*jump_absolute): Use a branch when in range, a jump otherwise.Maciej W. Rozycki2-4/+7
2014-11-18c11-atomic-exec-5.c (dg-timeout-factor): New setting.Maciej W. Rozycki2-0/+6
2014-11-18[ARM/AArch64] Improve modeled latency between FP operations and FP->GP regist...Kyrylo Tkachov2-3/+21
2014-11-18fibonacci_heap is used for var-tracking.Martin Liska2-16/+23
2014-11-18bt-load is ported to fibonacci_heap.Martin Liska2-15/+22
2014-11-18tracer ported to new fibonacci_heap data structure.Martin Liska2-13/+15
2014-11-18fibonacci_heap is used for bb-reoder purpose.Martin Liska2-31/+36
2014-11-18New template fibonacci_heap class introduced.Martin Liska3-56/+682
2014-11-18re PR c++/55942 ([C++11] sorry, unimplemented: calling a member function of t...Paolo Carlini2-0/+16
2014-11-18re PR sanitizer/63866 (ICE in C++ printer with -fdump-ipa)Marek Polacek5-8/+70
2014-11-18aarch64.c (doloop_end): New pattern.Felix Yang3-0/+45
2014-11-18* pt.c (instantiate_template_1): Use tsubst_aggr_type for context.Jason Merrill2-2/+4
2014-11-18* tree.c (warn_deprecated_use): Show declaration with inform.Jason Merrill9-68/+68
2014-11-18re PR c++/58102 (rejects valid initialization of constexpr object with mutabl...Jason Merrill5-7/+34
2014-11-18re PR tree-optimization/63914 (ICE in set_lattice_value, at tree-ssa-ccp.c:517)Richard Biener4-45/+105
2014-11-18re PR c++/55443 (ICE for some placement new expressions inside noexcept opera...Paolo Carlini3-0/+32
2014-11-18Fix header conflicts in nvptx.Bernd Schmidt2-1/+5
2014-11-18re PR c++/60245 (function with using defined parameter not accepted as conste...Paolo Carlini2-0/+13
2014-11-18re PR c++/60771 (static in-class constexpr const reference initialization)Paolo Carlini2-0/+11