Go to file
Craig Topper 23b9219765 Merge AVX/AVX2 into the SSE level.
llvm-svn: 147771
2012-01-09 09:19:09 +00:00
clang Merge AVX/AVX2 into the SSE level. 2012-01-09 09:19:09 +00:00
compiler-rt [asan] do not use new/delete for the internal thread structure 2012-01-06 19:44:11 +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 1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. 3. Refactor work which fixed unique_ptr<const T[]>. 4. Remove no-longer-needed private declarations from unique_ptr. 5. Add constraints to some shared_ptr and weak_ptr constructors and assignment operators so that is_constructible/is_assignable give the correct answers for shared_ptr and weak_ptr. 6. Make defensive preparations in the shared_ptr free functions for the introduction of shared_ptr<T[]> in the future. 7. As an optimization, add move constructor and move assignment to weak_ptr. 2012-01-02 17:56:02 +00:00
libcxxabi First brush with testing __gxx_personality_v0 reveals there is still a long way to go. But my understanding of what it is supposed to do continues to improve. I am currently contemplating whether I need to implement typeinfo before completing __gxx_personality_v0 in order to get matching catch handlers correct. 2012-01-08 23:50:46 +00:00
lld Support more Atom attributes. Add more test cases to lld-core 2012-01-04 23:58:17 +00:00
lldb <rdar://problem/10645694> 2012-01-08 05:54:35 +00:00
llvm Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Predicate functions have been altered to maintain previous names and behavior. 2012-01-09 09:02:13 +00:00
polly add polly.sh script 2012-01-04 20:11:18 +00:00