Re: [llvm-commits] [llvm-gcc] REM Patch

2006-11-01 Thread Evan Cheng
I've applied this. Thanks! Evan On Nov 1, 2006, at 7:18 PM, Reid Spencer wrote: > Jim & all > > The attached patch should now be applied to llvm-gcc because the > corresponding REM patch for LLVM has been applied to CVS. This should > show up in llvm-gcc subversion repository in the next 24 hour

[llvm-commits] [llvm-gcc] REM Patch

2006-11-01 Thread Reid Spencer
Jim & all The attached patch should now be applied to llvm-gcc because the corresponding REM patch for LLVM has been applied to CVS. This should show up in llvm-gcc subversion repository in the next 24 hours. If you can't wait that long and you're updating to LLVM CVS Head, apply it to your worki

[llvm-commits] [llvm-gcc] REM patch for llvm-gcc

2006-10-31 Thread Reid Spencer
Attached is the corresponding llvm-gcc patch for the LLVM REM patch. This makes llvm-gcc generate [us]rem instructions instead of just rem. Reid. Index: gcc/llvm-convert.cpp === --- gcc/llvm-convert.cpp (revision 193) +++ gcc/llvm-con