summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk.mrs2013-12-131-16/+38
|\
| * Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-2/+2
| * Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-2/+2
| * Rename label_to_block_map_for_function to label_to_block_map_for_fn.dmalcolm2013-12-091-2/+2
| * Rename last_basic_block_for_function to last_basic_block_for_fn.dmalcolm2013-12-091-1/+1
| * Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,dmalcolm2013-12-091-7/+7
| * gcc/burnus2013-12-041-2/+24
* | Merge with trunk.rsandifo2013-12-041-4/+14
|\ \ | |/
| * 2013-11-27 Richard Biener <rguenther@suse.de>rguenth2013-11-271-2/+10
| * * gimple.h: Remove all includes.amacleod2013-11-221-2/+4
* | Remove trailing whitespace. Add missing dbxout.c hunk.rsandifo2013-11-211-3/+3
* | Merge from trunk.rsandifo2013-11-201-3/+4
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
| * Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* | Merge in trunk.mrs2013-11-161-1/+4
|\ \ | |/
| * * lto-streamer-in.c (input function): Call cgraph_create_node ifuros2013-11-151-1/+2
| * * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
| * 2013-11-13 Martin Jambor <mjambor@suse.cz>jamborm2013-11-131-1/+2
* | Merge in trunk.mrs2013-11-041-4/+9
|\ \ | |/
| * Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-3/+3
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+6
* | Rename max_wide_int to widest_int, addr_wide_int to offset_int,rsandifo2013-10-241-2/+2
* | Merge in trunk.mrs2013-10-201-1/+1
|\ \ | |/
| * gcc/rsandifo2013-09-281-1/+1
* | patch to canonize wide-ints smaller than one HWIzadeck2013-09-241-1/+1
* | Merge in trunk.mrs2013-09-201-3/+2
|\ \ | |/
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
| * * cgraphunit.c (expand_thunk): Get body before touching arguments.hubicka2013-09-071-2/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-4/+2
* | Merge in trunk.mrs2013-09-041-6/+6
|\ \ | |/
| * * cgraph.c (cgraph_get_body): Update call of lto_input_function_body.hubicka2013-08-311-6/+6
* | Add wide-int branch.mrs2013-08-131-9/+28
|/
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-4/+4
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-5/+35
* * lto-streamer-out.c (output_function): Renumber PHIs.hubicka2013-08-091-1/+13
* * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins intohubicka2013-08-031-14/+21
* 2013-06-18 Richard Biener <rguenther@suse.de>rguenth2013-06-181-1/+1
* 2013-06-17 Richard Biener <rguenther@suse.de>rguenth2013-06-171-32/+117
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-3/+3
* This patch fixes PR bootstrap/57077. Certain new uses of apply_probabilitytejohnson2013-04-291-2/+2
* 2013-04-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-0/+54
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-6/+16
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-2/+2
* * data-streamer-in.c (streamer_read_gcov_count): New function.hubicka2013-03-281-1/+1
* 2013-02-08 Richard Biener <rguenther@suse.de>rguenth2013-02-081-29/+16
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-4/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-37/+35