Go to file
John McCall fd3b664f30 Typo in test.
llvm-svn: 147905
2012-01-11 01:35:55 +00:00
clang Typo in test. 2012-01-11 01:35:55 +00:00
compiler-rt [asan] hopefully fix the build on MacOS 10.6 (the code did work on 10.7, where I tested it) 2012-01-10 23:36:59 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix http://llvm.org/bugs/show_bug.cgi?id=11734 2012-01-10 15:15:47 +00:00
libcxxabi This is a transitory commit for __dynamic_cast. It contains debugging statements that are not intended to be in the finished product. However some of the dubbing statements themselves contain important documentation such as how to navigate a __class_type_info hierarchy, documenting object offset and inheritance access. The intention is that this debugging code will migrate into both actual code and comments. And capturing it here so that there is no chance this stuff will be lost. 2012-01-11 00:11:17 +00:00
lld A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes 2012-01-11 01:06:19 +00:00
lldb Snapshot of initial work for ARM watchpoint support on the debugserver. 2012-01-11 00:35:13 +00:00
llvm Avoid CSE of instructions which define physical registers across MBBs unless 2012-01-11 00:38:11 +00:00
polly add polly.sh script 2012-01-04 20:11:18 +00:00