Go to file
Juergen Ributzka 793f28d274 [FastISel][X86] Fix INC/DEC optimization (r215230)
I accidentally also used INC/DEC for unsigned arithmetic which doesn't work,
because INC/DEC don't set the required flag which is used for the overflow
check.

llvm-svn: 215237
2014-08-08 18:47:04 +00:00
clang Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driver 2014-08-08 18:39:01 +00:00
clang-tools-extra clang-modernize: Transform::createActionFactory return ownership by unique_ptr instead of raw pointer. 2014-08-08 16:06:07 +00:00
compiler-rt [ASan/Win] Print out a big warning and continue without checking for success if SymInitialize() fails 2014-08-08 13:25:55 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, thanks to Ion Gaztañaga for noticing this problem w.r.t LWG#526 2014-08-08 15:58:00 +00:00
libcxxabi Update CREDITS.txt with the list of folks who worked on ARM EHABI support 2014-08-05 15:56:07 +00:00
lld Fix mach-o tests on Windows 2014-08-06 19:37:35 +00:00
lldb Restore some reverted fixes for spelling, newlines and __linux__ macro. 2014-08-08 17:39:47 +00:00
llvm [FastISel][X86] Fix INC/DEC optimization (r215230) 2014-08-08 18:47:04 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly [Fix] Broken build after r215121 2014-08-08 04:23:13 +00:00