summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* Fix a regression from r125393;Nadav Rotem2011-02-13
* Fix 9173.Nadav Rotem2011-02-11
* make ConstantExpr::replaceUsesOfWithOnConstant preserve the inboundsChris Lattner2011-02-11
* make the constantexpr interfaces for inbounds GEPs follow the same styleChris Lattner2011-02-11
* switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner2011-02-10
* refactor ConstantExpr interfaces a bit around "exactness".Chris Lattner2011-02-09
* fix comment change.Chris Lattner2011-02-07
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Make SwitchInst::removeCase() more efficient.Jay Foad2011-02-01
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-01
* Fix 'fcmp one' constant folding. Noticed by inspection.Nick Lewycky2011-01-30
* Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax.Nick Lewycky2011-01-30
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-29
* Fix indentation.Jay Foad2011-01-27
* Simplify User::operator delete().Jay Foad2011-01-26
* AttrListPtr has an overloaded operator== which does this for us, we should useNick Lewycky2011-01-26
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-25
* teach Value::isDereferenceablePointer that byval arguments are alwaysChris Lattner2011-01-23
* Add a constant folding of casts from zero to zero. Fixes PR9011!Nick Lewycky2011-01-21
* Implement requiredTransitiveTobias Grosser2011-01-20
* Update a comment.Cameron Zwarich2011-01-20
* Remove an unnecessary #include.Cameron Zwarich2011-01-18
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-18
* There is no point in verifying an analysis that is never updated.Cameron Zwarich2011-01-18
* Remove some now-unused DominanceFrontier methods.Cameron Zwarich2011-01-18
* Remove useless Tag enumeration.Jay Foad2011-01-17
* Simplify the construction and destruction of Uses. SimplifyJay Foad2011-01-16
* Move the implementation of the User class into a new source file,Jay Foad2011-01-16
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Remove casts between Value** and Constant**, which won't work if aJay Foad2011-01-14
* Move some shift transforms out of instcombine and into InstructionSimplify.Duncan Sands2011-01-14
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* make domtree verification print something useful on failure.Chris Lattner2011-01-08
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Simplify the allocation and freeing of Users' operand lists, now thatJay Foad2011-01-07
* Silence a warning from non-standard warning avoidance code.Jakob Stoklund Olesen2011-01-05
* These methods should be "const"; make them so.Duncan Sands2011-01-04
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-29
* add methods to IRBuilder to create memcpy/memset/memmove.Chris Lattner2010-12-26
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-20
* There is no need for isAssociative to take the type as an argument anymore.Duncan Sands2010-12-20
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19