Fix "the the" and similar typos.
[oota-llvm.git] / lib / Analysis / MemoryBuiltins.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-11-18 Dan GohmanSimplify ComputeMultiple so that it doesn't depend...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Victor HernandezChanges requested (avoid getFunction(), avoid Type...
2009-11-03 Victor HernandezChanges (* location in pointer variables, avoiding...
2009-11-02 Victor HernandezSet bit instead of calling pow() to compute 2 << n
2009-11-02 Edward O'CallaghanFix for warning seen on DF-BSD, Victor, please fix...
2009-10-29 Zhongxing Xufix 80-col.
2009-10-29 Zhongxing XuExplicitly convert to double to suppress Visual C+...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins