Go to file
Kostya Serebryany e2e32b32e8 [asan] fix tests for the new ABI
llvm-svn: 174959
2013-02-12 11:14:24 +00:00
clang Attempt to fix this test on i686 targets. 2013-02-12 08:59:01 +00:00
clang-tools-extra Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
compiler-rt [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives roughly 5% speedup. Since this is an ABI change, bump the asan ABI version by renaming __asan_init to __asan_init_v1. compiler-rt part 2013-02-12 11:11:58 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [tests] Another batch of timeout increases. 2013-02-11 21:04:34 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
lldb Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
llvm [asan] fix tests for the new ABI 2013-02-12 11:14:24 +00:00
polly [isl-codegen]: Fix off by one in getNumberOfIterations 2013-02-11 17:52:36 +00:00