aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/MemoryBuiltins.h
Commit message (Expand)AuthorAgeFilesLines
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-101-4/+3
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-15/+19
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-13/+11
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-9/+5
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-5/+9
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-281-19/+6
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-0/+92