summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if the tar...Eric Botcazou2015-06-021-2/+4
* gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou2015-06-011-1/+2
* gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek2015-05-201-1/+1
* re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2015-05-191-53/+209
* Move array-type va_list handling to build_va_argTom de Vries2015-05-181-32/+5
* Gimplify va_arg ap based on do_derefTom de Vries2015-05-131-26/+0
* Don't take address of ap unless necessaryTom de Vries2015-05-121-18/+35
* Canonicalize asm volatility earlierRichard Henderson2015-05-111-1/+1
* Add OMP_STANDALONE_CLAUSES.Thomas Schwinge2015-04-291-8/+5
* Remove ifn_va_arg ap fixupTom de Vries2015-04-281-16/+0
* Fix va_arg ap_copy nop detectionTom de Vries2015-04-221-1/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* re PR c++/64527 (Constructor for empty struct not called in some situations)Patrick Palka2015-04-171-3/+8
* Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries2015-04-171-1/+9
* Postpone expanding va_arg until pass_stdargTom de Vries2015-04-171-30/+81
* re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Richard Biener2015-03-201-17/+0
* re PR debug/58123 (debug line not tracked for last autovariable dtor)Aldy Hernandez2015-02-211-3/+3
* gimplify.c (gimplify_function_tree): Check the no_sanitize_thread decl attrib...Bernd Edlinger2015-01-211-1/+2
* re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener2015-01-211-0/+8
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-36/+218
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-6/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-5/+11
* re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek2015-01-051-0/+16
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-8/+8
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-71/+76
* Allow the front-end to create calls with a static chainRichard Henderson2014-11-191-1/+16
* re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek2014-11-121-14/+36
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-2/+11
* tree-eh.c (operation_could_trap_helper_p): Handle conversions like ordinary o...Richard Biener2014-11-031-0/+4
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+8
* tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez2014-10-031-4/+4
* gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constr...Richard Biener2014-09-221-6/+0
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-0/+4
* re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenM...Jakub Jelinek2014-08-151-1/+1
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-13/+13
* IPA C++ refactoring 1/NMartin Liska2014-07-241-3/+3
* langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek2014-06-251-6/+13
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-6/+6
* gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek2014-06-241-2/+30
* gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek2014-06-241-9/+30
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-0/+18
* improve sloc assignment on bind_expr entry/exit codeOlivier Hainque2014-06-181-3/+22
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-12/+34
* re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek2014-06-121-1/+8
* gimplify.c (create_tmp_from_val): Remove is_formal parameter and set DECL_GIM...Richard Biener2014-06-051-7/+10
* re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation...Jason Merrill2014-06-041-1/+1