aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-7/+0
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-011-7/+0
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-011-7/+0
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-241-0/+10
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-5/+7
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-7/+5
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-5/+7
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-121-10/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* tighten up return type checkChris Lattner2009-01-051-4/+2
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-311-0/+7
* Now Attributes are divided in three groupsDevang Patel2008-09-261-1/+1
* Large mechanical patch.Devang Patel2008-09-251-20/+20
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-5/+5
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-231-1/+0
* Initialize function notes.Devang Patel2008-09-021-0/+2
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-30/+32
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-2/+7
* Add some helpers for manipulating functionDuncan Sands2008-07-081-13/+7
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-0/+12
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-161-0/+6
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+2
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-061-24/+0
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-281-0/+11
* Convenience method for setting the nounwindDuncan Sands2008-04-081-0/+9
* Make sure that intrinsics automagically get theDuncan Sands2008-04-071-3/+5
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+1
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-131-36/+0
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-31/+6
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-4/+4
* If a function uses multive values in ret instruction then itDevang Patel2008-03-031-1/+2
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+5
* Use isa<> instead of getTypeID() to check StructType.Devang Patel2008-02-211-1/+1
* What if functions can return aggregate values ?Devang Patel2008-02-201-1/+2
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-3/+3
* I got the predicate backwards in my last patch. The comment is correct, the ...Owen Anderson2008-02-181-1/+1
* Duncan pointed out that we can fast fail here, because the sret parameter ofOwen Anderson2008-02-181-1/+2
* Add a predicate to Argument to check for the StructRet attribute.Owen Anderson2008-02-171-0/+7
* Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.Chris Lattner2008-01-241-0/+31
* Remove the function attr cache for intrinsics. This does not maintain the Chris Lattner2008-01-031-7/+1
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-213/+34
* Fix a build issue on cygwinChris Lattner2008-01-021-6/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+26
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+2
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-101-0/+4
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+39