aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05re PR c++/36912 (ICE with "-frounding-math -g")Jason Merrill1-2/+8
2009-11-04Revert untested varasm.c changeJason Merrill1-8/+2
2009-11-04re PR c++/36912 (ICE with "-frounding-math -g")Jason Merrill1-2/+8
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-13/+19
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-4/+11
2009-10-08Fix 41626 from Jan HubickaJan Hubicka1-1/+1
2009-10-02Add support for comdat type sections for DWARF v4.Cary Coutant1-2/+7
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-2/+1
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-7/+6
2009-09-22re PR middle-end/41357 (libgomp build fail)Dave Korn1-2/+2
2009-09-13tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou1-1/+2
2009-09-08tree.c (tree_find_value): Remove.Jason Merrill1-3/+3
2009-09-04re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...Richard Guenther1-8/+2
2009-09-03[multiple changes]Diego Novillo1-14/+39
2009-07-20cgraph.h (constant_pool_htab): New function.Olatunji Ruwase1-16/+8
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+1
2009-07-09varasm.c (build_constant_desc): Don't share RTL in pool entries.Maxim Kuvyrkov1-0/+4
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-3/+6
2009-06-19* varasm.c (const_rtx_hash_1): Remove const qualifier from shift.Ian Lance Taylor1-1/+1
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-5/+5
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-8/+16
2009-06-01tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE...Olivier Hainque1-274/+468
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-2/+2
2009-05-04intl.c (locale_encoding, [...]): New.Joseph Myers1-4/+4
2009-05-02varasm.c: Do not include c-pragma.hSteven Bosscher1-1/+0
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-10/+5
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-02builtins.c (is_builtin_name): New.Rafael Avila de Espindola1-1/+1
2009-04-01varasm.c (default_function_rodata_section): Declare DOT as const char*.Rafael Avila de Espindola1-1/+1
2009-04-01varasm.c (default_function_rodata_section): Don't assume anything about where...DJ Delorie1-3/+10
2009-03-30re PR middle-end/38237 (multiple weak directives)Steve Ellcey1-4/+6
2009-03-17re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)Jing Yu1-1/+1
2009-02-23re PR c++/38880 (g++.dg/init/const7.C XFAILed)Jason Merrill1-9/+9
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu1-1/+0
2009-02-18revert accidental commitJason Merrill1-4/+6
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill1-6/+4
2008-11-30re PR middle-end/38283 (FAIL: libgomp.fortran/pr25162.f)John David Anglin1-1/+1
2008-11-22varasm.c (default_file_start): Suppress ASM_APP_OFF also with -dA and -dP.Andreas Schwab1-1/+2
2008-09-22re PR target/37170 (gcc.dg/weak/weak-1.c)Hans-Peter Nilsson1-7/+15
2008-09-19varasm.c (narrowing_initializer_constant_valid_p): Return NULL_TREE if ENDTYP...Ian Lance Taylor1-3/+7
2008-09-17varasm.c (initializer_constant_valid_p): Forbid view-conversions from aggrega...Eric Botcazou1-8/+25
2008-09-05varasm.c (narrowing_initializer_constant_valid_p): New static function.Ian Lance Taylor1-55/+80
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+1
2008-08-19varasm.c (weak_decls): Move earlier in the file.Rafael Avila de Espindola1-10/+8
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+2
2008-07-16c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi1-4/+4
2008-07-13cgraph.c (assembler_name_hash): New static var.Jan Hubicka1-1/+4
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-3/+3
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-29/+35