summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAge
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Getter and setter for function notes.Devang Patel2008-09-02
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-10
* Add some helpers for manipulating functionDuncan Sands2008-07-08
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-16
* Convenience method for setting the nounwindDuncan Sands2008-04-08
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-13
* Various improvements suggested by DuncanChris Lattner2008-03-13
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-03
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-22
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* Disallow copying explicitly.Chris Lattner2008-01-03
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-02
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-18
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* clarify precedence, no functionality change.Chris Lattner2007-08-20
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-18
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* For PR1136:Reid Spencer2007-04-22
* make getnext/getprev accessors private.Chris Lattner2007-04-17
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-17
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-17
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* For PR1328:Reid Spencer2007-04-16
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* For PR1146:Reid Spencer2007-04-09
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR645:Reid Spencer2007-01-26
* For PR411:Reid Spencer2007-01-06
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-25
* remove deprecated methodsChris Lattner2005-05-16