Go to file
Jakob Stoklund Olesen 1ccded77c0 Add LiveInterval::find and use it for most LiveRange searching operations
instead of calling lower_bound or upper_bound directly.

This cleans up the search logic a bit because {lower,upper}_bound compare
LR->start by default, and it is usually simpler to search LR->end.

Funnelling all searches through one function also makes it possible to replace
the search algorithm with something faster than binary search.

llvm-svn: 114448
2010-09-21 17:12:18 +00:00
clang Add code completion for C++ constructors wherever we see the class (or 2010-09-21 16:06:22 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
debuginfo-tests test case for r113843. 2010-09-14 20:29:59 +00:00
libcxx Getting started on a visibility-decoration sweep. 2010-09-21 16:04:28 +00:00
lldb Removed the hacky "#define this ___clang_this" handler 2010-09-21 00:44:12 +00:00
llvm Add LiveInterval::find and use it for most LiveRange searching operations 2010-09-21 17:12:18 +00:00