aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InstrTypes.h
Commit message (Expand)AuthorAgeFilesLines
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-3/+3
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-061-21/+6
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-041-6/+21
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-251-1/+1
* Use covariant return types for Instruction::clone, and eliminateDan Gohman2009-08-251-1/+1
* Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman2009-08-251-7/+0
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-201-3/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+3
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-121-12/+6
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-111-0/+21
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-111-0/+22
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-0/+8
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-35/+33
* Permit the IntPtrTy argument to isEliminableCastPair to be null,Dan Gohman2009-07-211-1/+1
* These don't really need contexts either.Owen Anderson2009-07-131-2/+2
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-2/+4
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-6/+10
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-10/+6
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-4/+2
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+11
* 80-column violations.Mikhail Glushenkov2009-02-091-36/+37
* Use the opcode predicates, instead of duplicating the code.Dan Gohman2008-10-171-3/+3
* remove legacy interfacesGabor Greif2008-10-151-93/+0
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-0/+8
* Rename instance variables, parameter argument names to eliminate a bunch of c...Evan Cheng2008-07-241-4/+4
* Enable first-class aggregates support.Dan Gohman2008-07-231-1/+0
* make ExtractValueInst derived from UnaryInstructionGabor Greif2008-06-061-0/+1
* Factor several methods, including getInversePredicate andDan Gohman2008-05-311-9/+33
* update a commentGabor Greif2008-05-211-1/+1
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-39/+132
* Derive GetResultInst from UnaryInstruction, this simplifies code and removes ...Gabor Greif2008-05-131-2/+4
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-5/+49
* merge of use-diet branch to trunkGabor Greif2008-05-101-39/+32
* add support for pattern matching 'neg'Chris Lattner2008-05-091-4/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-0/+16
* When transforming a call to a bitcast function intoDuncan Sands2008-01-061-1/+7
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-25/+6
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-6/+25
* Implement correct isa<UnaryInstruction>, problem reported by "ST".Chris Lattner2007-12-081-0/+14
* Updated VC++ build system.Hartmut Kaiser2007-10-171-2/+5
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-3/+0
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-1/+1
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-241-31/+13
* Fix a compilation error that caused the nightly test to fail.Reid Spencer2007-02-131-1/+1
* Switch UnaryOperators to default to passing names up by const char* when poss...Chris Lattner2007-02-131-6/+8
* For PR1117:Reid Spencer2007-01-171-0/+6
* Add some convenience functions for getting the source and destinationReid Spencer2007-01-021-0/+5