aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryBuiltins.cpp
AgeCommit message (Expand)Author
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-11-18Simplify ComputeMultiple so that it doesn't depend on TargetData.Dan Gohman
2009-11-10Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez
2009-11-06remove a bunch of extraneous LLVMContext argumentsChris Lattner
2009-11-06Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez
2009-11-05Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez
2009-11-03Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez
2009-11-03Changes (* location in pointer variables, avoiding include, and using APInt::...Victor Hernandez
2009-11-02Set bit instead of calling pow() to compute 2 << nVictor Hernandez
2009-11-02Fix for warning seen on DF-BSD, Victor, please fix this to use a shift instea...Edward O'Callaghan
2009-10-29fix 80-col.Zhongxing Xu
2009-10-29Explicitly convert to double to suppress Visual C++ 2008 build error C2668 po...Zhongxing Xu
2009-10-28Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez
2009-10-27Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez