summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers2010-06-201-50/+3
* * target.h (struct asm_out):Add declare_constant_name field.Anatoly Sokolov2010-06-161-8/+14
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-10/+9
* re PR target/44132 (emutls is broken under a range of circumstances.)Iain Sandoe2010-05-241-4/+35
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* varasm.c (emutls_decl): Merge attributes to new decl.Kai Tietz2010-05-211-0/+2
* lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther2010-05-161-1/+1
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-0/+1
* re PR debug/43478 (Missing DW_AT_location for a variable)Alexandre Oliva2010-05-051-0/+27
* Uniquization of constants at the Tree levelEric Botcazou2010-04-281-42/+97
* varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.Eric Botcazou2010-04-271-2/+67
* varasm.c (IN_NAMED_SECTION): Remove guard.Eric Botcazou2010-04-261-2/+0
* re PR bootstrap/43684 (multiple 'set but not used' errors.)Iain Sandoe2010-04-091-2/+3
* re PR middle-end/43391 (make_decl_rtl failure for C++ on AIX and HPUX)Jan Hubicka2010-03-271-8/+11
* re PR target/38118 (gcc emits non-TLS data as TLS on Solaris 11/SPARC)Rainer Orth2010-03-241-1/+5
* varasm.c (make_decl_rtl_for_debug): Also clear flag_mudflap for the duration ...Jakub Jelinek2010-03-221-2/+6
* tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez2010-03-181-0/+32
* re PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)Jan Hubicka2010-03-101-16/+18
* re PR middle-end/42803 (c++ compilation hang)Jakub Jelinek2010-01-201-54/+115
* re PR c++/42608 (Undefined reference not reported in case of explicit templat...Jakub Jelinek2010-01-141-1/+6
* re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...Ulrich Weigand2009-12-021-4/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-54/+54
* re PR c++/36912 (ICE with "-frounding-math -g")Jason Merrill2009-11-051-2/+8
* Revert untested varasm.c changeJason Merrill2009-11-041-8/+2
* re PR c++/36912 (ICE with "-frounding-math -g")Jason Merrill2009-11-041-2/+8
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-13/+19
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-4/+11
* Fix 41626 from Jan HubickaJan Hubicka2009-10-081-1/+1
* Add support for comdat type sections for DWARF v4.Cary Coutant2009-10-021-2/+7
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-2/+1
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-221-7/+6
* re PR middle-end/41357 (libgomp build fail)Dave Korn2009-09-221-2/+2
* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.Eric Botcazou2009-09-131-1/+2
* tree.c (tree_find_value): Remove.Jason Merrill2009-09-081-3/+3
* re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...Richard Guenther2009-09-041-8/+2
* [multiple changes]Diego Novillo2009-09-031-14/+39
* cgraph.h (constant_pool_htab): New function.Olatunji Ruwase2009-07-201-16/+8
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+1
* varasm.c (build_constant_desc): Don't share RTL in pool entries.Maxim Kuvyrkov2009-07-091-0/+4
* cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez2009-07-071-3/+6
* * varasm.c (const_rtx_hash_1): Remove const qualifier from shift.Ian Lance Taylor2009-06-191-1/+1
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-5/+5
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-8/+16
* tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE...Olivier Hainque2009-06-011-274/+468
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-2/+2
* intl.c (locale_encoding, [...]): New.Joseph Myers2009-05-041-4/+4
* varasm.c: Do not include c-pragma.hSteven Bosscher2009-05-021-1/+0
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-10/+5
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+1
* builtins.c (is_builtin_name): New.Rafael Avila de Espindola2009-04-021-1/+1