aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/MemoryBuiltins.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-8/+8
2011-06-18simplify some code.Chris Lattner1-8/+3
2011-03-17Add comments for the demanglings. Correct mangled form of operator delete!Nick Lewycky1-4/+6
2011-03-15Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to theNick Lewycky1-2/+11
2010-06-23minor enhancement to llvm::isFreeCall API: return CallInst; no functional changeGabor Greif1-8/+8
2010-06-23use ArgOperand gettersGabor Greif1-3/+3
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher1-2/+2
2010-04-16reapply r101434Gabor Greif1-2/+2
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif1-2/+2
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif1-2/+2
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif1-2/+2
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif1-2/+2
2010-03-25rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif1-1/+1
2010-02-10Fix "the the" and similar typos.Dan Gohman1-2/+2
2009-11-18Simplify ComputeMultiple so that it doesn't depend on TargetData.Dan Gohman1-2/+1
2009-11-10Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez1-90/+19
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez1-35/+41
2009-11-06remove a bunch of extraneous LLVMContext argumentsChris Lattner1-13/+9
2009-11-06Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez1-41/+35
2009-11-05Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez1-35/+41
2009-11-03Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez1-13/+8
2009-11-03Changes (* location in pointer variables, avoiding include, and using APInt::...Victor Hernandez1-39/+34
2009-11-02Set bit instead of calling pow() to compute 2 << nVictor Hernandez1-5/+13
2009-11-02Fix for warning seen on DF-BSD, Victor, please fix this to use a shift instea...Edward O'Callaghan1-1/+1
2009-10-29fix 80-col.Zhongxing Xu1-1/+1
2009-10-29Explicitly convert to double to suppress Visual C++ 2008 build error C2668 po...Zhongxing Xu1-1/+1
2009-10-28Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez1-112/+96
2009-10-27Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez1-0/+295