aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-omp.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-20/+22
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-33/+53
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-03-19re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-2/+19
2008-12-01re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek1-1/+2
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-11/+10
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-133/+182
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-01-05c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.Richard Sandiford1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2006-09-20re PR middle-end/28046 (libgomp test pr27337.C fails intermittently)Jakub Jelinek1-0/+9
2006-06-15re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell1-7/+10
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-2/+2
2006-01-18[multiple changes]Diego Novillo1-0/+429