aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/InstVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth2012-03-311-2/+23
* Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth2012-03-181-42/+42
* Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth2012-03-181-8/+9
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-1/+0
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-2/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+2
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+2
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+1
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-1/+1
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+1
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-2/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-7/+6
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-2/+0
* Removed trailing whitespace.Misha Brukman2009-02-201-8/+8
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-4/+0
* Enable first-class aggregates support.Dan Gohman2008-07-231-1/+0
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-0/+2
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-0/+2
* 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