Go to file
Benjamin Kramer 568a1cd9df LoopVectorize: Remove quadratic behavior the local CSE.
Doing this with a hash map doesn't change behavior and avoids calling
isIdenticalTo O(n^2) times. This should probably eventually move into a utility
class shared with EarlyCSE and the limited CSE in the SLPVectorizer.

llvm-svn: 193926
2013-11-02 13:39:00 +00:00
clang Add test case for r193923 2013-11-02 12:11:58 +00:00
clang-tools-extra pp-trace user documentation - beginnings 2013-11-01 00:39:54 +00:00
compiler-rt [sanitizer] Intercept strptime. 2013-11-02 01:01:35 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istream::seekg behave consistently; update tests to make sure 2013-10-31 22:20:45 +00:00
libcxxabi Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.s 2013-11-01 00:37:20 +00:00
lld Update test now that llvm-nm prints the correct value. 2013-11-02 05:21:29 +00:00
lldb Add a new base class, Frame. It is a pure virtual function which 2013-11-02 02:23:02 +00:00
llvm LoopVectorize: Remove quadratic behavior the local CSE. 2013-11-02 13:39:00 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00