summaryrefslogtreecommitdiff
path: root/lib/VMCore/Instruction.cpp
Commit message (Expand)AuthorAge
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Add an insertBefore method for attaching previously unattached instructions,Owen Anderson2008-06-17
* Let Instruction::getOpcodeName() return something useful for the newMatthijs Kooijman2008-05-30
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* conservatively say that volatile stores read memory.Chris Lattner2008-05-08
* store can't read from memory.Chris Lattner2008-05-08
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-08
* add a handy helper method to instruction, useful for determiningChris Lattner2008-04-20
* VAArg may trap.Dan Gohman2008-04-14
* print getresult instruction.Devang Patel2008-02-21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-12
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Commit 44487 broke bootstrap of llvm-gcc-4.2. It isDuncan Sands2007-12-05
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDeadDan Gohman2007-07-26
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-24
* remove warningChris Lattner2007-02-19
* Add a FIXME for unwritten code.Reid Spencer2007-02-19
* fix buildAndrew Lenharth2007-02-16
* make mayWriteToMemory a non-virtual functionChris Lattner2007-02-15
* Switch UnaryOperators to default to passing names up by const char* when poss...Chris Lattner2007-02-13
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* For PR411:Reid Spencer2007-02-05
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-04
* For PR950:Reid Spencer2006-12-23
* Allow the ICmp and FCmp instructions to be written by the AsmWriterReid Spencer2006-12-03
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* For PR950:Reid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-02
* Fix Transforms/InstCombine/2006-10-26-VectorReassoc.llChris Lattner2006-10-26
* For PR950:Reid Spencer2006-10-26
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-17
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* Add shufflevector support, todo, implement better constant folding.Chris Lattner2006-04-08
* VMCore support for the insertelement operation.Robert Bocchino2006-01-17
* Added support for the extractelement operation.Robert Bocchino2006-01-10
* add new helper functionChris Lattner2005-08-08
* core changes for varargsAndrew Lenharth2005-06-18
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-05
* Adjust to changes in User class.Chris Lattner2005-01-29
* Add methodChris Lattner2004-11-30
* Add support for undef and unreachableChris Lattner2004-10-16
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01