| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the .cvs files for nocapture. | Nick Lewycky | 2008-12-19 | 3 | -1343/+1355 |
* | Commit missed files from nocapture change. | Nick Lewycky | 2008-12-19 | 2 | -11/+19 |
* | Forgot to revert r61031 when I reverted r61019, r61030, and r61040. | Bill Wendling | 2008-12-17 | 3 | -1355/+1343 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 2 | -19/+11 |
* | Update generated files after nocapture syntax change. | Nick Lewycky | 2008-12-15 | 3 | -1343/+1355 |
* | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -0/+6 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 2 | -11/+13 |
* | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky | 2008-11-24 | 2 | -1343/+1352 |
* | Regenerated | Bill Wendling | 2008-11-13 | 3 | -1397/+1433 |
* | Implement stack protectors as function attributes: "ssp" and "sspreq". | Bill Wendling | 2008-11-13 | 2 | -2/+6 |
* | regenerate | Nuno Lopes | 2008-11-04 | 3 | -339/+347 |
* | fix leakage of APFloats in getExistingVal() | Nuno Lopes | 2008-11-04 | 2 | -1/+7 |
* | regenerate | Nuno Lopes | 2008-11-04 | 3 | -337/+339 |
* | fix leakage of APSInt in getVal() | Nuno Lopes | 2008-11-04 | 1 | -0/+1 |
* | CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and l... | Oscar Fuentes | 2008-10-25 | 1 | -25/+18 |
* | Modify the cmake build system so that if it doesn't find bison, it will use t... | Cédric Venet | 2008-10-24 | 1 | -1/+25 |
* | regenerate | Nuno Lopes | 2008-10-15 | 3 | -337/+339 |
* | fix memleak in GetForwardRefForGlobal() | Nuno Lopes | 2008-10-15 | 1 | -0/+1 |
* | regenerate | Nuno Lopes | 2008-10-15 | 3 | -339/+343 |
* | fix memleak in getTypeVal() | Nuno Lopes | 2008-10-15 | 1 | -1/+3 |
* | regenerate | Nuno Lopes | 2008-10-15 | 3 | -342/+344 |
* | fix memleak in ResolveTypeTo() | Nuno Lopes | 2008-10-15 | 1 | -0/+1 |
* | regenerate | Chris Lattner | 2008-10-15 | 2 | -1483/+1521 |
* | Fix the .ll grammar rules to allow any type before an 'i32', not just an | Chris Lattner | 2008-10-15 | 1 | -32/+49 |
* | regenerate | Chris Lattner | 2008-10-15 | 3 | -1467/+1446 |
* | Eliminate the "IntType ::= INTTYPE" production, just use | Chris Lattner | 2008-10-15 | 1 | -10/+9 |
* | Generated files for previous checkin. | Dale Johannesen | 2008-10-09 | 3 | -347/+359 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -4/+10 |
* | regenerate | Chris Lattner | 2008-10-08 | 3 | -310/+310 |
* | Add missing semicolumns in parser rules, those missing semicolumns | Chris Lattner | 2008-10-08 | 1 | -3/+3 |
* | regenerate | Nuno Lopes | 2008-10-05 | 2 | -209/+233 |
* | clean ArgTypeListI production: free the PATypeHolder | Nuno Lopes | 2008-10-05 | 1 | -2/+14 |
* | regenerate | Nuno Lopes | 2008-10-03 | 3 | -338/+346 |
* | fix more memleaks in ResolveTypeTo() and ParseGlobalVariable() | Nuno Lopes | 2008-10-03 | 1 | -0/+4 |
* | regenerate with bison 2.3 | Nuno Lopes | 2008-10-03 | 3 | -316/+318 |
* | fix memleak in FunctionHeaderH | Nuno Lopes | 2008-10-03 | 1 | -0/+1 |
* | Support inreg, zext and sext as return value attributes. | Devang Patel | 2008-09-29 | 3 | -1694/+1728 |
* | Implement function notes as function attributes. | Devang Patel | 2008-09-26 | 4 | -93/+27 |
* | Generated files for warning fix. | Dale Johannesen | 2008-09-26 | 2 | -115/+171 |
* | Fix a compiler warning. | Dale Johannesen | 2008-09-26 | 1 | -1/+0 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 2 | -16/+132 |
* | Generated files for previous patch. | Dale Johannesen | 2008-09-26 | 3 | -1823/+1800 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 2 | -3/+0 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 4 | -549/+549 |
* | Fix fallout from revision r56535. | Eric Christopher | 2008-09-24 | 4 | -740/+740 |
* | Put FN_NOTE_AlwaysInline and others in FnAttr namespace. | Devang Patel | 2008-09-24 | 3 | -24/+24 |
* | Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace. | Devang Patel | 2008-09-23 | 3 | -24/+24 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 4 | -359/+357 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -4/+4 |
* | Use parameter attribute store (soon to be renamed) for | Devang Patel | 2008-09-23 | 3 | -22/+26 |