aboutsummaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-4/+4
2017-05-14use auto_bitmap moreTrevor Saunders1-5/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-6/+3
2016-01-07Fix a minor issue found by a static analyzer (PR66206).Bernd Schmidt1-10/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-09-13bt-load.c: remove typedefs that hide pointernessTrevor Saunders1-69/+71
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
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-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+19
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-5/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-25bt-load.c (migrate_btr_defs): Get the key of a heap entry before removing it,...Segher Boessenkool1-1/+1
2014-11-18bt-load is ported to fibonacci_heap.Martin Liska1-15/+17
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-28bt-load.c: Include rtl-iter.h.Richard Sandiford1-41/+22
2014-08-21bt-load.c: Use rtx_insnDavid Malcolm1-18/+19
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-2/+2
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+28
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-14/+6
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-14/+16
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-7/+8
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-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-13/+13
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+74
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-3/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-5/+5
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-14/+14
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+2