Go to file
Jakob Stoklund Olesen 4ccabc1da9 Add an iplist::clearAndLeakNodesUnsafely() function.
The iplist::clear() function can be quite expensive because it traverses
the entire list, calling deleteNode() and removeNodeFromList() on each
element. If node destruction and deallocation can be handled some other
way, clearAndLeakNodesUnsafely() can be used to jettison all nodes
without bringing them into cache.

The function name is meant to be ominous.

llvm-svn: 171540
2013-01-04 22:35:42 +00:00
clang Style fix: We don't use lowercase-and-underscored template parameter names. 2013-01-04 21:18:45 +00:00
clang-tools-extra Port loop-convert into cpp11-migrate 2013-01-04 18:25:18 +00:00
compiler-rt Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx atomic_bool was missing (just a typedef to atomic<bool>). 2013-01-04 18:58:50 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] STT_GNU_IFUNC is a known symbol type, so accept it. We do not yet implement its semantics. 2013-01-04 21:25:25 +00:00
lldb Added a bit more explanation for the python modules that aid with symbolication. 2013-01-04 19:01:39 +00:00
llvm Add an iplist::clearAndLeakNodesUnsafely() function. 2013-01-04 22:35:42 +00:00
polly Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:47:44 +00:00