OSDN Git Service

pf3gnuchains/gcc-fork.git
2012-11-15 burnus2012-11-15 Tobias Burnus <burnus@net-b.de>
2012-11-15 vries2012-11-15 Tom de Vries <tom@codesourcery.com>
2012-11-15 dvyukov* MAINTAINERS: (libsanitizer, asan.c): Add myself,
2012-11-15 jason PR c++/54903
2012-11-15 hjlProperly set MULTISUBDIR and gcc_version
2012-11-15 jakub * asan.c (report_error_func): Set DECL_IGNORED_P,...
2012-11-15 dodjiAdd myself as asan co-reviewer
2012-11-15 doko2012-11-15 Matthias Klose <doko@ubuntu.com>
2012-11-15 jasontests
2012-11-15 jason PR c++/37276
2012-11-15 jason * class.c (finish_struct_1): Check virtual functions
2012-11-15 jason PR c++/55275
2012-11-15 redi PR libstdc++/53841
2012-11-15 hubicka PR bootstrap/55051
2012-11-15 hjlConsider *-*-nacl* targets ELF
2012-11-15 gccadminDaily bump.
2012-11-15 hjlAdd support for multilib run-time libraries
2012-11-14 sterling2012-11-14 Sterling Augustine <saugustine@google...
2012-11-14 redi PR libstdc++/55320
2012-11-14 hubicka * builtins.c (define_builtin): Accept ECF flags and
2012-11-14 hubicka PR bootstrap/55051
2012-11-14 jakub * lib/asan-dg.exp: New file.
2012-11-14 doko2012-11-14 Matthias Klose <doko@ubuntu.com>
2012-11-14 uros * testsuite/26_numerics/complex/abi_tag.cc: Adjust...
2012-11-14 doko2012-11-14 Matthias Klose <doko@ubuntu.com>
2012-11-14 hubicka * f95-lang.c (ATTR_NOTHROW_LEAF_MALLOC_LIST): New...
2012-11-14 hubicka * tree.c (set_call_expr_flags): New function.
2012-11-14 paolo/cp
2012-11-14 fabiengcc/testsuite/ChangeLog
2012-11-14 uros PR target/47440
2012-11-14 dje * configure.ac (HAVE_LD_LARGE_TOC): Add AIX...
2012-11-14 andreast2012-11-14 Andreas Tobler <andreast@fgznet.ch>
2012-11-14 hjlCheck __x86_64__ instead of __WORDSIZE
2012-11-14 hjlDon't set AC_CONFIG_AUX_DIR
2012-11-14 hjlRename libsanitizer/ChangeLog.asan to libsanitizer...
2012-11-14 hjlUpdate libsanitizer generated files
2012-11-14 gccadminDaily bump.
2012-11-14 hjlUpdate configure.ac for GCC tree and remove unused...
2012-11-13 ian * common.opt (fPIC, fPIE, fpic, fpie): Create a Negati...
2012-11-13 rthMove libsanitizer configure logic to subdirectory
2012-11-13 tmsriram2012-11-13 Sriraman Tallam <tmsriram@google.com>
2012-11-13 ian PR other/55312
2012-11-13 jamborm2012-11-13 Martin Jambor <mjambor@suse.cz>
2012-11-13 hjlWorkaround PR middle-end/55142
2012-11-13 uros * mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.
2012-11-13 uros * ChangeLog: Fix my last entry.
2012-11-13 uros PR target/41993
2012-11-13 dodjiPR c++/54466 - ICE with alias template which type-id...
2012-11-13 dodjiEnable libsanitizer just on x86 linux for now
2012-11-13 dje * configure.ac: Disable libsanitizer on AIX...
2012-11-13 uweigand2012-11-13 Andrew Stubbs <ams@codesourcery.com>
2012-11-13 hjlEnable x32 check on more i386 tests
2012-11-13 jakub * Makefile.in (asan.o): Depend on $(TM_P_H).
2012-11-13 jakub PR tree-optimization/55281
2012-11-13 jakub PR rtl-optimization/54127
2012-11-13 jakub * asan.c (instrument_builtin_call) <case BUILT_IN_BCOP...
2012-11-13 davemGet sparc building again after ASAN merge.
2012-11-13 hp PR target/55257
2012-11-13 dje* asan.c: Include tm_p.h
2012-11-13 hp * configure.ac: Add section for configdirs for libsani...
2012-11-13 danglin PR target/55195
2012-11-13 gccadminDaily bump.
2012-11-12 ebotcazou * tree-ssa-ccp.c (dump_lattice_value) <CONSTANT>:...
2012-11-12 redi * include/std/future (atomic_future): Remove declarati...
2012-11-12 ebotcazou * common.opt (fvar-tracking-uninit): Document.
2012-11-12 steven * sched-vis.c (print_pattern): Handle NULL patterns.
2012-11-12 ian * configure.ac: Check for getexecname.
2012-11-12 stevengcc/
2012-11-12 iboltonUse CSINC instead of CSEL to return 1 (AArch64)
2012-11-12 iboltonOptimise comparison where intermediate result not used...
2012-11-12 iansyscall: Force first letter of error message to lower...
2012-11-12 burnus2012-11-12 Tobias Burnus <burnus@net-b.de>
2012-11-12 hjlAdd libsanitizer generated files
2012-11-12 jason * include/std/complex (real, imag): Add ABI tag in...
2012-11-12 dodjiRemove ChangeLog.asan
2012-11-12 burnus2012-11-12 Tobias Burnus <burnus@net-b.de>
2012-11-12 jakub * asan.c: Formatting cleanups.
2012-11-12 dodjiImport the asan runtime library into GCC tree
2012-11-12 dodjiInstrument built-in memory access function calls
2012-11-12 dodjiFactorize condition insertion code out of build_check_stmt
2012-11-12 dodjiMake build_check_stmt accept an SSA_NAME for its base
2012-11-12 dodjiImplement protection of global variables
2012-11-12 dodjiImplement protection of stack variables
2012-11-12 dodjiAllow asan at -O0
2012-11-12 dodjiEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12 dodjiInitial asan cleanups
2012-11-12 dodjiInitial import of asan from the Google branch
2012-11-12 burnus2012-11-12 Tobias Burnus <burnus@net-b.de>
2012-11-12 burnus2012-11-12 Tobias Burnus <burnus@net-b.de>
2012-11-12 emsrIndex declspecs.locations by ds_typedef rather than...
2012-11-12 amker * gcse.c (struct bb_data): Add new fields, old_pressur...
2012-11-12 olegendo * doc/md.texi (Standard Pattern Names For Generation...
2012-11-12 olegendo PR target/53512
2012-11-12 gccadminDaily bump.
2012-11-11 olegendo * gcc.target/sh/sh4a-fprun.c: Add test_sinf and test_c...
2012-11-11 hjlRemove "!" from riF->o alternative
2012-11-11 ebotcazou * config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak.
2012-11-11 ebotcazou PR rtl-optimization/55247
2012-11-11 schwab* doc/xml/chapter.txml: Remove whitespace inside <keyword>.
2012-11-11 schwab* acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Also check for
next