Go to file
Benjamin Kramer 5651cbdc13 Make backtraces work again with both the configure and cmake build.
llvm-svn: 164817
2012-09-28 10:10:46 +00:00
clang Fix a regression from r164656. 2012-09-27 22:13:33 +00:00
clang-tools-extra Fix typo in a comment in lit.cfg 2012-09-12 16:29:37 +00:00
compiler-rt [asan] Change defaults for Android target. 2012-09-28 10:07:53 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Add barrier.cl to SOURCES, spotted by Jin Wang. 2012-09-05 18:13:55 +00:00
libcxx Bump _LIBCPP_VERSION to 1002 2012-09-26 15:38:09 +00:00
libcxxabi Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 std::string under the exception classes. I think the changes to stdexcept.cpp have got that down now. 2) On Apple platforms I'm seeing visibility bugs in applications with respect to type_info's being hidden. This is causing dynamic_cast to malfunction because there are multiple type_info's running around for one type within an application, making dynamic_cast believe that one type is actually multiple types. As a stop gap measure I'm trying to detect this error, print out an error message, but continue with the most likely desired result. This is all under __APPLE__. This behavior can be expanded to other platforms if desired. 2012-09-28 00:05:34 +00:00
lld Add case for typeConstant in SectionChunk 2012-09-26 22:46:17 +00:00
lldb Recognize the eax/ebp/eip etc version of x86 register 2012-09-28 05:46:55 +00:00
llvm Make backtraces work again with both the configure and cmake build. 2012-09-28 10:10:46 +00:00
polly Bailout if libpluto finds no schedule 2012-09-21 16:24:13 +00:00