aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAgeFilesLines
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-8/+18
* Updated the comment for isArithmeticShift() to match reality.Misha Brukman2009-03-291-2/+1
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-291-0/+12
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-131-0/+4
* improve const correctness.Chris Lattner2008-11-271-2/+2
* Correct the name of isTrapping in comments.Dan Gohman2008-10-151-1/+1
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-6/+0
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-13/+2
* Add an insertBefore method for attaching previously unattached instructions,Owen Anderson2008-06-171-0/+4
* merge of use-diet branch to trunkGabor Greif2008-05-101-1/+0
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-081-0/+4
* add a handy helper method to instruction, useful for determiningChris Lattner2008-04-201-0/+7
* Add const qualifiers.Dan Gohman2008-04-091-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* split isBinaryOp into a static and member version.Chris Lattner2007-12-101-18/+10
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-3/+3
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+239