summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-1/+1
* Removed #include <iostream> and used llvm streamsBill Wendling2006-11-281-3/+3
* Implement signedness caching for values, value lists, constants andReid Spencer2006-11-281-175/+220
* For PR950:Reid Spencer2006-11-271-24/+68
* For PR950:Reid Spencer2006-11-191-202/+227
* Initialize some pointers to quiet the compiler (when doing build_gccBill Wendling2006-11-121-2/+2
* For PR950:Reid Spencer2006-11-081-4/+34
* Fix a bug noticed by Emil Mikulic.Chris Lattner2006-11-081-2/+2
* For PR950:Reid Spencer2006-11-021-7/+15
* For PR950:Reid Spencer2006-10-261-19/+64
* Removed extraneous semi-colon; this was prevening the grammar file fromJohn Criswell2006-10-241-1/+1
* Remove unneeded CHECK_FOR_ERROR invocations.Reid Spencer2006-10-221-2/+0
* change keyword to datalayoutChris Lattner2006-10-221-2/+2
* For PR950:Reid Spencer2006-10-201-14/+14
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+6
* Produce a useful error message for Regression/Verifier/2006-10-15-AddrLabel.llChris Lattner2006-10-151-0/+2
* Fix PR886:Reid Spencer2006-10-091-4/+12
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-4/+4
* Fix PR902:Reid Spencer2006-09-281-70/+171
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-6/+9
* Small fixes for supporting dll* linkage typesAnton Korobeynikov2006-09-171-8/+7
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-15/+50
* trivial optimizationChris Lattner2006-08-181-1/+4
* Add a comment about the mechanisms used to rid AsmParser of exceptions.Reid Spencer2006-08-181-1/+11
* For PR797:Reid Spencer2006-08-181-126/+295
* Fix grammar in a comment.Reid Spencer2006-05-291-1/+1
* Add support for parsing csretChris Lattner2006-05-191-1/+2
* Use isValidOperands instead of duplicating or eliding checks.Chris Lattner2006-04-081-19/+8
* Add insertelement and shufflevector constantexpr supportChris Lattner2006-04-081-0/+9
* Parse shufflevectorChris Lattner2006-04-081-1/+6
* Don't use invalidated iterators!Chris Lattner2006-03-041-3/+3
* Parse inline asm objectsChris Lattner2006-01-251-1/+30
* Rename methodChris Lattner2006-01-241-3/+3
* syntax changeChris Lattner2006-01-241-3/+3
* Add support for parsing global asm blocksChris Lattner2006-01-231-4/+21
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-191-4/+4
* Lexer and parser support for the insertelement operation.Robert Bocchino2006-01-171-4/+17
* For PR411:Reid Spencer2006-01-161-1/+6
* Added lexer and parser support for the extractelement operation.Robert Bocchino2006-01-101-2/+17
* allow logical operators on packed integral typesChris Lattner2005-12-211-4/+10
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-211-0/+6
* refactor grammar to eliminate shift-reduce conflict. Move alignment checkingChris Lattner2005-11-121-48/+44
* Parse section infoChris Lattner2005-11-121-9/+41
* Force vectors to be a power of two in sizeChris Lattner2005-11-101-4/+4
* Allow globals to have an alignment specified. Switch to using isPowerOf2_32Chris Lattner2005-11-061-13/+25
* factor optional alignmentChris Lattner2005-11-061-34/+23
* Verify that alignment amounts are a power of 2Chris Lattner2005-11-051-0/+12
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-1/+17
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-5/+6
* Fix grammarChris Lattner2005-06-241-1/+1
OpenPOWER on IntegriCloud