aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-01-13re PR tree-optimization/64436 (optimize-bswapdi-3.c fails on aarch64_be-none-...Thomas Preud'homme2-77/+131
2015-01-13re PR middle-end/64568 (error: invalid reference prefix)Richard Biener4-1/+128
2015-01-13[NDS32] Consider -mcmodel=X in nds32_legitimate_address_p implementation.Chung-Ju Wu2-12/+41
2015-01-13[NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...Chung-Ju Wu3-0/+59
2015-01-13[NDS32] Consider TARGET_CMODEL_LARGE for function call instructions.Chung-Ju Wu2-10/+42
2015-01-13[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu3-3/+28
2015-01-13[NDS32] Remove -mgp-direct/-mno-gp-direct options.Chung-Ju Wu5-26/+23
2015-01-13[NDS32] Add -mcmodel= option to support different code model.Chung-Ju Wu3-0/+31
2015-01-13re PR target/64479 ([SH] wrong optimization delayed-branch)Oleg Endo2-1/+17
2015-01-13Daily bump.GCC Administrator1-1/+1
2015-01-12* Add TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook for sh.Kaz Kojima2-0/+90
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm10-41/+840
2015-01-12invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses after a funtion n...Sandra Loosemore2-6/+16
2015-01-12invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing example.Sandra Loosemore2-2/+8
2015-01-12re PR tree-optimization/64563 (ICE with "-Wall -Wextra" at -Os and above on x...Jakub Jelinek4-1/+22
2015-01-12re PR target/64513 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2231 wit...Jakub Jelinek4-0/+32
2015-01-12re PR tree-optimization/64454 (optimize (x%5)%5)Jakub Jelinek4-5/+88
2015-01-12re PR testsuite/64028 (r211599 caused many vectorizer test failures with -fPIC)Jakub Jelinek40-3/+85
2015-01-12re PR other/64370 (sreal.c:125:23: error: 'exp2' was not declared in this scope)Jakub Jelinek2-1/+6
2015-01-12re PR target/64461 (bad assembly generated for Coldfire targets)Jeff Law2-0/+21
2015-01-12jit-playback.c: fix missing fcloseDavid Malcolm2-0/+6
2015-01-12Add PR marker for last commitJeff Law1-0/+1
2015-01-12m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.Jeff Law2-3/+6
2015-01-12h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly rather than calling F.Jeff Law2-1/+6
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm22-309/+828
2015-01-12Avoid undefined behavior in gcc.target/i386/pr64291-1.cMarc Glisse3-4/+22
2015-01-12tsan.c (instrument_expr): Use force_gimple_operand.Bernd Edlinger2-31/+14
2015-01-12re PR tree-optimization/64530 (Incorrect calculation when assigning to array ...Richard Biener4-0/+52
2015-01-12re PR tree-optimization/64357 (ICE at -Os on x86_64-linux-gnu in check_loop_c...Richard Biener4-2/+49
2015-01-12[ARM] Use Cortex-A17 tuning parameters for Cortex-A12Kyrylo Tkachov3-5/+11
2015-01-12Fix date in gcc/ChangeLogKyrylo Tkachov1-1/+1
2015-01-12[ARM] Implement TARGET_SCHED_MACRO_FUSION_PAIR_PKyrylo Tkachov3-19/+135
2015-01-12re PR c++/64547 (A non-const constexpr function is rejected incorrectly)Jason Merrill3-0/+29
2015-01-12Add the missing ChangeLog entryH.J. Lu1-0/+5
2015-01-12Correct target selector in gcc.target/i386/nop-mcount.cH.J. Lu1-1/+1
2015-01-12Update Linux/x86-64 linker test for PIE with copy relocH.J. Lu3-0/+17
2015-01-12[ARM][cleanup] Use R0_REGNUM and R1_REGNUM instead of 0 and 1 where appropriateKyrylo Tkachov2-8/+19
2015-01-12ggcplug.c: Include gcc-plugin.h after coretypes.h.Prathamesh Kulkarni2-1/+4
2015-01-12re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939)Martin Liska4-1/+93
2015-01-12IPA ICF: handle correctly indirect_calls.Martin Liska2-2/+11
2015-01-12visium.c: Add includes hashtab.h...Prathamesh Kulkarni2-1/+24
2015-01-12re PR ipa/63967 (r217633 caused internal compiler error: in estimate_edge_gro...Jan Hubicka2-109/+97
2015-01-12re PR ipa/63470 (internal compiler error: in estimate_edge_growth, at ipa-inl...Jan Hubicka5-6/+89
2015-01-12Correct ChangeLog entry.Martin Liska1-1/+0
2015-01-12re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939)Chen Gang3-2/+13
2015-01-12cgraph_edge refactoring.Martin Liska3-89/+122
2015-01-12Revert "ipa/63470 add testcase"Markus Trippelsdorf2-59/+0
2015-01-12ipa/63470 add testcaseMarkus Trippelsdorf2-0/+59
2015-01-12ipa-utils.c (estimate_function_body_sizes): Do not free node params when call...Jan Hubicka2-2/+7
2015-01-12Daily bump.GCC Administrator1-1/+1