Age | Commit message (Expand) | Author |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-18 | simplify some code. | Chris Lattner |
2011-03-17 | Add comments for the demanglings. Correct mangled form of operator delete! | Nick Lewycky |
2011-03-15 | Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the | Nick Lewycky |
2010-06-23 | minor enhancement to llvm::isFreeCall API: return CallInst; no functional change | Gabor Greif |
2010-06-23 | use ArgOperand getters | Gabor Greif |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2009-11-18 | Simplify ComputeMultiple so that it doesn't depend on TargetData. | Dan Gohman |
2009-11-10 | Update computeArraySize() to use ComputeMultiple() to determine the array siz... | Victor Hernandez |
2009-11-07 | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez |
2009-11-06 | remove a bunch of extraneous LLVMContext arguments | Chris Lattner |
2009-11-06 | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez |
2009-11-05 | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez |
2009-11-03 | Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a... | Victor Hernandez |
2009-11-03 | Changes (* location in pointer variables, avoiding include, and using APInt::... | Victor Hernandez |
2009-11-02 | Set bit instead of calling pow() to compute 2 << n | Victor Hernandez |
2009-11-02 | Fix for warning seen on DF-BSD, Victor, please fix this to use a shift instea... | Edward O'Callaghan |
2009-10-29 | fix 80-col. | Zhongxing Xu |
2009-10-29 | Explicitly convert to double to suppress Visual C++ 2008 build error C2668 po... | Zhongxing Xu |
2009-10-28 | Extend getMallocArraySize() to determine the array size if the malloc argumen... | Victor Hernandez |
2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |