aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Guard less code with the JIT mutexDavid Malcolm5-22/+68
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm3-19/+41
2014-12-09[AArch64] Add TARGET_SCHED_REASSOCIATION_WIDTHWilco Dijkstra3-4/+47
2014-12-09[AARCH64][5/5] Add macro fusion support for cmp/b.X for ThunderXAndrew Pinski2-1/+23
2014-12-09jit: Add new testcase missing from r218521David Malcolm1-0/+27
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm14-153/+662
2014-12-09PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm3-1/+53
2014-12-09re PR bootstrap/64213 (gimple-match.c:1523:6: error: ‘GIMPLE’ was not dec...Uros Bizjak4-29/+21
2014-12-09re PR tree-optimization/64193 (Decreased performance after r173250)Richard Biener7-3/+60
2014-12-09re PR tree-optimization/64199 (ICE: tree check: expected class 'constant', ha...Richard Biener4-2/+20
2014-12-09re PR tree-optimization/64191 (indirect clobbers messes up dead code eliminat...Richard Biener2-1/+8
2014-12-09lto-partition.c (privatize_symbol_name): Correctly privatize instrumentation ...Ilya Enkovich6-10/+61
2014-12-09lto-cgraph.c (input_cgraph_1): Don't break existing instrumentation clone ref...Ilya Enkovich3-1/+33
2014-12-09re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds)Ilya Enkovich5-4/+53
2014-12-09re PR target/64204 (gcc.dg/c11-atomic-2.c fails on powerpc 64-bit little endi...Michael Meissner3-11/+24
2014-12-08simplify-rtx.c (simplify_relational_operation_1): Handle simplification ident...Sandra Loosemore4-0/+122
2014-12-09move gimple_canonical_types htab out of gc memoryTrevor Saunders2-2/+7
2014-12-09remove param_is from nvptxTrevor Saunders2-28/+32
2014-12-09Daily bump.GCC Administrator1-1/+1
2014-12-08re PR target/64226 (Secondary reload incorrect TOC address)David Edelsohn2-6/+8
2014-12-08DWARFv5 Emit DW_TAG_atomic_type for C11 _Atomic.Mark Wielaard5-1/+66
2014-12-08Fix typo in ChangeLogJeff Law1-1/+1
2014-12-08re PR inline-asm/61692 (ICE in extract_insn in recog.c for asm with many para...David Wohlferd4-1/+185
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm9-63/+120
2014-12-08libgccjit++.h: use indentation to show inheritanceDavid Malcolm2-9/+17
2014-12-08Make jit/notes.txt better reflect current status quoDavid Malcolm2-4/+43
2014-12-08re PR ipa/64049 (r215898 caused wrong code at -O3)Bernd Edlinger6-1/+128
2014-12-08Bics instruction generation for aarch64Alex Velenko4-0/+106
2014-12-08re PR go/64198 (ICE in gofrontend)Ian Lance Taylor1-3/+6
2014-12-08arm_neon.h (vrecpe_u32, [...]): Rewrite using builtin functions.Felix Yang11-519/+566
2014-12-08Enable non-const v64qi permutations.Ilya Tocar3-1/+10
2014-12-08Enable const permutations for V64QImode.Ilya Tocar3-1/+90
2014-12-08tree-chkp.c (chkp_build_returned_bound): Don't predict return bounds for strc...Ilya Enkovich2-2/+6
2014-12-08tree-chkp.c (chkp_call_returns_bounds_p): New.Ilya Enkovich5-1/+78
2014-12-08builtins.c (fold_builtin_0): Remove unused ignore parameter.Richard Biener3-80/+99
2014-12-08don't ICE when section attribute is used on things in comdatsTrevor Saunders3-1/+36
2014-12-08Daily bump.GCC Administrator1-1/+1
2014-12-07re PR target/53513 ([SH] Add support for fpchg insn and improve fenv support)Oleg Endo2-1/+6
2014-12-07re PR target/50751 (SH Target: Displacement addressing does not work for QImo...Oleg Endo2-4/+8
2014-12-07compare-elim.c: Fix head comment.Eric Botcazou2-54/+62
2014-12-07re PR testsuite/64038 (FAIL: gcc.dg/ipa/ipa-icf-5.c (test for excess errors))John David Anglin3-2/+10
2014-12-07h8300.exp: Fix duplicated text.Oleg Endo4-82/+6
2014-12-07aarch64-simd.md (clrsb<mode>2, [...]): New patterns.Felix Yang4-132/+105
2014-12-07[ARM,AArch64][testsuite] Fix vaddl and vaddw testsChristophe Lyon4-27/+29
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka7-38/+235
2014-12-07* doc/invoke.texi (Warning Options): Fix spelling and grammar.Jonathan Wakely2-10/+17
2014-12-07Daily bump.GCC Administrator1-1/+1
2014-12-06extend jump thread for finite state automataJames Greenhalgh11-3/+716
2014-12-06error.c (gfc_error_check): Use bool not int.Tobias Burnus5-11/+17
2014-12-06error.c (gfc_buffer_error, [...]): Use bool notTobias Burnus6-34/+55