summaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
Commit message (Expand)AuthorAgeFilesLines
* Squash merge of aldyh/uninstaldyh/uninst-2Richard Henderson2012-11-061-301/+549
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+7
* PR middle-end/54893aldyh2012-10-171-33/+54
* PR middle-end/53850aldyh2012-09-251-2/+25
* 2012-09-20 Martin Jambor <mjambor@suse.cz>jamborm2012-09-201-9/+1
* Integrate lexical block into source_location.dehao2012-09-191-1/+0
* * ipa-pure-const.c (state_from_flags, local_pure_const): Usesteven2012-09-131-5/+0
* 2012-09-10 Andrew Pinski <apinski@cavium.com>pinskia2012-09-111-0/+13
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-7/+7
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-3/+0
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-1/+1
* gcc/steven2012-07-161-1/+0
* PR middle-end/47530aldyh2012-06-041-1/+4
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* PR middle-end/53008aldyh2012-05-251-2/+4
* * gimple.h (gimple_set_in_transaction): Remove.aldyh2012-05-211-6/+4
* 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>pmarlier2012-05-171-1/+1
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-5/+7
* * lto-symtab.c (lto_cgraph_replace_node): Do not callhubicka2012-04-231-3/+3
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-6/+6
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-2/+2
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-5/+5
* * cgraph.h: Update copyrights;hubicka2012-04-141-35/+35
* Remove TODO_dump_func completelydavidxl2012-04-111-7/+5
* 2012-03-28 Richard Guenther <rguenther@suse.de>rguenth2012-03-281-0/+11
* * trans-mem.c: New typedef for tm_region_p.aldyh2012-03-061-10/+12
* PR middle-end/52463aldyh2012-03-051-1/+1
* PR middle-end/51752aldyh2012-02-281-7/+50
* PR middle-end/52141aldyh2012-02-201-0/+7
* Remove mistaken commit.aldyh2012-02-151-4/+0
* + PR middle-end/52142aldyh2012-02-151-0/+4
* PR middle-end/52047aldyh2012-02-061-1/+3
* Revert * trans-mem.c (requires_barrier): Do not instrument thread localrth2012-01-251-21/+13
* + * trans-mem.c (requires_barrier): Do not instrument thread localaldyh2012-01-241-13/+21
* * trans-mem.c (ipa_tm_create_version): Set externally_visible.aldyh2012-01-231-1/+3
* * trans-mem.c (requires_barrier): Remove call to is_global_var.aldyh2012-01-181-3/+1
* PR other/51165aldyh2012-01-171-1/+1
* * tree.h (build_function_decl_skip_args): Add boolean parameter.ebotcazou2012-01-111-1/+1
* PR middle-end/51516aldyh2012-01-101-32/+58
* * gimple.c (is_gimple_non_addressable): Remove.aldyh2012-01-091-1/+1
* PR middle-end/51472aldyh2012-01-051-2/+18
* PR middle-end/51696aldyh2012-01-041-6/+20
* PR middle-end/51472aldyh2011-12-211-1/+1
* PR middle-end/51411aldyh2011-12-191-0/+1
* * trans-mem.c (ipa_tm_create_version_alias): Set DECL_CONTEXT andaldyh2011-12-131-1/+2
* PR/51443aldyh2011-12-131-28/+19
* * trans-mem.c (ipa_tm_transform_calls_redirect): Do not removealdyh2011-12-111-1/+0
* 2011-11-21 David Edelsohn <dje.gcc@gmail.com>dje2011-11-291-2/+2
* PR other/51125matz2011-11-221-1/+2
* PR47747: Fix error messages for calls to unsafe virtual functions.torvald2011-11-211-6/+20