aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/InstVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-191-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-1/+0
* For PR950:Reid Spencer2006-12-231-1/+0
* Get the delegation right for InstVisitor.Reid Spencer2006-11-291-1/+13
* For PR950:Reid Spencer2006-11-271-2/+1
* For PR950:Reid Spencer2006-11-201-0/+3
* Fix usage example.Nick Lewycky2006-10-091-1/+1
* Improve InstVisitor docs.Vladimir Prus2006-05-311-40/+46
* Add a new shufflevector instructionChris Lattner2006-04-081-0/+1
* Support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-101-0/+1
* header file changes for varargsAndrew Lenharth2005-06-181-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Use static_cast and #include Instructions.hChris Lattner2005-03-091-6/+10
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-161-1/+2
* Add support for the unreachable instructionChris Lattner2004-10-161-0/+1
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-231-2/+0
* Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos2004-05-061-2/+1
* Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman2004-05-041-0/+5
* Add the visitSelectInst visitor methodChris Lattner2004-03-121-0/+1
* fix gcc 3.4 compatibility problemChris Lattner2003-11-281-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-12/+0
* New revised variable argument handling supportChris Lattner2003-10-181-3/+5
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* add support for the unwind instChris Lattner2003-09-081-0/+1
* Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner2003-08-291-6/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-1/+1
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-081-7/+9
* Eliminate the GenericBinaryInst classChris Lattner2002-09-101-1/+0
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-3/+2
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-221-2/+2
* Add missing forward declChris Lattner2002-08-211-0/+1
* Remove support for unary instructionsChris Lattner2002-08-141-3/+1
* *** empty log message ***Chris Lattner2002-07-251-3/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-43/+49
* Make sure to call the derived visit versions from the ranged iterator.Chris Lattner2002-05-101-1/+1
* Add explicit abort so optimized build knows that the function does not returnChris Lattner2002-05-101-0/+1
* * Add a comment to the header giving a breif overview of how to return aChris Lattner2002-04-181-23/+62
* * Make dtor virtualChris Lattner2002-04-181-26/+28
* * s/Method/FunctionChris Lattner2002-04-151-5/+21
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Initial checkin of InstVisitor classChris Lattner2002-03-181-0/+133