aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAgeFilesLines
* Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman2010-07-201-1/+1
* Remove setDbgMetadata and getDbgMetadata; their users have beenDan Gohman2010-07-201-10/+0
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-3/+3
* Switch the representation of the location in instruction fromChris Lattner2010-04-011-4/+26
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-311-0/+10
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-301-2/+10
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-2/+0
* remove some unneeded Metadata interfaces.Chris Lattner2009-12-291-0/+1
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-291-13/+44
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-6/+61
* rearrange some code.Chris Lattner2009-12-281-37/+35
* Factor out redundancy from clone() implementations.Devang Patel2009-10-271-1/+2
* Instruction::clone does not need to take an LLVMContext&. Remove that andNick Lewycky2009-09-271-1/+1
* Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman2009-08-251-0/+5
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Documentation clarifications for isSafeToSpeculativelyExecute.Eli Friedman2009-07-171-4/+17
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-171-7/+11
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-1/+3
* 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
* Instruction:: Next/Prev accessors are now privateChris Lattner2007-04-171-7/+8
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-5/+3
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-2/+2
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-241-6/+2
* make mayWriteToMemory a non-virtual functionChris Lattner2007-02-151-1/+1
* Switch UnaryOperators to default to passing names up by const char* when poss...Chris Lattner2007-02-131-2/+5
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-0/+21
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-041-6/+0
* For PR950:Reid Spencer2006-12-231-6/+10
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* For PR950:Reid Spencer2006-11-271-0/+17
* Override use_back in instruction/basicblock to provide more type information.Chris Lattner2006-09-301-1/+5
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-171-3/+3