Go to file
Dan Gohman 2e834906b9 Actually recycle SDNode allocations. SelectionDAG is using
RecyclingAllocator, but this change is needed for the nodes
to actually be recycled. This cuts SelectionDAG's memory
usage high-water-mark in half in some cases.

llvm-svn: 55351
2008-08-26 01:44:34 +00:00
clang In incompatible pointer-typed ?: expressions, add implicit conversion 2008-08-26 00:41:39 +00:00
llvm Actually recycle SDNode allocations. SelectionDAG is using 2008-08-26 01:44:34 +00:00