Go to file
Chris Lattner ca2552d9f9 avoid a bunch of malloc thrashing for PositinoalVals by eliminating
a std::vector and a bunch of std::string temporaries.

llvm-svn: 82341
2009-09-20 00:07:40 +00:00
clang Ok, an AssertingVH definitely doesn't work for now because we free our cache after the optimizer may have hacked on the module. Use a WeakVH instead. 2009-09-19 20:17:48 +00:00
compiler-rt update make rules so libcompiler-rt can be built for armv6 the Apple way 2009-09-18 00:09:05 +00:00
llvm avoid a bunch of malloc thrashing for PositinoalVals by eliminating 2009-09-20 00:07:40 +00:00