summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/MemoryBuiltins.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-35/+41
* Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez2009-11-031-13/+8
* Changes (* location in pointer variables, avoiding include, and using APInt::...Victor Hernandez2009-11-031-39/+34
* Set bit instead of calling pow() to compute 2 << nVictor Hernandez2009-11-021-5/+13
* Fix for warning seen on DF-BSD, Victor, please fix this to use a shift instea...Edward O'Callaghan2009-11-021-1/+1
* fix 80-col.Zhongxing Xu2009-10-291-1/+1
* Explicitly convert to double to suppress Visual C++ 2008 build error C2668 po...Zhongxing Xu2009-10-291-1/+1
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-281-112/+96
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-0/+295
OpenPOWER on IntegriCloud