Go to file
Chandler Carruth eed3466a42 [Allocator] Make the underlying allocator a template instead of an
abstract interface. The only user of this functionality is the JIT
memory manager and it is quite happy to have a custom type here. This
removes a virtual function call and a lot of unnecessary abstraction
from the common case where this is just a *very* thin vaneer around
a call to malloc.

Hopefully still no functionality changed here. =]

llvm-svn: 206149
2014-04-14 05:11:27 +00:00
clang Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
clang-tools-extra test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
compiler-rt tsan: serialize report printing in standalone deadlock detector 2014-04-11 17:54:27 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Not everyone uses bash, so fix test syntax. 2014-04-12 21:12:55 +00:00
libcxxabi Properly sign extend sdata2/4 in unwinder. Patch by Patrick Wildt 2014-04-12 23:22:52 +00:00
lld Add missing includes. 2014-04-12 16:32:42 +00:00
lldb Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint location ID. 2014-04-11 17:27:02 +00:00
llvm [Allocator] Make the underlying allocator a template instead of an 2014-04-14 05:11:27 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Update isl to fix memory bugs 2014-04-13 16:37:18 +00:00