aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-0/+4
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-161-0/+3
* Convenience method for setting the nounwindDuncan Sands2008-04-081-0/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+8
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-131-7/+19
* Various improvements suggested by DuncanChris Lattner2008-03-131-1/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-12/+6
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-2/+3
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+2
* Disallow copying explicitly.Chris Lattner2008-01-031-0/+3
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-20/+7
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-2/+2
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-101-0/+10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+7
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-3/+1
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-1/+3
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+10
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-1/+9
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+5
* clarify precedence, no functionality change.Chris Lattner2007-08-201-1/+1
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-16/+47
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+280