The articles have disappeared from Google.
The problem is to know how many additions/subtractions are necessary to perform a multiplication by a constant n, where you can do left shifts, additions and subtractions.
For instance, we can search for the smallest value n such that k additions/subtractions are required. The articles posted a few months ago dealt with k = 6. But one of the posters said he was computing the result for k = 7. I'm writing programs for this problem too.
I also found interesting algorithms to generate (non-optimal, of course) shift-and-add code from a constant n in a polynomial time, and I'm still working to improve them...