search for: fold_build2

Displaying 2 results from an estimated 2 matches for "fold_build2".

2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
...ning patches make the adjustments needed to get the 4.3 Ada front-end working with the 4.0 infrastructure and with LLVM. 6-build.diff Ada Makefile fixes. 7-vec.diff Ada fixes due to VEC changes. 8-langhooks.diff Ada fixes due to langhook changes. 9-misc.diff Grab-bag of small Ada fixes. 10-fold_build2.diff Convert fold_build2 to fold+build2. 11-tree_invariant.diff Backport recompute_tree_invariant_for_addr_expr from 4.3. 12-optimize.diff The Ada front-end makes use of the optimization level (-O1 etc), however the level is not available in gcc-llvm4. Pretend the optimization level is 2, unt...
2007 Jan 11
0
[LLVMdev] Ada support for llvm-gcc4
...-end working with the 4.0 infrastructure and with LLVM. > > 6-build.diff > Ada Makefile fixes. > > 7-vec.diff > Ada fixes due to VEC changes. > > 8-langhooks.diff > Ada fixes due to langhook changes. > > 9-misc.diff > Grab-bag of small Ada fixes. > > 10-fold_build2.diff > Convert fold_build2 to fold+build2. > > 11-tree_invariant.diff > Backport recompute_tree_invariant_for_addr_expr from 4.3. > > 12-optimize.diff > The Ada front-end makes use of the optimization level (-O1 etc), > however the level is not available in gcc-llvm4. Pr...