| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to the InstVisitor for visiting a generic callsite. The | Chandler Carruth | 2012-03-31 | 1 | -2/+23 |
* | Make the formatting of this file more consistent, and fix the 80-columns | Chandler Carruth | 2012-03-18 | 1 | -42/+42 |
* | Teach InstVisitor about the UnaryInstruction layer in the instruction | Chandler Carruth | 2012-03-18 | 1 | -8/+9 |
* | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -1/+0 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+1 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+1 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -2/+0 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+2 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+2 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+1 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -1/+0 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -2/+1 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -7/+6 |
* | Clean up some comments. | Bob Wilson | 2009-07-15 | 1 | -8/+8 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+2 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -2/+0 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -8/+8 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -4/+0 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -1/+0 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -0/+2 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -0/+2 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 1 | -0/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -1/+0 |
* | Get the delegation right for InstVisitor. | Reid Spencer | 2006-11-29 | 1 | -1/+13 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -2/+1 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+3 |
* | Fix usage example. | Nick Lewycky | 2006-10-09 | 1 | -1/+1 |
* | Improve InstVisitor docs. | Vladimir Prus | 2006-05-31 | 1 | -40/+46 |
* | Add a new shufflevector instruction | Chris Lattner | 2006-04-08 | 1 | -0/+1 |
* | Support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+1 |
* | Added an instruction and constant expression for the extractelement | Robert Bocchino | 2006-01-10 | 1 | -0/+1 |
* | header file changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -1/+0 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Use static_cast and #include Instructions.h | Chris Lattner | 2005-03-09 | 1 | -6/+10 |
* | Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ | Reid Spencer | 2004-11-16 | 1 | -1/+2 |
* | Add support for the unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
* | Remove virtual destructor from InstVisitor. This class should never be | Alkis Evlogimenos | 2004-05-23 | 1 | -2/+0 |
* | Fix for gcc3.4: invalid use of forward delacred class on line 93 | Alkis Evlogimenos | 2004-05-06 | 1 | -2/+1 |
* | Provide visit(Module&) and visitModule(Module&) functionality. | Misha Brukman | 2004-05-04 | 1 | -0/+5 |
* | Add the visitSelectInst visitor method | Chris Lattner | 2004-03-12 | 1 | -0/+1 |
* | fix gcc 3.4 compatibility problem | Chris Lattner | 2003-11-28 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -12/+0 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 1 | -3/+5 |