summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
...
* 2012-11-14 Matthias Klose <doko@ubuntu.com>doko2012-11-144-1/+11
* 2012-11-14 Matthias Klose <doko@ubuntu.com>doko2012-11-1418-30/+316
* * f95-lang.c (ATTR_NOTHROW_LEAF_MALLOC_LIST): New macro.hubicka2012-11-142-10/+10
* * tree.c (set_call_expr_flags): New function.hubicka2012-11-143-17/+41
* /cppaolo2012-11-144-12/+30
* gcc/testsuite/ChangeLogfabien2012-11-144-2/+66
* PR target/47440uros2012-11-142-6/+77
* * configure.ac (HAVE_LD_LARGE_TOC): Add AIX test.dje2012-11-147-50/+205
* 2012-11-14 Andreas Tobler <andreast@fgznet.ch>andreast2012-11-142-1/+10
* Daily bump.gccadmin2012-11-141-1/+1
* * common.opt (fPIC, fPIE, fpic, fpie): Create a Negative loop suchian2012-11-132-4/+9
* 2012-11-13 Sriraman Tallam <tmsriram@google.com>tmsriram2012-11-1312-73/+56
* 2012-11-13 Martin Jambor <mjambor@suse.cz>jamborm2012-11-135-0/+213
* Workaround PR middle-end/55142hjl2012-11-135-9/+129
* * mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.uros2012-11-131-2/+1
* * ChangeLog: Fix my last entry.uros2012-11-131-3/+3
* PR target/41993uros2012-11-132-2/+10
* PR c++/54466 - ICE with alias template which type-id is const qualifieddodji2012-11-134-2/+23
* 2012-11-13 Andrew Stubbs <ams@codesourcery.com>uweigand2012-11-135-8/+265
* Enable x32 check on more i386 testshjl2012-11-135-9/+13
* * Makefile.in (asan.o): Depend on $(TM_P_H).jakub2012-11-132-1/+3
* PR tree-optimization/55281jakub2012-11-137-3/+82
* PR rtl-optimization/54127jakub2012-11-134-2/+64
* * asan.c (instrument_builtin_call) <case BUILT_IN_BCOPY>: Fix upjakub2012-11-132-3/+8
* PR target/55257hp2012-11-132-0/+11
* * asan.c: Include tm_p.hdje2012-11-132-0/+5
* PR target/55195danglin2012-11-134-71/+160
* Daily bump.gccadmin2012-11-131-1/+1
* * tree-ssa-ccp.c (dump_lattice_value) <CONSTANT>: Fix duplication.ebotcazou2012-11-122-2/+8
* * common.opt (fvar-tracking-uninit): Document.ebotcazou2012-11-124-3/+16
* * sched-vis.c (print_pattern): Handle NULL patterns.steven2012-11-122-0/+10
* gcc/steven2012-11-126-10/+67
* Use CSINC instead of CSEL to return 1 (AArch64)ibolton2012-11-126-8/+44
* Optimise comparison where intermediate result not used (AArch64)ibolton2012-11-126-0/+105
* 2012-11-12 Tobias Burnus <burnus@net-b.de>burnus2012-11-122-6/+11
* * asan.c: Formatting cleanups.jakub2012-11-122-102/+104
* Import the asan runtime library into GCC treedodji2012-11-122-0/+6
* Instrument built-in memory access function callsdodji2012-11-124-30/+650
* Factorize condition insertion code out of build_check_stmtdodji2012-11-122-44/+81
* Make build_check_stmt accept an SSA_NAME for its basedodji2012-11-122-13/+28
* Implement protection of global variablesdodji2012-11-125-38/+365
* Implement protection of stack variablesdodji2012-11-126-34/+514
* Allow asan at -O0dodji2012-11-124-9/+46
* Emit GIMPLE directly instead of gimplifying GENERIC.dodji2012-11-124-123/+200
* Initial asan cleanupsdodji2012-11-129-21/+67
* Initial import of asan from the Google branchdodji2012-11-129-3/+469
* 2012-11-12 Tobias Burnus <burnus@net-b.de>burnus2012-11-125-1/+47
* 2012-11-12 Tobias Burnus <burnus@net-b.de>burnus2012-11-122-1/+9
* Index declspecs.locations by ds_typedef rather than ds_thread.emsr2012-11-122-1/+6
* * gcse.c (struct bb_data): Add new fields, old_pressure, live_inamker2012-11-124-42/+203