summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Fix checking of gimple typesDavid Malcolm2013-11-271-4/+4
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-52/+5
* add auto_vecTrevor Saunders2013-11-221-3/+2
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-31/+45
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich2013-11-181-20/+0
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-33/+0
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-839/+11
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-18/+278
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-0/+81
* gimple.h: Move some prototypes to gimple-expr.h and add to include list.Andrew MacLeod2013-11-051-776/+0
* tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich2013-10-301-1/+21
* tree-cfg.h: Rename from tree-flow.h.Andrew Macleod2013-10-181-1/+20
* tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod2013-10-171-0/+21
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-2/+2
* gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener2013-10-141-459/+0
* re PR other/58712 (issues found by --enable-checking=valgrind)Richard Biener2013-10-141-2/+5
* gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge2013-10-111-2/+2
* target.c: New file.Jakub Jelinek2013-10-111-1/+78
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+23
* tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod2013-10-011-0/+38
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-1/+24
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-224/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+257
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-1/+3
* re PR tree-optimization/58164 (internal compiler error: in make_decl_rtl, at ...Jakub Jelinek2013-08-161-0/+7
* stor-layout.c (element_precision): New function.Marc Glisse2013-05-101-2/+9
* Simplified GIMPLE IL builder functions.Diego Novillo2013-04-181-0/+101
* gimple.c (is_gimple_constant): Vector CONSTRUCTORs should not be considered a...Richard Biener2013-04-121-7/+0
* gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.Jeff Law2013-04-081-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener2013-01-071-5/+49
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-31/+31
* Instrument built-in memory access function callsDodji Seketeli2012-11-121-0/+16
* tree-ssa-operands.h (struct def_optype_d, [...]): Remove.Michael Matz2012-10-231-1/+0
* re PR middle-end/52173 (internal compiler error: verify_ssa failed possibly c...Richard Guenther2012-09-241-15/+12
* Integrate lexical block into source_location.Dehao Chen2012-09-191-9/+2
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-4/+12
* gimple.h (gimple_register_type): Remove.Richard Guenther2012-09-111-1172/+9
* re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther2012-09-111-9/+5
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-32/+7
* tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther2012-08-081-11/+4
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-17/+14
* Restore type attribute comparisonH.J. Lu2012-07-161-0/+4
* gimple.c (gimple_types_compatible_p_1): Remove redundant type attribute compa...Richard Guenther2012-07-131-15/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.Eric Botcazou2012-05-231-22/+11