aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo348-11784/+11862
2012-11-18Daily bump.GCC Administrator1-1/+1
2012-11-17re PR tree-optimization/55236 (gcc.c-torture/execute/pr22493-1.c FAILs with -...Jakub Jelinek4-0/+51
2012-11-17re PR testsuite/55188 (FAIL: gcc.dg/pr19105.c scan-tree-dump-times reassoc1 "...Jakub Jelinek2-1/+5
2012-11-17Add -static-libasan option to the GCC driverH.J. Lu4-3/+31
2012-11-17re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with...Vladimir Makarov2-23/+24
2012-11-17semantics.c (finish_id_expression): Tidy diagnostic message.Gabriel Dos Reis2-1/+5
2012-11-17asan-dg.exp (asan_symbolize): Prune BFD: prefixed error messages from addr2li...Jakub Jelinek2-1/+10
2012-11-17re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek4-14/+26
2012-11-16extend.texi: Various copy-edits to comply with GCC coding standards for spell...Sandra Loosemore2-79/+90
2012-11-17Daily bump.GCC Administrator1-1/+1
2012-11-16re PR tree-optimization/55329 (ICE: internal compiler error: in operator[], a...Jakub Jelinek4-11/+100
2012-11-16Fix commit of testcase which got truncated somehow.Ian Bolton1-0/+4
2012-11-16* params.def (max-peeled-insns, max-completely-peeled-insns): Reduce to 100.Jan Hubicka2-2/+6
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin6-0/+31
2012-11-16re PR fortran/55297 ([OOP] type-bound operator clashes with abstract interface)Janus Weil4-1/+37
2012-11-16re PR rtl-optimization/55330 (ICE: Maximum number of LRA constraint passes is...Vladimir Makarov4-1/+105
2012-11-16compiler: don't remove floating point conversion of typed constantIan Lance Taylor1-0/+40
2012-11-16Make-lang.in (gccgo$(exeext)): Add + at start of command.Ian Lance Taylor2-2/+7
2012-11-16gcc-dg.exp (cleanup-saved-temps): Add .mii to suffixes.Uros Bizjak7-3/+15
2012-11-16PR c++/54875 - Error with alias template that resolves to an enumDodji Seketeli4-1/+24
2012-11-16t-linux: New file; define MULTIARCH_DIRNAME.Matthias Klose3-0/+9
2012-11-16* lib/target-supports.expUros Bizjak1-2/+10
2012-11-16re PR c++/55337 (ICE tree check: expected sizeof_expr, have alignof_expr in c...Jakub Jelinek4-4/+27
2012-11-16* ChangeLog: Add ChangeLog entry for my last commit.Uros Bizjak1-0/+5
2012-11-16mv1.C (dg-options): Add -march=x86-64.Uros Bizjak3-2/+3
2012-11-16re PR tree-optimization/54073 (SciMark Monte Carlo test performance has serio...Jakub Jelinek3-2/+16
2012-11-16re PR tree-optimization/54717 (Runtime regression: polyhedron test "rnflow" d...Jan Hubicka2-2/+9
2012-11-16* lib/target_suports.expUros Bizjak4-8/+34
2012-11-16i386-protos.h (ix86_emit_mode_set): Add third argument.Uros Bizjak4-16/+45
2012-11-16AMD bdver3 enablementGanesh Gopalasubramanian1-0/+746
2012-11-16AMD bdver3 enablementGanesh Gopalasubramanian15-44/+203
2012-11-15Fix gcc.c-torture/compile/pr53410-2.c on sparc.David S. Miller2-1/+4
2012-11-16Daily bump.GCC Administrator1-1/+1
2012-11-15Add support for sparc fused compare-and-branch.David S. Miller15-62/+521
2012-11-15expr.c (expand_cond_expr_using_cmove): Use promoted mode for temp.Steve Ellcey2-6/+12
2012-11-15re PR tree-optimization/54619 (GCC aborts during compilation with '-O2 -mips16')Tom de Vries2-3/+35
2012-11-15re PR c++/54903 (Auto + static in-class constant initialization not working)Jason Merrill3-10/+31
2012-11-15asan.c (report_error_func): Set DECL_IGNORED_P, don't touch DECL_ASSEMBLER_NAME.Jakub Jelinek2-4/+14
2012-11-15Makefile.in (if_multiarch): Don't use a GNU make 3.81 feature.Matthias Klose2-4/+10
2012-11-14testsJason Merrill2-3/+3
2012-11-14re PR c++/37276 (Trouble with some (C99?) math builtins and namespace std)Jason Merrill2-2/+5
2012-11-14class.c (finish_struct_1): Check virtual functions for missing ABI tags.Jason Merrill4-1/+18
2012-11-14re PR c++/55275 (abi_tag attribute doesn't work on explicit specializations o...Jason Merrill5-4/+48
2012-11-15re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka2-1/+6
2012-11-15Daily bump.GCC Administrator1-1/+1
2012-11-14re PR debug/55328 (ICE: in output_addr_table_entry, at dwarf2out.c:21780 with...Sterling Augustine2-0/+9
2012-11-14builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags.Jan Hubicka2-26/+27
2012-11-14re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka2-3/+10
2012-11-14asan-dg.exp: New file.Jakub Jelinek6-1/+279