Go to file
Fariborz Jahanian b0fdab26d1 objective-C modern translator: Fixes a mistranslation
of @throw statement by finding location of the ';'
correctly. // rdar://13186010

llvm-svn: 174898
2013-02-11 19:30:33 +00:00
clang objective-C modern translator: Fixes a mistranslation 2013-02-11 19:30:33 +00:00
clang-tools-extra Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
compiler-rt [sanitizer] clang-format pass over scanf code. 2013-02-11 15:22:34 +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 Michael van der Westhuizen: Update instructions for building on Linux. 2013-02-08 19:10:36 +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 fix segment ordering of elf segments 2013-02-07 20:33:55 +00:00
lldb Forgot to add the testsuite for the changes I checked in on Friday. 2013-02-11 19:05:29 +00:00
llvm [NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture is not valid in this case, and was causing incorrect optimizations. 2013-02-11 18:56:35 +00:00
polly [isl-codegen]: Fix off by one in getNumberOfIterations 2013-02-11 17:52:36 +00:00