aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-14t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.Matthias Klose4-1/+11
2012-11-14invoke.texi: Document -print-multiarch.Matthias Klose18-30/+316
2012-11-14f95-lang.c (ATTR_NOTHROW_LEAF_MALLOC_LIST): New macro.Jan Hubicka2-10/+10
2012-11-14tree.c (set_call_expr_flags): New function.Jan Hubicka3-17/+41
2012-11-14re PR c++/55323 (ICE in expand_aggr_init_1, at cp/init.c:1718)Paolo Carlini4-12/+30
2012-11-14re PR c++/11750 (class scope using-declaration lookup not implemented)Fabien ChĂȘne4-2/+66
2012-11-14re PR target/47440 (Use LCM for vzeroupper insertion)Uros Bizjak2-6/+77
2012-11-14configure.ac (HAVE_LD_LARGE_TOC): Add AIX test.David Edelsohn7-50/+205
2012-11-14i386.c (ix86_get_function_versions_dispatcher): Guard variables with ASM_OUTP...Andreas Tobler2-1/+10
2012-11-14Daily bump.GCC Administrator1-1/+1
2012-11-13common.opt (fPIC, [...]): Create a Negative loop such that any of these optio...Ian Lance Taylor2-4/+9
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam12-73/+56
2012-11-13re PR tree-optimization/55253 (Revision 193298 miscompiles sqlite with -Os)Martin Jambor5-0/+213
2012-11-13Workaround PR middle-end/55142H.J. Lu5-9/+129
2012-11-13mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.Uros Bizjak1-2/+1
2012-11-13* ChangeLog: Fix my last entry.Uros Bizjak1-3/+3
2012-11-13re PR target/41993 ([sh] ICE in create_pre_exit, at mode-switching.c:399)Uros Bizjak2-2/+10
2012-11-13PR c++/54466 - ICE with alias template which type-id is const qualifiedDodji Seketeli4-2/+23
2012-11-13arm.c (arm_emit_coreregs_64bit_shift): Fix comment.Andrew Stubbs5-8/+265
2012-11-13Enable x32 check on more i386 testsH.J. Lu5-9/+13
2012-11-13* Makefile.in (asan.o): Depend on $(TM_P_H).Jakub Jelinek2-1/+3
2012-11-13re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek7-3/+82
2012-11-13re PR rtl-optimization/54127 (ICE in maybe_record_trace_start with asm goto, ...Jakub Jelinek4-2/+64
2012-11-13asan.c (instrument_builtin_call): Fix up dest assignment.Jakub Jelinek2-3/+8
2012-11-13re PR target/55257 (g++.dg/debug/dwarf2/non-virtual-thunk.C scan-assembler th...Hans-Peter Nilsson2-0/+11
2012-11-12* asan.c: Include tm_p.hDavid Edelsohn2-0/+5
2012-11-13re PR target/55195 (shorten_branches generates incorrect forward branch dista...John David Anglin4-71/+160
2012-11-13Daily bump.GCC Administrator1-1/+1
2012-11-12* tree-ssa-ccp.c (dump_lattice_value) <CONSTANT>: Fix duplication.Eric Botcazou2-2/+8
2012-11-12common.opt (fvar-tracking-uninit): Document.Eric Botcazou4-3/+16
2012-11-12sched-vis.c (print_pattern): Handle NULL patterns.Steven Bosscher2-0/+10
2012-11-12re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher6-10/+67
2012-11-12Use CSINC instead of CSEL to return 1 (AArch64)Ian Bolton6-8/+44
2012-11-12Optimise comparison where intermediate result not used (AArch64)Ian Bolton6-0/+105
2012-11-12invoke.texi: Move -faddress-sanitizer from Optimization Options to Debugging ...Tobias Burnus2-6/+11
2012-11-12* asan.c: Formatting cleanups.Jakub Jelinek2-102/+104
2012-11-12Import the asan runtime library into GCC treeWei Mi2-0/+6
2012-11-12Instrument built-in memory access function callsDodji Seketeli4-30/+650
2012-11-12Factorize condition insertion code out of build_check_stmtDodji Seketeli2-44/+81
2012-11-12Make build_check_stmt accept an SSA_NAME for its baseDodji Seketeli2-13/+28
2012-11-12Implement protection of global variablesJakub Jelinek5-38/+365
2012-11-12Implement protection of stack variablesJakub Jelinek6-34/+514
2012-11-12Allow asan at -O0Jakub Jelinek4-9/+46
2012-11-12Emit GIMPLE directly instead of gimplifying GENERIC.Jakub Jelinek4-123/+200
2012-11-12Initial asan cleanupsJakub Jelinek9-21/+67