2012-10-24 |
Micah Villmow | Back out r166591, not sure why this made it through... |
blob | commitdiff | raw |
2012-10-24 |
Micah Villmow | Delete a directory that wasn't supposed to be checked... |
blob | commitdiff | raw | diff to current |
2012-07-13 |
Galina Kistanova | Fixed few warnings; trimmed empty lines. |
blob | commitdiff | raw |
2012-06-13 |
Duncan Sands | When linearizing a multiplication, return at once if... |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Duncan Sands | Now that Reassociate's LinearizeExprTree can look throu... |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Bill Wendling | Reserve space in these vectors to prevent having to... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Talin | Efficient Constant Uniquing. |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | with recent changes, ConstantArray is never a "string... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | fix a small oversight that broke the fhourstones app. |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | Change ConstantArray::get to form a ConstantDataArray... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
Chris Lattner | Various improvements suggested by Duncan |
blob | commitdiff | raw | diff to current |
2012-01-30 |
Chris Lattner | First step of flipping on ConstantDataSequential: enabl... |
blob | commitdiff | raw | diff to current |
2012-01-27 |
Chris Lattner | continue making the world safe for ConstantDataVector... |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Chris Lattner | smallvectorize and ArrayRef'ize some stuff. |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Chris Lattner | Reduce a lot of code duplication by implementing |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Chris Lattner | eliminate the Constant::getVectorElements method. ... |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Chris Lattner | Add a ConstantDataVector::getSplatValue() method, for... |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Chris Lattner | some general cleanup, using new methods and tidying... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Chris Lattner | constify some methods and add a new Constant::getAggreg... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Chris Lattner | reapply r148901 with a crucial fix. |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Nick Lewycky | Fix assert("msg"). Fix unused-variable warnings complai... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Argyrios Kyrtzidis | Revert r148901 because it crashes llvm tests. |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Chris Lattner | Introduce a new ConstantVector::getSplat constructor... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Chris Lattner | Remove the Type::getNumElements() method, which is... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | Rearrange argument order of ::get methods so that LLVMC... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | Add AsmPrinter (aka MCLowering) support for ConstantDat... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | Add various "string" methods to ConstantDataSequential... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | teach valuetracking about ConstantDataSequential |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
blob | commitdiff | raw | diff to current |
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 |
next |