Go to file
Jakob Stoklund Olesen fff0dfd810 Fix a bug in the TopoOrderRC comparison function.
The final tie breaker comparison also needs to return +/-1, or 0.
This is not a less() function.

This could cause otherwise identical super-classes to be ordered
unstably, depending on what the system qsort routine does with a bad
compare function.

llvm-svn: 149549
2012-02-01 22:19:26 +00:00
clang Remove duplicated comment. 2012-02-01 21:48:10 +00:00
compiler-rt Disable wrapping memcpy() on Mac OS Lion, where it 2012-02-01 10:07:52 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi removed duplicated tests - Howard was quicker than me. 2012-02-01 21:49:28 +00:00
lld Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
lldb Fix indentation. 2012-02-01 19:35:55 +00:00
llvm Fix a bug in the TopoOrderRC comparison function. 2012-02-01 22:19:26 +00:00
polly ScopInfo: Simplify some isl code 2012-02-01 14:23:36 +00:00