summaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-28DWARF: Handle expressions containing "-1" in dw2_asm_output_delta_uleb128.Mark Wielaard
2018-03-22re PR sanitizer/85018 (Many sanitizer tests ICE since r258681)Jakub Jelinek
2018-03-20re PR target/84990 (Boostrap broken with --enable-checking=release and Ada)Jakub Jelinek
2018-03-19re PR sanitizer/78651 (Incorrect exception handling when catch clause uses lo...Jakub Jelinek
2018-03-19re PR sanitizer/78651 (Incorrect exception handling when catch clause uses lo...Maxim Ostapenko
2018-02-09[LVU] Introduce location viewsAlexandre Oliva
2018-01-03Update copyright years.Jakub Jelinek
2017-07-25dwarf2asm.c (dw2_asm_output_nstring): Encode double quote character for AIX.David Edelsohn
2017-01-01Update copyright years.Jakub Jelinek
2016-11-14remove conditional compilation of HAVE_AS_LEB128 codeTrevor Saunders
2016-11-08dwarf2asm.c (USE_LINKONCE_INDIRECT): Test XCOFF_DEBUGGING_INFO at runtime.David Edelsohn
2016-11-07configure.ac (.hidden): Change to conftest_s string.David Edelsohn
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-15dwarf2asm.h (dw2_asm_output_offset): Add overload with extra offset argument.Richard Biener
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-26dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.David Edelsohn
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-02-12dwarf2asm.c (dw2_asm_output_vms_delta): Only define if ASM_OUTPUT_DWARF_VMS_D...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-20remove param1_is usageTrevor Saunders
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-05-13dwarf2asm.c (dw2_output_indirect_constant_1): Mark new decl STATIC.Guozhi Wei
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson
2011-06-09configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.Rainer Orth
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law
2010-12-04dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME to prev...Jan Hubicka
2010-10-11re PR middle-end/45862 (SUPPORTS_WEAK is documented as a C expression, used a...John David Anglin
2010-06-16This patch adds the end prologue and begin epilogue markers in Dwarf2 Douglas B Rupp
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2010-05-11re PR c++/44059 (Static initializers executed more than once when using uniqu...Jakub Jelinek
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak
2009-11-25Remove trailing white spaces.H.J. Lu