aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-19/+19
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-59/+28
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-5/+5
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-18/+24
* Add assert.Devang Patel2008-02-261-2/+2
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-261-1/+3
* Use isa check instead of getTypeID() check.Devang Patel2008-02-231-1/+1
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-231-23/+3
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-0/+1
* Use SymbolicValueRef to parse getresult operandDevang Patel2008-02-221-3/+2
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-1/+2
* ParseDevang Patel2008-02-201-3/+37
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-201-0/+1
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-201-1/+1
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+2
* 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