index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
gimplify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR middle-end/62092
jakub
2014-08-15
1
-1
/
+1
*
gcc/
jakub
2014-06-30
1
-27
/
+98
*
DR 1030
jason
2014-06-30
1
-1
/
+1
*
* gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
jakub
2014-06-24
1
-2
/
+30
*
PR middle-end/61486
jakub
2014-06-12
1
-1
/
+8
*
* gimplify.c (gimplify_adjust_omp_clauses_1): Handle
jakub
2014-05-02
1
-7
/
+14
*
* tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
jakub
2014-04-24
1
-14
/
+49
*
2014-04-04 Richard Biener <rguenther@suse.de>
rguenth
2014-04-04
1
-0
/
+19
*
PR ipa/58721
jakub
2014-03-18
1
-3
/
+15
*
Refactor common code into new maybe_fold_stmt function.
tschwinge
2014-02-12
1
-16
/
+16
*
PR c/59984
jakub
2014-02-08
1
-1
/
+8
*
PR middle-end/59706
jakub
2014-01-17
1
-1
/
+8
*
2014-01-08 Richard Biener <rguenther@suse.de>
rguenth
2014-01-08
1
-1
/
+11
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
merge auto_vec and stack_vec
tbsaunde
2013-12-20
1
-1
/
+1
*
PR libgomp/59467
jakub
2013-12-12
1
-4
/
+31
*
Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.
bviyer
2013-12-11
1
-25
/
+0
*
PR middle-end/59011
jakub
2013-12-03
1
-4
/
+21
*
Reverted:
kyukhin
2013-11-29
1
-11
/
+2
*
* gimplify.h (recalculate_side_effects): Delete.
ebotcazou
2013-11-23
1
-1
/
+3
*
* gimple.h: Remove all includes.
amacleod
2013-11-22
1
-0
/
+60
*
Remove macros that implicitly use input_location
dmalcolm
2013-11-22
1
-5
/
+5
*
* gimplify.h (gimplify_hasher : typed_free_remove, struct gimplify_ctx):
amacleod
2013-11-21
1
-18
/
+92
*
Convert gimple types from a union to C++ inheritance
dmalcolm
2013-11-19
1
-2
/
+2
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+7
*
gcc/ada/
rsandifo
2013-11-18
1
-1
/
+1
*
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
aldyh
2013-11-15
1
-9
/
+20
*
* gimplify-be.h: New file. Add prototypes.
amacleod
2013-11-14
1
-293
/
+32
*
* 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
-463
/
+33
*
* gimplify.c (gimplify_init_constructor): Do not clear the object when
ebotcazou
2013-11-11
1
-2
/
+2
*
* gimplify.c (gimple_regimplify_operands): Do not set
aldyh
2013-11-07
1
-2
/
+0
*
2013-11-06 Richard Biener <rguenther@suse.de>
rguenth
2013-11-06
1
-0
/
+4
*
2013-11-05 Tobias Burnus <burnus@net-b.de>
burnus
2013-11-05
1
-1
/
+1
*
Replace some heap vectors with stack vectors.
dnovillo
2013-11-01
1
-2
/
+1
*
* ipa.c (cgraph_build_static_cdtor_1): Support contructors
kyukhin
2013-10-30
1
-2
/
+11
*
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
bviyer
2013-10-29
1
-0
/
+51
*
Autogenerated fixes of "->symbol." to "->"
dmalcolm
2013-10-29
1
-2
/
+2
*
* Makefile.def (target_modules): Remove libmudflap
law
2013-10-26
1
-5
/
+2
*
* builtins.c (dummy_object, gimplify_va_arg_expr): Move to gimplify.c.
amacleod
2013-10-24
1
-93
/
+82
*
2013-08-24 Tobias Burnus <burnus@net-b.de>
burnus
2013-10-24
1
-0
/
+26
*
* tree-ssa.h: Remove all #include's
amacleod
2013-10-23
1
-1
/
+5
*
* tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,
amacleod
2013-10-18
1
-0
/
+1
*
* tree-flow.h (struct omp_region): Move to omp-low.c.
amacleod
2013-10-17
1
-0
/
+1
*
libgomp/
jakub
2013-10-11
1
-50
/
+553
*
Index: gimplify.c
amacleod
2013-10-10
1
-0
/
+2
*
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
amacleod
2013-10-10
1
-122
/
+114
*
* gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to
ebotcazou
2013-09-22
1
-4
/
+14
*
* tree-ssa.h: New. Move content from tree-flow.h and
amacleod
2013-09-12
1
-1
/
+1
*
* Makefile.in (omp-low.o): Depend on $(TARGET_H).
aldyh
2013-08-27
1
-18
/
+182
[next]