Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Explicitly convert to double to suppress Visual C++ 2008 build error C2668 ↵ | Zhongxing Xu | 2009-10-29 | 1 | -1/+1 | |
| | | | | | | pow is ambiguous call to overloaded function llvm-svn: 85478 | |||||
* | Extend getMallocArraySize() to determine the array size if the malloc ↵ | Victor Hernandez | 2009-10-28 | 1 | -112/+96 | |
| | | | | | | | | | | | | | | argument is: ArraySize * ElementSize ElementSize * ArraySize ArraySize << log2(ElementSize) ElementSize << log2(ArraySize) Refactor isArrayMallocHelper and delete isSafeToGetMallocArraySize, so that there is only 1 copy of the malloc array determining logic. Update users of getMallocArraySize() to not bother calling isArrayMalloc() as well. llvm-svn: 85421 | |||||
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 1 | -0/+295 | |
llvm-svn: 85286 |