| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert ConstantFoldGetElementPtr to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -1/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -83/+83 |
* | tidy up | Chris Lattner | 2011-07-17 | 1 | -9/+9 |
* | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner | 2011-07-15 | 1 | -9/+5 |
* | devirtualize Constant::isNullValue: | Chris Lattner | 2011-07-15 | 1 | -5/+14 |
* | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner | 2011-07-15 | 1 | -0/+9 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -12/+9 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -1/+1 |
* | simplify assertions to not be completely redundant. | Chris Lattner | 2011-07-12 | 1 | -15/+2 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+1 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | Silence -Wunused-variable in release builds. | Chandler Carruth | 2011-07-10 | 1 | -0/+2 |
* | the various ConstantExpr::get*Ty methods existed to work with issues around | Chris Lattner | 2011-07-09 | 1 | -145/+90 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -29/+27 |
* | PR10210: New method ConstantArray::getAsCString(). Use it in LTO to | Jay Foad | 2011-06-28 | 1 | -8/+23 |
* | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 1 | -9/+1 |
* | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad | 2011-06-22 | 1 | -9/+3 |
* | Eliminate a temporary std::vector in ConstantStruct::get(). | Jay Foad | 2011-06-22 | 1 | -4/+2 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -31/+35 |
* | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 1 | -2/+2 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -3/+3 |
* | Remove some redundant llvm:: prefixes. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. | Jay Foad | 2011-04-13 | 1 | -5/+5 |
* | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky | 2011-03-06 | 1 | -6/+31 |
* | Added missing va_end(). | Talin | 2011-03-01 | 1 | -0/+1 |
* | Add an END_WITH_NULL accessor for ConstantStruct. | Talin | 2011-02-28 | 1 | -2/+13 |
* | hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant. | Chris Lattner | 2011-02-18 | 1 | -0/+53 |
* | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem | 2011-02-17 | 1 | -1/+7 |
* | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -20/+15 |
* | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -15/+20 |
* | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 1 | -20/+15 |
* | make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds | Chris Lattner | 2011-02-11 | 1 | -1/+2 |
* | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner | 2011-02-11 | 1 | -63/+10 |
* | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner | 2011-02-10 | 1 | -67/+24 |
* | refactor ConstantExpr interfaces a bit around "exactness". | Chris Lattner | 2011-02-09 | 1 | -29/+12 |
* | fix comment change. | Chris Lattner | 2011-02-07 | 1 | -1/+1 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 1 | -53/+74 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -1/+6 |
* | Have m_One also match constant vectors for which every element is 1. | Duncan Sands | 2011-02-01 | 1 | -1/+1 |
* | Fix indentation. | Jay Foad | 2011-01-27 | 1 | -9/+9 |
* | Remove casts between Value** and Constant**, which won't work if a | Jay Foad | 2011-01-14 | 1 | -13/+28 |
* | Apparently APFloat::getZero doesn't like PPCDoubleDoubles. | Benjamin Kramer | 2010-12-04 | 1 | -1/+1 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2010-12-04 | 1 | -6/+9 |
* | Simplify code. No change in functionality. | Benjamin Kramer | 2010-11-20 | 1 | -10/+6 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -80/+1 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -1/+1 |
* | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer | 2010-08-01 | 1 | -0/+1 |
* | Fix PR7658, a problem where type refinement can trigger | Chris Lattner | 2010-07-17 | 1 | -24/+21 |
* | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman | 2010-05-03 | 1 | -9/+0 |