2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw |
2009-12-29 |
Chris Lattner | Final step in the metadata API restructuring: move the |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | remove some unneeded Metadata interfaces. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | sink the Instruction::HasMetadata bit into SubclassData. |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Chris Lattner | This is a major cleanup of the instruction metadata... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Chris Lattner | rearrange some code. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Devang Patel | Factor out redundancy from clone() implementations. |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Rename Instruction::isIdenticalTo to Instruction::isIde... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Benjamin Kramer | Make LLVMContext and LLVMContextImpl classes instead... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Owen Anderson | Factor some of the constants+context related code out... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Eli Friedman | Documentation clarifications for isSafeToSpeculativelyE... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Eli Friedman | Replace isTrapping with a new, similar method called |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
Duncan Sands | Allow readonly functions to unwind exceptions. Teach |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Misha Brukman | Updated the comment for isArithmeticShift() to match... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Chris Lattner | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Chris Lattner | add a new insertAfter method, patch by Tom Jablin! |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | improve const correctness. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Dan Gohman | Correct the name of isTrapping in comments. |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
blob | commitdiff | raw | diff to current |
2008-06-17 |
Owen Anderson | Add an insertBefore method for attaching previously... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Gabor Greif | merge of use-diet branch to trunk |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Chris Lattner | add a new Instruction::mayReadFromMemory predicate... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | add a handy helper method to instruction, useful for... |
blob | commitdiff | raw | diff to current |
2008-04-09 |
Dan Gohman | Add const qualifiers. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Chris Lattner | split isBinaryOp into a static and member version. |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Gordon Henriksen | Reverting dtor devirtualization patch. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Gordon Henriksen | Devirtualizing Value destructor (PR889). Patch by Pawel... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | Instruction:: Next/Prev accessors are now private |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | Refactor SymbolTableListTraits to only have a single... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Dan Gohman | Rename Value::getValueType to getValueID, to avoid... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Chris Lattner | Refactor the setName stuff, moving it down the inherita... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Chris Lattner | make mayWriteToMemory a non-virtual function |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Chris Lattner | Switch UnaryOperators to default to passing names up... |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Reid Spencer | Changes to support making the shift instructions be... |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Chris Lattner | Now that setcondinst has been eliminated, we can mark... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Chris Lattner | Override use_back in instruction/basicblock to provide... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Chris Lattner | Add new SetCondInst::isRelational/isEquality methods... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Chris Lattner | Add some out-of-line virtual dtors so that the class... |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Chris Lattner | This method doesn't need to be virtual, thanks to Reid... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Jeff Cohen | Fix VC++ level 4 warnings. Because a base class has... |
blob | commitdiff | raw | diff to current |
2005-10-25 |
Chris Lattner | Remove some dead argument names which irritates GCC... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Chris Lattner | add a new helper method |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Chris Lattner | Fix problems compiling with G++ 4.x.x with -pedantic... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | remove all of the various setName implementations,... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | Remove the second argument to Value::setName, it is... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Chris Lattner | Add method |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Chris Lattner | Add long overdue methods |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Chris Lattner | Now that the SparcV9 specific MachineCodeForInstruction... |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Chris Lattner | Eliminate the Instruction::iType field, folding it... |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Chris Lattner | Consider anything with a ValueType that is >= Instructi... |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Reid Spencer | Revert an unneeded interface change to Instruction.h |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Reid Spencer | Added an isPhiNode(unsigned) static method to determine... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Chris Lattner | Apparently a particular vendor compiler uses the struct... |
blob | commitdiff | raw | diff to current |
2004-06-07 |
Reid Spencer | Commit For New Tool: llvm-abcd (Analysis of ByteCode... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Alkis Evlogimenos | Refactor common initialization code in private init... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Misha Brukman | Assert if Instruction is being deleted before being... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Chris Lattner | Ugh, the old sparc backend attaches MachineCodeForInstr... |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Chris Lattner | Add new method |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Chris Lattner | Expose new print methods |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Chris Lattner | Remove unneeded dtors |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Tanya Lattner | Renamed trapping instruction function to be more consis... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Tanya Lattner | Added function to determine if an Instruction may trap. |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Misha Brukman | Removed extra parenthesis and fixed spelling. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Chris Lattner | Revert modulo scheduling change that should be part... |
blob | commitdiff | raw | diff to current |
2003-04-06 |
Guochun Shi | added some memory for clone function |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Chris Lattner | Rename Instruction::hasSideEffects() -> mayWriteToMemory() |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Chris Lattner | New isAssociative/isCommutative inspection methods... |
blob | commitdiff | raw | diff to current |
2002-10-13 |
Chris Lattner | - Rename Instruction::First*Op to *OpsBegin, and... |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Chris Lattner | Implement support for inserting an instruction into... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Chris Lattner | * Clean up some comments |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Chris Lattner | Convert comments to Doxygen style |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Chris Lattner | Remove the last traces of the NOT instruction |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Chris Lattner | Remove support for unary operators. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Chris Lattner | Remove obsolete, confusing, method |
blob | commitdiff | raw | diff to current |
2002-07-14 |
Vikram S. Adve | Create a static version of Instruction::getOpcodeName... |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Chris Lattner | remove deprecated getInstType() method |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Chris Lattner | * Add virtual print methods |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Chris Lattner | Remove unneccesary forward definitions |
blob | commitdiff | raw | diff to current |
2002-02-03 |
Chris Lattner | * Inline destructor |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
blob | commitdiff | raw | diff to current |
2001-12-13 |
Chris Lattner | Subclasses can change the opcode of an instruction |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Chris Lattner | Use the instruction.def file to remain up to date with... |
blob | commitdiff | raw | diff to current |
2001-10-13 |
Chris Lattner | Add new opcode for Invoke instruction |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Chris Lattner | Add support for newer cleaner isa, cast, dyn_cast |
blob | commitdiff | raw | diff to current |
next |