aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+3146