alias.c: Remove unused headers.
[gcc.git] / gcc / final.c
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27 Richard Bienercfg.c (free_edge): Add function argument and use it...
2015-10-21 Trevor Saundersunconditionally compile most of the delay slot code
2015-10-21 Jeff Law[PATCH] Move RTL printing code from sched-vis.c into...
2015-08-19 Trevor Saundersremove useless typedefs
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Richard Sandiforddefaults.h (HAVE_epilogue, [...]): Delete.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22 Trevor Saundersalways define HAVE_peephole
2015-05-19 Eric Botcazouinsn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-19 Richard Sandifordrtl.def (REG): Change format to "r".
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-09 Jason Merrillbitmap.c, [...]: Add space between string literal and...
2015-04-30 Caroline TiceDefine & use special macros to record the name & size...
2015-04-27 Caroline TiceGive proper type and size to named cold partitions.
2015-04-22 Trevor Saundersremove more ifdefs for HAVE_cc0
2015-04-22 Trevor Saundersalways define HAVE_cc0
2015-04-22 Trevor Saundersremove some ifdef HAVE_cc0
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-31 Uros Bizjakdiagnostic.c (build_message_string): Use xvasprintf.
2014-12-03 Tom de VriesRename fuse-caller-save
2014-11-10 Bernd SchmidtAdd a target hook for assembling undeclared decls.
2014-11-05 Bernd SchmidtAdd a no_register_allocation target hook.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22 Richard Sandifordrecog.h (constrain_operands): Add an alternative_mask...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-15 David MalcolmInstruction attributes take an rtx_insn *
2014-09-15 David MalcolmThe various TARGET_ASM_..._MAX_SKIP hooks take an insn
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-09-10 David Malcolmerror_for_asm and warning_for_asm take const rtx_insn *
2014-09-09 David Malcolmrecog_memoized works on an rtx_insn *
2014-09-05 David MalcolmEliminate the checked cast from get_call_reg_set_usage
2014-09-05 David MalcolmDrop uncast_insn from param 1 of final_scan_insn
2014-09-03 Richard Sandifordoutput.h (get_some_local_dynamic_name): Declare.
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 David Malcolminsn_current_reference_address takes an rtx_insn
2014-08-28 Richard Sandifordfinal.c: Include rtl-iter.h.
2014-08-27 David Malcolmfinal.c: Use rtx_sequence
2014-08-26 David MalcolmRemove DF_REF_INSN scaffolding
2014-08-25 David Malcolmfinal_start_function takes an rtx_insn
2014-08-25 David Malcolmfinal accepts an rtx_insn
2014-08-25 David Malcolmshorten_branches takes an rtx_insn
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-22 David Malcolmfinal.c: Use rtx_insn (also touches output.c and config...
2014-08-21 David MalcolmDebug hooks: use rtx_insn and rtx_code_label
2014-08-21 David MalcolmUse rtx_insn internally within generated functions
2014-08-19 David MalcolmConvert various rtx to rtx_note *
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09 Tom de VriesEnable fuse-caller-save on self-recursive functions
2014-07-09 Trevor Saundersremove has_execute
2014-06-20 Tom de VriesFix finding reg-sets of call insn
2014-06-20 Tom de VriesDon't save function_used_regs if it contains all call_u...
2014-06-20 Tom de VriesUse function_used_regs variable in collect_fn_hard_reg_...
2014-06-06 Eric Botcazourtl.h (insn_location): Declare.
2014-05-29 Tom de VriesFix bootstrap on powerpc64le-linux-gnu
2014-05-28 Radovan Obradovic-fuse-caller-save - Use collected register usage inform...
2014-05-28 Radovan Obradovic-fuse-caller-save - Collect register usage information
2014-05-26 Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-24 Jan Hubickagengtype-state.c (fatal_reading_state): Bring offline.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-05-05 Andreas Krebbeltarget.def: Add new target hook.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saundersremove has_gate
2014-04-16 Eric Botcazoufinal.c (compute_alignments): Do not apply loop alignme...
2014-02-18 Jakub Jelinekre PR sanitizer/60142 ([asan] -fsanitize=address breaks...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-19 Sriraman TallamEmit a label for the split cold function part.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-12 Marek Polacekfinal.c (update_alignments): Initialize label to NULL_RTX.
2013-11-04 Kostya Serebryanylibsanitizer merge from upstream r191666
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-23 Kaz Kojimare PR rtl-optimization/58220 (Many new failures for...
2013-08-20 Teresa Johnsonre PR rtl-optimization/57451 (Incorrect debug ranges...
2013-08-07 Eric Botcazourtl.h (update_alignments): Declare.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-06-11 David Malcolmfinal.c (debug_prefix_maps): Make static.
2013-05-06 Maxim KuznetsovSupport {, } and | in assembly output
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-30 Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29 Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-02-01 Jakub Jelinekre PR debug/54793 (the location of a formal_parameter...
2013-01-15 Joseph Myersre PR target/43961 ([ARM thumb] "branch out of range...
next