aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-lives.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-2/+3
2015-07-11re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek1-17/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09re PR rtl-optimization/66782 (Unable to run 64-bit wine after MS->SYSV regist...Vladimir Makarov1-1/+14
2015-07-08re PR target/66334 (cleanup block fails to initialize EBX)Vladimir Makarov1-1/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+6
2015-06-30re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subre...Vladimir Makarov1-1/+1
2015-06-22re PR bootstrap/63740 (GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1...Vladimir Makarov1-1/+9
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-10/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in lra-lives.c.Martin Liska1-25/+10
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-7/+4
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-2/+0
2015-03-16Revert 'Use actual_call_used_reg_set to find conflicting regs'Tom de Vries1-5/+1
2015-03-12Use actual_call_used_reg_set to find conflicting regsTom de Vries1-1/+5
2015-01-23re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Vladimir Makarov1-12/+21
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03Rename fuse-caller-saveTom de Vries1-1/+1
2014-11-28re PR rtl-optimization/64087 (ICE on valid code at -O3 on x86_64-linux-gnu in...Vladimir Makarov1-9/+23
2014-11-21re PR target/63897 (gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14)Vladimir Makarov1-55/+66
2014-11-14lra-int.h (lra_create_live_ranges): Add parameter.Vladimir Makarov1-39/+49
2014-11-13Rename struct in gcc/lra-lives.cKirill Yukhin1-3/+3
2014-11-13common.opt (flra-remat): New.Vladimir Makarov1-5/+2
2014-11-10re PR rtl-optimization/63620 (RELOAD lost SET_GOT dependency on Darwin)Vladimir Makarov1-2/+9
2014-11-09re PR rtl-optimization/63620 (RELOAD lost SET_GOT dependency on Darwin)Vladimir Makarov1-29/+290
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-10Fix ICE in bitmap routines with LRA and inline assembly languageRobert Suchanek1-3/+3
2014-08-22lra: use rtx_insnDavid Malcolm1-1/+1
2014-06-16re PR middle-end/61430 (ICE in lra_create_copy)Chung-Lin Tang1-1/+5
2014-05-30-fuse-caller-save - Support in lraTom de Vries1-0/+11
2014-05-28revert: lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.Tom de Vries1-11/+0
2014-05-28-fuse-caller-save - Support in lraTom de Vries1-0/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-09-18lra-constraints.c (need_for_all_save_p): Use macro HARD_REGNO_CALL_PART_CLOBB...Vladimir Makarov1-0/+6
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+15
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-05re PR rtl-optimization/55604 (ICE while dumping in remove_some_program_points...Steven Bosscher1-2/+18
2012-11-23re PR middle-end/55430 (LRA miscompilation of ree.c)Vladimir Makarov1-0/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+6
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1