Edit: From Howard Hinnant's comment below:
The chart is outdated already. I should update it or take it down. The only thing unimplemented in libc++ right now is 20.7.2.5 shared_ptr atomic access [util.smartptr.shared.atomic]. And I hope to get that done this weekend. [atomics] is there now. Oh, quick_exit is missing. I'm going to let the C library implement that.
The most recent and detailed information is already linked from the front page (doesn't mean it is new enough ☺).
The only major missing piece of C++'0x support is <atomic>.
Here is a by-chapter breakdown of what is passing tests and what isn't.

We can see that 76% of <atomic>, 3% of "[language.support]" and 2% of "[utilities]" are missing.
I don't think there would be more updated/detailed break down like the libstdc++ one.
<atomic>... a graph shows that there are also a few utilities that are not yet fully compliant. – David Rodríguez - dribeas Jul 27 '12 at 4:34