Age | Commit message (Expand) | Author | Files | Lines |
2013-12-06 | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 1 | -2/+2 |
2013-12-04 | re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS) | Tobias Burnus | 1 | -0/+2 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -5/+1 |
2013-11-22 | hooks.h (hook_uint_mode_0): Add Prototype. | Andrew MacLeod | 1 | -10/+21 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+6 |
2013-11-19 | tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -5/+3 |
2013-11-18 | tree.h (host_integerp, [...]): Delete. | Richard Sandiford | 1 | -31/+0 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -10/+10 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | tree.h (tree_to_shwi, [...]): Declare, with inline expansions. | Richard Sandiford | 1 | -0/+22 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -7/+7 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | tree.h (tree_fits_shwi_p, [...]): Declare. | Richard Sandiford | 1 | -0/+26 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+28 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | Refactor implicit function template implementation and fix 58534, 58536, 5854... | Adam Butcher | 1 | -0/+22 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -500/+94 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 1 | -0/+88 |
2013-11-06 | tree.c (drop_tree_overflow): New function. | Richard Biener | 1 | -0/+19 |
2013-11-05 | invoke.texi (-fopenmp-simd): Document new option. | Tobias Burnus | 1 | -1/+1 |
2013-10-31 | tree.c (tree_ctz): New function. | Jakub Jelinek | 1 | -0/+113 |
2013-10-30 | tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE. | Ilya Enkovich | 1 | -0/+2 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -5/+5 |
2013-10-25 | mode-classes.def (MODE_POINTER_BOUNDS): New. | Ilya Enkovich | 1 | -1/+3 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -2/+7 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -26/+39 |
2013-10-15 | re PR target/57756 (Function target attribute is retaining state of previous... | Sriraman Tallam | 1 | -6/+6 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -0/+142 |
2013-10-08 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -0/+18 |
2013-10-02 | tree-flow.h: Include new .h files. | Andrew Macleod | 1 | -0/+122 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -27/+30 |
2013-09-25 | re PR bootstrap/58521 (bootstrap failure: ICE in mem_ref_in_stmt, at tree-ssa... | Richard Biener | 1 | -15/+0 |
2013-09-24 | re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ... | Richard Biener | 1 | -18/+0 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-05 | tree.c (types_same_for_odr): Drop overactive check. | Jan Hubicka | 1 | -7/+0 |
2013-09-04 | Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h | Jan Hubicka | 1 | -5/+39 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+2 |
2013-08-30 | * tree.c (set_call_expr_flags): Fix handling of TM_PURE. | Jan Hubicka | 1 | -3/+5 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -2/+18 |
2013-08-23 | re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un... | Marc Glisse | 1 | -6/+6 |
2013-08-19 | Makeifle-in (ipa-devirt.o): New. | Jan Hubicka | 1 | -5/+10 |
2013-08-18 | cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record... | Jan Hubicka | 1 | -0/+21 |
2013-08-17 | re PR middle-end/58179 (obj_type_ref ICE building libobjc) | Jan Hubicka | 1 | -1/+5 |
2013-08-16 | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect... | Jan Hubicka | 1 | -0/+15 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -18/+35 |
2013-08-01 | cgraph.h (release_function_body): Declare. | Jan Hubicka | 1 | -0/+14 |