Go to file
Owen Anderson d85c9ccdba Lower the unrolling theshold to 150. Empirical tests indicate that this is a sweet spot in the performance per
code size increase curve.

llvm-svn: 113595
2010-09-10 17:57:00 +00:00
clang Re-devirtualize this. A new virtual method snuck in. 2010-09-10 08:13:48 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. 2010-09-10 16:42:26 +00:00
lldb Don't flatten lldb and import everything into the global namespace. Instead, 2010-09-10 16:19:10 +00:00
llvm Lower the unrolling theshold to 150. Empirical tests indicate that this is a sweet spot in the performance per 2010-09-10 17:57:00 +00:00