aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement review feedbackAnton Korobeynikov2007-04-291-2/+2
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-9/+9
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-2/+2
* For PR1136:Reid Spencer2007-04-221-1/+1
* make getnext/getprev accessors private.Chris Lattner2007-04-171-9/+9
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-171-2/+2
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-171-3/+6
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-0/+22
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-3/+15
* For PR1328:Reid Spencer2007-04-161-1/+1
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* For PR1146:Reid Spencer2007-04-091-5/+17
* For PR411:Reid Spencer2007-02-051-3/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-4/+4
* For PR645:Reid Spencer2007-01-261-7/+0
* For PR411:Reid Spencer2007-01-061-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-251-2/+0
* remove deprecated methodsChris Lattner2005-05-161-11/+0
* Add support for explicit calling conventionsChris Lattner2005-05-061-0/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2005-03-151-29/+0
* Remove the reverse iterators for arguments and global vars.Chris Lattner2005-03-141-20/+44
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-6/+6
* Adjust to changes in ilistChris Lattner2005-01-291-5/+6
* Add convenience method.Chris Lattner2005-01-071-0/+4
* Add a new methodChris Lattner2004-12-051-0/+7
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-2/+2
* If we're going to make the braces of functions line up for ease of readabilityMisha Brukman2004-10-191-6/+6