aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Convert various rtx to rtx_note *David Malcolm14-38/+94
2014-08-19rtl_data.x_parm_birth_insn is an insnDavid Malcolm3-3/+11
2014-08-19cfgexpand.c: Use rtx_insnDavid Malcolm2-21/+44
2014-08-19asan_emit_stack_protection returns an insnDavid Malcolm3-5/+13
2014-08-19bb_note returns a rtx_note *David Malcolm4-4/+11
2014-08-19make_insn_raw returns an rtx_insnDavid Malcolm3-22/+46
2014-08-19last_call_insn returns an rtx_call_insn *David Malcolm3-4/+21
2014-08-19delete_trivially_dead_insns works on insnsDavid Malcolm3-3/+10
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm11-31/+87
2014-08-19re PR c++/62153 (warn for bool expression compared with integer different fro...Marek Polacek12-5/+239
2014-08-19entry_of_function returns an insnDavid Malcolm3-2/+8
2014-08-19re PR tree-optimization/62091 (ice in before_dom_children)Jason Merrill3-2/+12
2014-08-19Return rtx_insn from get_insns/get_last_insnDavid Malcolm2-4/+12
2014-08-19Strengthen return type of gen_label_rtxDavid Malcolm3-4/+12
2014-08-19Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *David Malcolm5-46/+86
2014-08-19re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill3-4/+11
2014-08-19ipa-visibility.c (update_visibility_by_resolution_info): Fix assert.Jan Hubicka2-1/+6
2014-08-19Add subclasses for the various kinds of instructionDavid Malcolm3-1/+228
2014-08-19alpha.h (CLZ_DEFINED_VALUE_AT_ZERO, [...]): Return 0/1 rather than bool.Marek Polacek3-5/+14
2014-08-19BND_TO scaffoldingDavid Malcolm6-4/+38
2014-08-19Don't clear destination if it is used in sourceH.J. Lu2-6/+25
2014-08-19Set install_gold_as_default to no firstH.J. Lu3-6/+9
2014-08-19BB_NOTE_LIST scaffoldingDavid Malcolm6-7/+42
2014-08-19* lex.c (_cpp_lex_direct): Fix a typo.Marek Polacek2-1/+5
2014-08-19VINSN_INSN_RTX scaffoldingDavid Malcolm5-2/+33
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm6-6/+53
2014-08-19os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.Yaakov Selkowitz4-0/+44
2014-08-19cygming-crtend.c (register_frame_ctor): Move atexit call from here...Yaakov Selkowitz5-8/+36
2014-08-19config.gcc (*-*-cygwin*): Use __cxa_atexit by default.Yaakov Selkowitz4-4/+42
2014-08-19Convert DF_REF_INSN to a function for nowDavid Malcolm5-1/+18
2014-08-19MAINTAINERS (Write After Approval): Add myself.Joost VandeVondele2-0/+5
2014-08-19cygwin.h (LINK_SPEC): Pass --tsaware flag only when building executables, not...Yaakov Selkowitz3-2/+11
2014-08-19MAINTAINERS: Remove myselfChristopher Faylor2-1/+4
2014-08-19cygwin-stdint.h: Throughout, make type definitions dependent on target archit...Yaakov Selkowitz2-45/+17
2014-08-19configure.tgt: Add cygwin to supported targets.Kai Tietz2-2/+6
2014-08-19cygming-crtbegin.c (deregister_frame_fn): Fix declaration syntax.Yaakov Selkowitz2-1/+6
2014-08-19Replace PREV_INSN et al macros with functionsDavid Malcolm2-4/+34
2014-08-19re PR c/45584 (typeof with casting from const to non-const does not work prop...Patrick Palka4-4/+18
2014-08-19gcc.dg/guality/const-volatile.c: Add `used' attribute to pi.Mark Wielaard2-1/+5
2014-08-19Emit DW_tag_restrict_type for restrict-qualified pointers.Mark Wielaard4-8/+83
2014-08-19re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek2-1/+6
2014-08-19gimple-fold.c (fold_gimple_assign): Properly build a null-pointer constant wh...Richard Biener2-12/+17
2014-08-19dwarf2out.c: Pass one cv_quals argument instead of two for const and volatile.Mark Wielaard2-67/+115
2014-08-19Add guality [p]type test.Mark Wielaard3-4/+132
2014-08-19XFAIL g++.dg/debug/dwarf2/nested-4.C on Solaris with Sun asRainer Orth2-1/+6
2014-08-19Restore Sun as COMDAT group supportRainer Orth3-6/+12
2014-08-19lto-streamer-out.c (DFS::DFS_write_tree_body): Stream DECL_EXTERNALs in BLOCK...Richard Biener3-6/+16
2014-08-19sse.md (define_mode_iterator VI48_AVX512F): Delete.Alexander Ivchenko2-16/+58
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek18-78/+291
2014-08-19Add forgotten test.Marek Polacek1-0/+14