aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-09-05ipa-prop.c (remove_described_reference): Accept missing references, return fa...Martin Jambor6-12/+182
2013-09-05arm.c (thumb2_emit_strd_push): Rewrite to use pre-decrement on initial store.Richard Earnshaw3-95/+158
2013-09-05[AArch64] Support the 'crc' extension in -march and -mcpu options.Yufeng Zhang4-0/+14
2013-09-05linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.Alexander Ivchenko11-2/+43
2013-09-05tree-vect-loop.c (vect_analyze_loop_operations): Properly check for a definit...Richard Biener2-1/+6
2013-09-05[AArch64, AArch32][Insn classification refactoring 6/N] Remove "neon_type" at...James Greenhalgh25-721/+1221
2013-09-05Fix typo in commentDodji Seketeli2-1/+5
2013-09-05Daily bump.GCC Administrator1-1/+1
2013-09-04re PR c++/24926 (gcc ignores access level violation for anonymous structs)Paolo Carlini4-50/+128
2013-09-04rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Only emit lglobl if not weak.David Edelsohn2-6/+14
2013-09-04* g++.dg/warn/weak1.C: Skip on AIX.David Edelsohn2-0/+5
2013-09-04re PR tree-optimization/57370 (compiler hangs in reassoc)Easwaran Raman5-12/+118
2013-09-04attr-weakref-1.c: Skip on AIX.David Edelsohn4-1/+11
2013-09-04dumpfile.c (dump_finish): Don't close stderr/stdout.Teresa Johnson4-7/+15
2013-09-04[AArch64] Obvious - Fix return types for vaddvq_<su>64James Greenhalgh2-2/+6
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka7-14/+258
2013-09-04More comments about DECL_BUILT_IN and DECL_IS_BUILTINDodji Seketeli2-1/+15
2013-09-04config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200.Sandeep Kumar Singh2-0/+5
2013-09-04c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis6-39/+59
2013-09-04re PR c++/58305 (Deprecation warning for class not raised when not assigning ...Paolo Carlini4-1/+33
2013-09-04compiler: expand arguments with multiple results for built-in functions.Ian Lance Taylor1-21/+15
2013-09-04* Make-lang.in (cp/lambda.o): Add dependencies.Mike Stump2-0/+5
2013-09-04Daily bump.GCC Administrator1-1/+1
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor9-316/+201
2013-09-03tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law6-17/+44
2013-09-03Remove a trivial assert (missed in previous checkin)Xinliang David Li2-1/+5
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li9-15/+114
2013-09-03revert: tree-vrp.c (check_array_ref): Bail out on zero-length arrays.Meador Inge4-15/+18
2013-09-03* lib/target-supports.exp (check_weak_available): Return true for AIX.David Edelsohn2-0/+10
2013-09-03rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Emit lglobl for function descriptor.David Edelsohn2-0/+8
2013-09-03* g++.dg/ipa/devirt-15.C: Fix testcase.Jan Hubicka2-1/+5
2013-09-03tree-affine.c (add_elt_to_tree): Fix association issue...Richard Biener2-14/+26
2013-09-03re PR tree-optimization/57656 (Wrong constant folding)Richard Biener4-14/+55
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis9-165/+193
2013-09-03re PR lto/58285 (ICE in lto_output_tree, at lto-streamer-out.c:1318)Richard Biener3-1/+8
2013-09-03re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)Richard Biener2-3/+8
2013-09-03Daily bump.GCC Administrator1-1/+1
2013-09-02* tree-profile.c (tree_profiling): Cleanup CFG when done.Jan Hubicka2-0/+6
2013-09-03config.gcc (powerpc*-*-linux*): Add support for little-endian multilibs to bi...Alan Modra6-6/+47
2013-09-02PR fortran/PR56519Thomas Koenig6-9/+49
2013-09-02ipa-inline-transform.c (inline_transform): Do not optimize_inline_calls when ...Jan Hubicka2-1/+6
2013-09-02lto-symtab.c (lto_symtab_merge_symbols): Add comments; merge duplicated nodes...Jan Hubicka3-2/+28
2013-09-02ipa-split.c (execute_split_functions): Split externally visible functions cal...Jan Hubicka4-1/+35
2013-09-02re PR ipa/58106 (ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839)Martin Jambor4-8/+72
2013-09-02[AArch64] Rewrite the vdup_lane intrinsics in CJames Greenhalgh7-597/+882
2013-09-02re PR middle-end/56382 (FAIL: gcc.c-torture/compile/pr55921.c (internal comp...Eric Botcazou2-4/+15
2013-09-02lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...Jan Hubicka2-2/+7
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo5-1705/+1710
2013-09-02re PR tree-optimization/57511 (Missing SCEV final value replacement)Richard Biener4-0/+27
2013-09-02tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to s...Richard Biener4-20/+42