aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* ParseDevang Patel2008-02-191-1/+10
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+1
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-191-11/+15
* If there are attributes on the varargs part of aDuncan Sands2008-01-111-2/+16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+3
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-27/+13
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-5/+26
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-3/+13
* Fix fallout from my last patch: don't reject varargs functions :)Anton Korobeynikov2007-12-031-7/+14
* More sanity checks for function types. Anton Korobeynikov2007-12-031-1/+13
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-3/+3
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-86/+88
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-221-3/+3
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-181-43/+14
* Basic non-power-of-2 vector supportNate Begeman2007-11-151-2/+0
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-141-0/+3
* Add support for vector remainder operations.Dan Gohman2007-11-051-5/+0
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-14/+26
* Revise previous patch per review comments.Dale Johannesen2007-09-121-1/+1
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-6/+7
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+21
* Apply feedback from previous patch.Dale Johannesen2007-09-071-0/+1
* Next round of APFloat changes.Dale Johannesen2007-09-061-5/+13
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-3/+3
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-061-0/+1
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+6
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-3/+3
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer2007-07-311-1/+0
* Allow the INREG parameter attribute to be added to functions. This permits theReid Spencer2007-07-311-0/+1
* For PR1553:Reid Spencer2007-07-311-0/+2
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-2/+3
* For PR1553:Reid Spencer2007-07-191-4/+5
* Add the byval attributeRafael Espindola2007-07-061-1/+2
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-5/+6
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-221-69/+71
* Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer2007-05-191-2/+3
* fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.Chris Lattner2007-05-041-1/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-4/+5
* Revert the premature portion of the last commit.Reid Spencer2007-04-281-62/+76
* Fix a compilation error (jump to case label).Reid Spencer2007-04-281-77/+64
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-27/+53
* wrap long linesChris Lattner2007-04-261-10/+16
* Quiet a compiler warning about assignment in an if-then conditional.Bill Wendling2007-04-251-2/+1
* Add missed semicolon. Resotre compatibility with older bisonsAnton Korobeynikov2007-04-251-1/+1
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-7/+45
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-221-4/+4
* For PR1146:Reid Spencer2007-04-221-40/+59