aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Malcolm4-4/+33
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 Malcolm4-7/+37
2014-08-19VINSN_INSN_RTX scaffoldingDavid Malcolm3-2/+28
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm4-6/+48
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 Malcolm3-1/+13
2014-08-19cygwin.h (LINK_SPEC): Pass --tsaware flag only when building executables, not...Yaakov Selkowitz3-2/+11
2014-08-19cygwin-stdint.h: Throughout, make type definitions dependent on target archit...Yaakov Selkowitz2-45/+17
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
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek13-71/+204
2014-08-19* class.c (contains_empty_class_p): Remove.Gerald Pfeifer2-30/+4
2014-08-19re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez13-265/+341
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm22-205/+266
2014-08-19Replace BB_HEAD et al macros with functionsDavid Malcolm3-11/+101
2014-08-19Daily bump.GCC Administrator1-1/+1
2014-08-18parser.c (cp_parser_expression): Add default arguments.Paolo Carlini2-53/+62
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm18-93/+160
2014-08-18New function: for_each_rtx_in_insnDavid Malcolm3-0/+22
2014-08-18Introduce rtx_insn subclass of rtx_defDavid Malcolm3-1/+81
2014-08-18Introduce safe_as_aDavid Malcolm2-0/+28