summaryrefslogtreecommitdiff
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAge
* Fix grammar in a comment.Reid Spencer2006-05-29
* Add support for parsing csretChris Lattner2006-05-19
* Use isValidOperands instead of duplicating or eliding checks.Chris Lattner2006-04-08
* Add insertelement and shufflevector constantexpr supportChris Lattner2006-04-08
* Parse shufflevectorChris Lattner2006-04-08
* Don't use invalidated iterators!Chris Lattner2006-03-04
* Parse inline asm objectsChris Lattner2006-01-25
* Rename methodChris Lattner2006-01-24
* syntax changeChris Lattner2006-01-24
* Add support for parsing global asm blocksChris Lattner2006-01-23
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-19
* Lexer and parser support for the insertelement operation.Robert Bocchino2006-01-17
* For PR411:Reid Spencer2006-01-16
* Added lexer and parser support for the extractelement operation.Robert Bocchino2006-01-10
* allow logical operators on packed integral typesChris Lattner2005-12-21
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-21
* refactor grammar to eliminate shift-reduce conflict. Move alignment checkingChris Lattner2005-11-12
* Parse section infoChris Lattner2005-11-12
* Force vectors to be a power of two in sizeChris Lattner2005-11-10
* Allow globals to have an alignment specified. Switch to using isPowerOf2_32Chris Lattner2005-11-06
* factor optional alignmentChris Lattner2005-11-06
* Verify that alignment amounts are a power of 2Chris Lattner2005-11-05
* Add support alignment of allocation instructions.Nate Begeman2005-11-05
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Fix grammarChris Lattner2005-06-24
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-22
* because some functions just use va_start and pass things to vfprintfAndrew Lenharth2005-06-20
* va_end fixAndrew Lenharth2005-06-19
* add a check for the mixing of vaarg and vanext with va_argAndrew Lenharth2005-06-19
* core changes for varargsAndrew Lenharth2005-06-18
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-20
* * Convert tabs to spaces, fix code alignmentMisha Brukman2005-05-10
* parse new calling conv specifiersChris Lattner2005-05-06
* use splice instead of remove/insert for a minor speedupChris Lattner2005-05-06
* remove some ugly hacks that are no longer needed since andrew removed theChris Lattner2005-05-06
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-06
* Remove support for 1.0 style varargsAndrew Lenharth2005-05-02
* don't crash in some bad cases.Chris Lattner2005-03-23
* Remove a bunch of cruft and dead code for handling the case when types wereChris Lattner2005-03-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* zapChris Lattner2005-03-05
* add more checkingChris Lattner2005-02-24
* Do not read free'd memory when printing an error message.Chris Lattner2005-02-24
* C++ is not a functional programming language.Chris Lattner2005-02-22
* Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.llChris Lattner2005-02-01
* Adjust to slight changes in instruction interfaces.Chris Lattner2005-01-29
* Add support for compilers with arg dependent name lookup, contributed byChris Lattner2004-12-08
* For PR409: \Reid Spencer2004-12-06
* Fix PR463Chris Lattner2004-11-28
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-26