Go to file
Alexey Volkov 5260dba323 [X86] Use ADD/SUB instead of INC/DEC for Silvermont
According to Intel Software Optimization Manual 
on Silvermont INC or DEC instructions require 
an additional uop to merge the flags.
As a result, a branch instruction depending 
on an INC or a DEC instruction incurs a 1 cycle penalty.

Differential Revision: http://reviews.llvm.org/D3990

llvm-svn: 210466
2014-06-09 11:40:41 +00:00
clang Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
clang-tools-extra [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
compiler-rt [asan] Remove dependency of tests on runtime library in standalone build. 2014-06-09 11:17:37 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx Testing infastructure: A template for char_traits where all the functions are constexpr, and a comparison predicate which counts how many times it's been called. 2014-06-06 22:33:40 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld Remove dead parameter. 2014-06-09 09:58:53 +00:00
lldb Remove invalid comment from last commit. 2014-06-06 21:59:19 +00:00
llvm [X86] Use ADD/SUB instead of INC/DEC for Silvermont 2014-06-09 11:40:41 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Adjust another test case to not access out of bounds 2014-06-04 19:41:47 +00:00