| Commit message (Expand) | Author | Age | Files | Lines |
* | * varasm.c (set_implicit_section): New function. | hubicka | 2014-06-11 | 1 | -1/+1 |
* | * expr.h: Remove prototypes of functions defined in builtins.c. | amacleod | 2014-06-02 | 1 | -0/+1 |
* | * asan.c (report_error_func): Add SLOW_P argument, use | jakub | 2014-05-30 | 1 | -10/+41 |
* | * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N, | jakub | 2014-05-30 | 1 | -55/+111 |
* | 2014-05-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-06 | 1 | -6/+3 |
* | PR middle-end/60281 | jakub | 2014-04-22 | 1 | -0/+15 |
* | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -35/+35 |
* | pass current function to opt_pass::gate () | tbsaunde | 2014-04-17 | 1 | -15/+3 |
* | remove has_gate | tbsaunde | 2014-04-17 | 1 | -3/+0 |
* | 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com> | chefmax | 2014-01-09 | 1 | -1/+14 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | * ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h. | jakub | 2013-12-20 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | * asan.c: Remove struct tags when referring to class varpool_node. | olegendo | 2013-12-06 | 1 | -3/+3 |
* | Implement -fsanitize=signed-integer-overflow. | mpolacek | 2013-12-04 | 1 | -3/+1 |
* | * cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb | jakub | 2013-11-28 | 1 | -10/+119 |
* | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | edlinger | 2013-11-27 | 1 | -1/+1 |
* | 2013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de> | edlinger | 2013-11-26 | 1 | -1/+1 |
* | * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, | jakub | 2013-11-22 | 1 | -4/+67 |
* | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -1/+6 |
* | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+4 |
* | config/ | mpolacek | 2013-11-19 | 1 | -0/+84 |
* | gcc/ada/ | rsandifo | 2013-11-18 | 1 | -1/+1 |
* | * gimplify-be.h: New file. Add prototypes. | amacleod | 2013-11-14 | 1 | -0/+1 |
* | PR sanitizer/59122 | jakub | 2013-11-14 | 1 | -0/+3 |
* | * gimple-walk.h: New File. Relocate prototypes from gimple.h. | amacleod | 2013-11-13 | 1 | -0/+1 |
* | 2013-11-12 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-11-12 | 1 | -1/+1 |
* | Allow integer literals as addresses in instrumented builtins. | ygribov | 2013-11-07 | 1 | -1/+1 |
* | libsanitizer merge from upstream r191666 | kcc | 2013-11-04 | 1 | -21/+49 |
* | Implement -fsanitize=vla-bound. | mpolacek | 2013-11-03 | 1 | -0/+3 |
* | 2013-10-31 Richard Sandiford <rsandifo@linux.vnet.ibm.com> | ygribov | 2013-10-31 | 1 | -1/+1 |
* | Autogenerated fixes of "->symbol." to "->" | dmalcolm | 2013-10-29 | 1 | -5/+5 |
* | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -1/+2 |
* | Re-factor inclusion of tree.h. | dnovillo | 2013-10-21 | 1 | -0/+1 |
* | gcc/ | rsandifo | 2013-09-30 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -4/+4 |
* | 2013-09-26 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-09-26 | 1 | -0/+1 |
* | gcc/ | rsandifo | 2013-09-23 | 1 | -1/+1 |
* | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -3/+5 |
* | gcc/ | rsandifo | 2013-09-09 | 1 | -1/+1 |
* | Merge ubsan into trunk. | mpolacek | 2013-08-30 | 1 | -9/+17 |
* | * pretty-print.h (output_buffer::output_buffer): Declare. | gdr | 2013-08-22 | 1 | -5/+1 |
* | PR sanitizer/56417 | jakub | 2013-08-13 | 1 | -5/+4 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -36/+73 |
* | * asan.c (asan_pp): Remove. | gdr | 2013-08-05 | 1 | -23/+10 |
* | * pretty-print.h (pp_base): Remove. Adjust dependent macros. | gdr | 2013-08-05 | 1 | -4/+4 |
* | Fix typos. | mrs | 2013-07-21 | 1 | -1/+1 |