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