aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.h
Commit message (Expand)AuthorAgeFilesLines
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-9/+19
* Forgot this file.Owen Anderson2009-06-201-8/+5
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-5/+8
* Fix comment typos.Duncan Sands2008-08-011-2/+2
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-031-4/+7
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-0/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* The #include <iterator> isn't needed in this header.Dan Gohman2007-10-221-3/+0
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+53