Age | Commit message (Expand) | Author |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
2009-07-15 | Clean up some comments. | Bob Wilson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-02-20 | Removed trailing whitespace. | Misha Brukman |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
2008-02-19 | Add GetResultInst. First step for multiple return value support. | Devang Patel |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-11-29 | Get the delegation right for InstVisitor. | Reid Spencer |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-20 | For PR950: | Reid Spencer |
2006-10-09 | Fix usage example. | Nick Lewycky |
2006-05-31 | Improve InstVisitor docs. | Vladimir Prus |
2006-04-08 | Add a new shufflevector instruction | Chris Lattner |
2006-01-17 | Support for the insertelement operation. | Robert Bocchino |
2006-01-10 | Added an instruction and constant expression for the extractelement | Robert Bocchino |
2005-06-18 | header file changes for varargs | Andrew Lenharth |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-09 | Use static_cast and #include Instructions.h | Chris Lattner |
2004-11-16 | Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ | Reid Spencer |
2004-10-16 | Add support for the unreachable instruction | Chris Lattner |
2004-05-23 | Remove virtual destructor from InstVisitor. This class should never be | Alkis Evlogimenos |
2004-05-06 | Fix for gcc3.4: invalid use of forward delacred class on line 93 | Alkis Evlogimenos |
2004-05-04 | Provide visit(Module&) and visitModule(Module&) functionality. | Misha Brukman |
2004-03-12 | Add the visitSelectInst visitor method | Chris Lattner |
2003-11-28 | fix gcc 3.4 compatibility problem | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-18 | New revised variable argument handling support | Chris Lattner |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-09-08 | add support for the unwind inst | Chris Lattner |
2003-08-29 | Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4... | Chris Lattner |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-05-20 | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman |
2003-05-08 | Add support for the new VarArgInst instruction, reindent some stuff | Chris Lattner |
2002-09-10 | Eliminate the GenericBinaryInst class | Chris Lattner |
2002-08-22 | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner |