Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set bit instead of calling pow() to compute 2 << n | Victor Hernandez | 2009-11-02 | 1 | -5/+13 | |
| | | | | llvm-svn: 85814 | |||||
* | Fix for warning seen on DF-BSD, Victor, please fix this to use a shift ↵ | Edward O'Callaghan | 2009-11-02 | 1 | -1/+1 | |
| | | | | | | instead of pow() llvm-svn: 85781 | |||||
* | fix 80-col. | Zhongxing Xu | 2009-10-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 85480 | |||||
* | 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 |