summaryrefslogtreecommitdiff
path: root/include/llvm/Support/InstVisitor.h
Commit message (Expand)AuthorAge
* Enable first-class aggregates support.Dan Gohman2008-07-23
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR950:Reid Spencer2006-12-23
* Get the delegation right for InstVisitor.Reid Spencer2006-11-29
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* Fix usage example.Nick Lewycky2006-10-09
* Improve InstVisitor docs.Vladimir Prus2006-05-31
* Add a new shufflevector instructionChris Lattner2006-04-08
* Support for the insertelement operation.Robert Bocchino2006-01-17
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-10
* header file changes for varargsAndrew Lenharth2005-06-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use static_cast and #include Instructions.hChris Lattner2005-03-09
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-16
* Add support for the unreachable instructionChris Lattner2004-10-16
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-23
* Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos2004-05-06
* Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman2004-05-04
* Add the visitSelectInst visitor methodChris Lattner2004-03-12
* fix gcc 3.4 compatibility problemChris Lattner2003-11-28
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* New revised variable argument handling supportChris Lattner2003-10-18
* Standardize header file commentsChris Lattner2003-09-30
* add support for the unwind instChris Lattner2003-09-08
* Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner2003-08-29
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-08
* Eliminate the GenericBinaryInst classChris Lattner2002-09-10
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-22
* Add missing forward declChris Lattner2002-08-21
* Remove support for unary instructionsChris Lattner2002-08-14
* *** empty log message ***Chris Lattner2002-07-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Make sure to call the derived visit versions from the ranged iterator.Chris Lattner2002-05-10
* Add explicit abort so optimized build knows that the function does not returnChris Lattner2002-05-10
* * Add a comment to the header giving a breif overview of how to return aChris Lattner2002-04-18
* * Make dtor virtualChris Lattner2002-04-18
* * s/Method/FunctionChris Lattner2002-04-15
* s/Method/FunctionChris Lattner2002-04-08