Go to file
Benjamin Kramer 778b8b84b8 Escape % in diagnostic message when compiling LLVM IR.
% is a common character in IR so we'd crash on almost any malformed IR. The
diagnostic formatter expects a formatting directive when it sees an unescaped %.

llvm-svn: 152956
2012-03-16 22:31:42 +00:00
clang Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
compiler-rt [asan] disable GetOwnershipStressTest on non-linux 2012-03-16 22:15:22 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Alter the terminal streams such that they do not get added to the atexit chain, and thus never get destructed. 2012-03-16 15:13:51 +00:00
libcxxabi Less lame "concurrency" support 2012-03-15 08:58:08 +00:00
lld Add more details about file formats. Fix whitespace. 2012-03-16 20:03:05 +00:00
lldb Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. 2012-03-16 21:55:42 +00:00
llvm ARM fix silly typo in optional operand alias. 2012-03-16 22:18:29 +00:00
polly ScheduleOptimizer: Remove forgotten debug output 2012-03-16 18:45:10 +00:00