summaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAge
* Initialize function notes.Devang Patel2008-09-02
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Add some helpers for manipulating functionDuncan Sands2008-07-08
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* 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
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-06
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* Convenience method for setting the nounwindDuncan Sands2008-04-08
* Make sure that intrinsics automagically get theDuncan Sands2008-04-07
* 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
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-03
* If a function uses multive values in ret instruction then itDevang Patel2008-03-03
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-22
* Use isa<> instead of getTypeID() to check StructType.Devang Patel2008-02-21
* What if functions can return aggregate values ?Devang Patel2008-02-20
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* I got the predicate backwards in my last patch. The comment is correct, the ...Owen Anderson2008-02-18
* Duncan pointed out that we can fast fail here, because the sret parameter ofOwen Anderson2008-02-18
* Add a predicate to Argument to check for the StructRet attribute.Owen Anderson2008-02-17
* Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.Chris Lattner2008-01-24
* Remove the function attr cache for intrinsics. This does not maintain the Chris Lattner2008-01-03
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-02
* Fix a build issue on cygwinChris Lattner2008-01-02
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-19
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-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
* Small optimization of parameter attribute lookup.Duncan Sands2007-11-30
* Add a convenience method for modifying parameterDuncan Sands2007-11-30
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-25
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-22
* In order for parameter attribute uniquing to makeDuncan Sands2007-11-20
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-14
* Two ParamAttrsVectors which differ by a permutationDuncan Sands2007-09-11
* When Intrinsic::getName is constructing names for overloaded intrinsics,Dan Gohman2007-08-20
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-18
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-27
* For PR1553:Reid Spencer2007-07-19