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