aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/llvmAsmParser.h
AgeCommit message (Expand)Author
2006-02-15Convert this over to work with the new makefilesChris Lattner
2006-01-25regenerateChris Lattner
2006-01-24Rename methodChris Lattner
2006-01-23regenerateChris Lattner
2006-01-19Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer
2006-01-17Lexer and parser support for the insertelement operation.Robert Bocchino
2006-01-16For PR411:Reid Spencer
2006-01-10Added lexer and parser support for the extractelement operation.Robert Bocchino
2005-11-12regenerateChris Lattner
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-08-27Implement PR614:Reid Spencer
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-15Add support to the parser to recognize floating point constantsChris Lattner
2001-07-08Implementation of Store & GetElementPtrChris Lattner
2001-07-08Implemented shl, shl, & load instructionsChris Lattner
2001-07-08Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-06Initial revisionChris Lattner