2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
blob | commitdiff | raw |
2012-01-24 |
Chris Lattner | implement the ConstantDataSequential accessor methods. |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Chris Lattner | start the implementation of a new ConstantDataVector... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Chris Lattner | convert CAZ, UndefValue, and CPN to use DenseMap's... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Chris Lattner | revert r148691 and 148693 |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Chris Lattner | switch UndefValue and ConstantPointerNull over to Dense... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Chris Lattner | Replace a use of ConstantUniqueMap for CAZ constants... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
blob | commitdiff | raw | diff to current |
2011-12-05 |
Nadav Rotem | Add support for vectors of pointers. |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Benjamin Kramer | Fold ConstantVector::isAllOnesValue into Constant:... |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Richard Trieu | Change: |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Nadav Rotem | Implement Constant::isAllOnesValue(). Fix ConstantFoldi... |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Eric Christopher | Revert "Address Duncan's CR request:" |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Nadav Rotem | Address Duncan's CR request: |
blob | commitdiff | raw | diff to current |
2011-08-07 |
Chris Lattner | strengthen up an assertion: you can't create a constant... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Jay Foad | Use ArrayRef in the (protected) constructors of Constan... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Jay Foad | Convert GetElementPtrInst to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Jay Foad | Make better use of ConstantExpr::getGetElementPtr's... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Jay Foad | Convert ConstantFoldGetElementPtr to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Chris Lattner | tidy up |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | remove the old and dangerous uncheckedReplaceAllUsesWit... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | devirtualize Constant::isNullValue: |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | add CFP::isNegative() and ConstnatInt::isNegative(... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Chris Lattner | simplify assertions to not be completely redundant. |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
blob | commitdiff | raw | diff to current |
2011-07-10 |
Chandler Carruth | Silence -Wunused-variable in release builds. |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | the various ConstantExpr::get*Ty methods existed to... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Jay Foad | PR10210: New method ConstantArray::getAsCString().... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Jay Foad | Make ConstantVector::get() always take an ArrayRef... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Jay Foad | Eliminate a temporary std::vector in ConstantStruct... |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getIndices() to return... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Jay Foad | Remove some redundant llvm:: prefixes. |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getWithOperands() to... |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Nick Lewycky | ConstantInt has some getters which return ConstantInt... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Talin | Added missing va_end(). |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Talin | Add an END_WITH_NULL accessor for ConstantStruct. |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Chris Lattner | hoist GlobalValue::removeDeadConstantUsers up to being... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Nadav Rotem | Enhance constant folding of bitcast operations on vecto... |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Chris Lattner | convert ConstantVector::get to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Chris Lattner | Switch ConstantVector::get to use ArrayRef instead... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Chris Lattner | make ConstantExpr::replaceUsesOfWithOnConstant preserve... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Chris Lattner | make the constantexpr interfaces for inbounds GEPs... |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Chris Lattner | switch the constantexpr, target folder, and IRBuilder... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Chris Lattner | refactor ConstantExpr interfaces a bit around "exactness". |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Chris Lattner | fix comment change. |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Duncan Sands | Have m_One also match constant vectors for which every... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Jay Foad | Fix indentation. |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Jay Foad | Remove casts between Value** and Constant**, which... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Benjamin Kramer | Apparently APFloat::getZero doesn't like PPCDoubleDoubles. |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Benjamin Kramer | Simplify code. No functionality change. |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Benjamin Kramer | Simplify code. No change in functionality. |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Oscar Fuentes | Prefix `next' iterator operation with `llvm::'. |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Benjamin Kramer | Preallocate vector, avoid unnecessary vector growth. |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Chris Lattner | Fix PR7658, a problem where type refinement can trigger |
blob | commitdiff | raw | diff to current |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Dan Gohman | Simplify this code. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | move some method definitions to files that make sense. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Chris Lattner | add support for zero initialized unions, patch by Tim... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Gabor Greif | rename use_const_iterator to const_use_iterator for... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Talin | replaceUsesOfWithOnConstant implementation for unions. |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Duncan Sands | Adding missing methods for creating Add, Mul, Neg and... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Dan Gohman | Add a getNUWMul function. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Dan Gohman | Add a generalized form of ConstantExpr::getOffsetOf... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Dan Gohman | Make getAlignOf return an i64, for consistency with... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Dan Gohman | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | fix CastInst::castIsValid to reject aggregate types... |
blob | commitdiff | raw | diff to current |
2010-01-21 |
Nick Lewycky | Fix a crasher trying to fold each element in a comparis... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Convert a ton of simple integer type equality tests... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2010-01-03 |
Chris Lattner | differences between two blockaddress's don't cause a |
blob | commitdiff | raw | diff to current |
2009-12-30 |
Chris Lattner | remove some misleading comments. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | add a layer of accessors around the Value::SubClassData... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Add utility routines for NSW multiply. |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Add utility routines for creating integer negation... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Chris Lattner | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | the verifier shouldn't modify the IR. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | Fix BlockAddress::replaceUsesOfWithOnConstant to correctly |
blob | commitdiff | raw | diff to current |
next |