The release of Bulldozer is due to the performance issue but the general assumption that the performance is below the current generation Sandybridge processor is may not be true. It is highly possible that AMD has set their minimum threshold to a very high level to make everything correct after a long time.
One interesting thing, we were discussing in the ASUS Power user meetup, rather than 8 cores or 6 cores of Bulldozer, just consider the 8 core Bulldozer as 4 modules which is having almost 2 Physical cores, i.e. discrease execution units for most of the cases apart from the FPU and Fetch unit.
Intel 2600K is also a 4 module based design where each of the module has 2 logical cores but only one set of execution units. It has two thread register to hold two threads simultaneously.
Now in a single threaded applications, which has been a very strong point for Intel now, HT won't help and all the instructions present in the thread will be executed by one core with all its execution unit. It may be improved by out of Order execution, Pipelining, superscalar processing, but remember, inside a single core.
Now come to the case of a Bulldozer mudule. Here a single module is having two independent set of execution units. Now if a single thread is assigned to a BD module, the shared double Fetch and Dispatch unit will fetch the istructions present in that thread to the BD module as it is shared by both the cores. So the istructions present inside a single thread can be executed parallelly by two cores of a BD module. Suppose total number of instructions inside Thread T is 2N. just consider each of the core is processing N number of instructions and again N instructions for a core can be benifited rom the OOO, Supersacalar and Pipelining.
So actually even if a single thread is assigned to a BD module it can still use both the cores to implement a ILP which is not in the case of Sandybridge where ILP is possible only inside the one execution core and HT is not gonna help.
That's why in the single threaded Super PI, I guess bulldozer is performing better.