summaryrefslogtreecommitdiff
path: root/gcc/output.h
Commit message (Expand)AuthorAgeFilesLines
* target.def (tm_clone_table_section): New hook.Iain Sandoe2011-11-221-0/+1
* re PR middle-end/51144 (r181279 possibly miscompilation of genmddeps)Steve Ellcey2011-11-171-1/+0
* final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou2011-11-101-0/+9
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+4
* output.h (SECTION_EXCLUDE): New macro.Sriraman Tallam2011-09-271-0/+1
* Use .init_arrary/.fini_array sections if possible.H.J. Lu2011-08-201-0/+2
* re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek2011-02-031-2/+4
* allow the target to label code fragments generated by partitioning.Iain Sandoe2011-01-071-0/+3
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-0/+2
* tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka2010-11-231-0/+4
* tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw2010-11-131-0/+5
* re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke2010-11-061-0/+2
* common.opt (fsplit-stack): New option.Ian Lance Taylor2010-09-271-0/+1
* Stack usage supportEric Botcazou2010-08-301-0/+3
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-7/+1
* target.def (output_source_filename): New hook.Anatoly Sokolov2010-07-261-0/+3
* * target.h (struct asm_out):Add declare_constant_name field.Anatoly Sokolov2010-06-161-2/+5
* i386-protos.h (ix86_print_operand): Declare.Nathan Froyd2010-06-041-0/+3
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-261-0/+3
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-1/+0
* tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE...Olivier Hainque2009-06-011-0/+5
* re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq)Jakub Jelinek2009-05-161-1/+5
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-6/+5
* re PR target/37170 (gcc.dg/weak/weak-1.c)Jakub Jelinek2008-11-221-1/+4
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-1/+1
* targhooks.h (default_emutls_var_fields, [...]): Declare.Nathan Sidwell2008-04-271-1/+4
* alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi2007-08-241-5/+5
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-6/+3
* re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson2007-03-091-11/+3
* re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization...Andrew Pinski2007-03-081-4/+0
* output.h (assemble_addr_to_section): Declare.Mark Mitchell2007-02-261-0/+7
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-0/+3
* target.h (globalize_decl_name): New.Steve Ellcey2007-01-241-0/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* re PR middle-end/17982 (stop calling assemble_external before final assembly ...H.J. Lu2006-12-111-3/+7
* Revert emutls patch.Richard Henderson2006-10-091-3/+0
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-0/+3
* tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque2006-07-181-0/+7
* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka2006-07-131-0/+4
* hooks.c (hook_bool_mode_rtx_true): New function.Richard Sandiford2006-03-071-2/+1
* tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford2006-03-021-6/+50
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-0/+9
* tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.Eric Christopher2006-01-061-0/+1
* final.c (compute_alignments): Make it static.Kazu Hirata2005-12-251-3/+0
* final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...Richard Sandiford2005-12-151-1/+1
* output.h (init_section, [...]): Delete.Richard Sandiford2005-12-101-2/+0
* dwarf2out.c (default_eh_frame_section): Delete, moving handling of EH_FRAME_S...Richard Sandiford2005-12-101-6/+0
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-113/+93