aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-03[ARC] Fix to unwinding.Cupertino Miranda3-6/+44
2017-11-03PR82809: register handling in ix86_vector_duplicate_valueRichard Sandiford4-1/+33
2017-11-03combine: Print insns we try to combineSegher Boessenkool2-0/+12
2017-11-03Daily bump.GCC Administrator1-1/+1
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini6-15/+63
2017-11-02re PR target/79868 (aarch64: diagnostic "malformed target %s value" not trans...Steve Ellcey7-11/+22
2017-11-02re PR target/79868 (aarch64: diagnostic "malformed target %s value" not trans...Steve Ellcey4-56/+56
2017-11-02Add selftest for diagnostic_get_location_textDavid Malcolm2-0/+48
2017-11-02Move selftest::test_diagnostic_context to its own headerDavid Malcolm5-29/+121
2017-11-02Add FT32B supportJames Bowman6-8/+49
2017-11-02[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell5-16/+26
2017-11-02[PR c++/82710] false positive paren warningNathan Sidwell4-3/+51
2017-11-02Define MALLOC_ABI_ALIGNMENTWilco Dijkstra2-0/+7
2017-11-02Move testsuite entries to proper fileEric Botcazou2-12/+9
2017-11-02gimple-ssa-sprintf.c (sprintf_dom_walker): Remove virtual keyword on FINAL OV...Jeff Law3-5/+18
2017-11-02Re: [PATCH] fix fdump-lang-raw ICENathan Sidwell2-0/+25
2017-11-02* x86-tune.def (X86_TUNE_USE_INCDEC): Enable for Haswell+.Jan Hubicka2-3/+12
2017-11-02re PR target/82795 (ICE in predicate_mem_writes, at tree-if-conv.c:2251)Richard Biener4-4/+34
2017-11-02Cleanup Solaris linker version checksRainer Orth4-74/+42
2017-11-02[ARC][ZOL] Account for empty body loopsClaudiu Zissulescu4-2/+32
2017-11-02Fix scan-assembler patterns in i386/naked-{1,2}.cTom de Vries3-4/+10
2017-11-02re PR c/82765 (ICE at -Os on valid code on x86_64-linux-gnu: in tree_to_shwi,...Richard Biener4-3/+20
2017-11-02Fix scan pattern in gfortran.dg/implied_do_io_1.f90Tom de Vries2-1/+5
2017-11-02Daily bump.GCC Administrator1-1/+1
2017-11-01RISC-V: Use "@minus{}2 GB" instead of "-2 GB" in invoke.texiPalmer Dabbelt2-2/+6
2017-11-01tree-ssa-ccp.c (ccp_folder): New class derived from substitute_and_fold_engine.Jeff Law6-49/+124
2017-11-01tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef.Jeff Law7-45/+123
2017-11-01re PR rtl-optimization/82778 (crash: insn does not satisfy its constraints)Jakub Jelinek5-56/+165
2017-11-01[AArch64] Minor rtx costs tweakRichard Sandiford2-6/+12
2017-11-01[AArch64] Rename the internal "Upl" constraintRichard Sandiford3-3/+13
2017-11-01[AArch64] Move code aroundRichard Sandiford2-82/+89
2017-11-01[AArch64] Generate permute patterns using rtx buildersRichard Sandiford4-217/+57
2017-11-01[PATCH] fix fdump-lang-raw ICENathan Sidwell2-1/+6
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell7-27/+46
2017-11-01RISC-V: Document the medlow and medany code modelsPalmer Dabbelt2-4/+18
2017-11-01revert: combine.c (can_change_dest_mode): Reject changes in REGMODE_NATURAL_S...Richard Sandiford2-6/+7
2017-11-01combine: Fix bug in giving up placing REG_DEAD notes (PR82683)Segher Boessenkool2-5/+21
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-25/+37
2017-11-01Make tree-ssa-dse.c:normalize_ref return a boolRichard Sandiford2-23/+31
2017-11-01Don't treat zero-sized ranges as overlappingRichard Sandiford2-0/+7
2017-11-01Use (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.cRichard Sandiford2-46/+26
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-236/+268
2017-11-01Turn var-tracking.c:INT_MEM_OFFSET into a functionRichard Sandiford2-12/+30
2017-11-01Factor out the mode handling in lower-subreg.cRichard Sandiford2-29/+58
2017-11-01Use more specific hash functions in rtlhash.cRichard Sandiford2-2/+8
2017-11-01More is_a <scalar_int_mode>Richard Sandiford2-2/+13
2017-11-01Add an is_narrower_int_mode helper functionRichard Sandiford4-4/+22
2017-11-01Add narrower_subreg_mode helper functionRichard Sandiford3-9/+25
2017-11-01Widening optab cleanupRichard Sandiford7-69/+106
2017-11-01Add a fixed_size_mode classRichard Sandiford18-40/+131