summaryrefslogtreecommitdiffstats
path: root/include/llvm/ParameterAttributes.h
Commit message (Expand)AuthorAgeFilesLines
* The inline keyword goes before the return type. This fixes a compiler warning.Dan Gohman2008-06-191-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Various improvements suggested by DuncanChris Lattner2008-03-131-2/+2
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-15/+123
* 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
* Add the byval attributeRafael Espindola2007-07-061-1/+2
* add helperChris Lattner2007-06-181-0/+7
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-1/+2
* add a helperChris Lattner2007-05-041-0/+4
* For PR1136:Reid Spencer2007-04-221-18/+50
* Undo premature commit.Reid Spencer2007-04-221-4/+1
* Terminate file with newline.Reid Spencer2007-04-221-1/+4
* For PR1146:Reid Spencer2007-04-221-46/+26
* For PR1146:Reid Spencer2007-04-111-18/+49
* Chris convinced me that the default size of the SmallVector (2) was tooReid Spencer2007-04-091-1/+1
* Remove redundancy.Reid Spencer2007-04-091-23/+11
* Fix a typo.Reid Spencer2007-04-081-2/+2
* Implement more feedback:Reid Spencer2007-04-081-24/+54
* Implement review feedback.Reid Spencer2007-04-081-5/+4
* For PR1146:Reid Spencer2007-04-081-0/+148