aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ParameterAttributes.h
Commit message (Expand)AuthorAgeFilesLines
* make this self contained.Chris Lattner2008-02-251-0/+1
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-204/+2
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+13
* Add Alignment field to ParameterAttributes andDale Johannesen2008-02-191-0/+2
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-29/+33
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-141-1/+7
* Be more liberal in what parameter attributes areDuncan Sands2008-01-121-2/+2
* Do not allow attributes beyond a function's lastDuncan Sands2008-01-111-0/+3
* Small cleanup for handling of type/parameter attributeDuncan Sands2008-01-071-8/+2
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-16/+5
* Trying that again.Gordon Henriksen2008-01-031-0/+1
* Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner2008-01-031-1/+4
* move some code out of line, rearrange a bit.Chris Lattner2008-01-031-3/+1
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-211-2/+4
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+8
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-5/+16
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+8
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-251-0/+33
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-221-2/+2
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-141-10/+12
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-7/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+221