Go to file
Greg Clayton 0f28986a54 Patch from Enrico Granata that moves SBData related functions into the SBData
class instead of requiring a live process in order to be able to create useful
SBData objects.

llvm-svn: 147702
2012-01-07 00:45:50 +00:00
clang Add field PaddingType to ABIArgInfo which specifies the type of padding that 2012-01-07 00:25:33 +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
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 __gxx_personality_v0 update. This is completely untested code. But my brain is scrambled and I wanted to get it checked in. Code review from anyone who knows anything at all about personality functions would be much appreciated. What is in here is borrowed heavily from llvm/examples/ExceptionDemo/ExceptionDemo.cpp. There are some calls to abort() that should probably be changed to return an error code instead. There may be encodings under readEncodedPointer that need to be implemented. And my handling of type_info is almost a complete guess. 2012-01-06 20:39:47 +00:00
lld Support more Atom attributes. Add more test cases to lld-core 2012-01-04 23:58:17 +00:00
lldb Patch from Enrico Granata that moves SBData related functions into the SBData 2012-01-07 00:45:50 +00:00
llvm comment typo 2012-01-07 00:29:20 +00:00
polly add polly.sh script 2012-01-04 20:11:18 +00:00