Age | Commit message (Expand) | Author |
2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
2008-12-19 | Commit missed files from nocapture change. | Nick Lewycky |
2008-12-16 | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling |
2008-12-15 | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky |
2008-12-15 | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky |
2008-11-24 | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky |
2008-11-13 | Implement stack protectors as function attributes: "ssp" and "sspreq". | Bill Wendling |
2008-11-04 | fix leakage of APFloats in getExistingVal() | Nuno Lopes |
2008-11-04 | fix leakage of APSInt in getVal() | Nuno Lopes |
2008-10-15 | fix memleak in GetForwardRefForGlobal() | Nuno Lopes |
2008-10-15 | fix memleak in getTypeVal() | Nuno Lopes |
2008-10-15 | fix memleak in ResolveTypeTo() | Nuno Lopes |
2008-10-15 | Fix the .ll grammar rules to allow any type before an 'i32', not just an | Chris Lattner |
2008-10-15 | Eliminate the "IntType ::= INTTYPE" production, just use | Chris Lattner |
2008-10-09 | Add a "loses information" return value to APFloat::convert | Dale Johannesen |
2008-10-08 | Add missing semicolumns in parser rules, those missing semicolumns | Chris Lattner |
2008-10-05 | clean ArgTypeListI production: free the PATypeHolder | Nuno Lopes |
2008-10-03 | fix more memleaks in ResolveTypeTo() and ParseGlobalVariable() | Nuno Lopes |
2008-10-03 | fix memleak in FunctionHeaderH | Nuno Lopes |
2008-09-29 | Support inreg, zext and sext as return value attributes. | Devang Patel |
2008-09-26 | Implement function notes as function attributes. | Devang Patel |
2008-09-26 | Fix a compiler warning. | Dale Johannesen |
2008-09-26 | Now Attributes are divided in three groups | Devang Patel |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-24 | Fix fallout from revision r56535. | Eric Christopher |
2008-09-24 | Put FN_NOTE_AlwaysInline and others in FnAttr namespace. | Devang Patel |
2008-09-23 | Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace. | Devang Patel |
2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
2008-09-23 | Use parameter attribute store (soon to be renamed) for | Devang Patel |
2008-09-23 | allow inreg on the result of a function | Chris Lattner |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-09-02 | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g | Devang Patel |
2008-09-02 | Parse function notes. | Devang Patel |
2008-08-29 | Add support for parsing .ll files that have numbers in front of | Chris Lattner |
2008-08-17 | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen |
2008-08-13 | Add read/write support for X86's sseregparm. | Dale Johannesen |
2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-07-11 | Implement PR2538 | Chris Lattner |
2008-06-24 | Fix some signed vs. unsigned issues in array and vector handling. | Dan Gohman |
2008-06-23 | Fix the types for NumElements variables, and add a comment | Dan Gohman |
2008-06-09 | AsmParser support for immediate constant aggregate values. | Dan Gohman |
2008-05-31 | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman |
2008-05-23 | Don't silently truncate array extents to 32 bits. | Dan Gohman |
2008-05-23 | Issue errors in several situations instead of aborting. | Dan Gohman |
2008-05-23 | Make structs and arrays first-class types, and add assembly | Dan Gohman |
2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |