summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-7/+6
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-6/+7
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-4/+29
* Small optimization of parameter attribute lookup.Duncan Sands2007-11-301-1/+1
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-1/+59
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-7/+0
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-5/+29
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-251-1/+44
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-221-4/+4
* In order for parameter attribute uniquing to makeDuncan Sands2007-11-201-2/+6
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-141-0/+4
* Two ParamAttrsVectors which differ by a permutationDuncan Sands2007-09-111-0/+4
* When Intrinsic::getName is constructing names for overloaded intrinsics,Dan Gohman2007-08-201-1/+2
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-7/+24
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+2
* For PR1553:Reid Spencer2007-07-191-2/+2
* Add the byval attributeRafael Espindola2007-07-061-0/+2
* Fix a user-reported error building with GCC 3.4.4 on Cygwin.Chris Lattner2007-06-051-1/+1
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+2
* simplify some codeChris Lattner2007-04-251-5/+2
* For PR1136:Reid Spencer2007-04-221-0/+18
* For PR1146:Reid Spencer2007-04-221-27/+22
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-171-1/+0
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-2/+0
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-5/+2
* Don't return 0 if the len == 5, let the assert handle that case.Reid Spencer2007-04-161-1/+1
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-161-0/+2
* For PR1328:Reid Spencer2007-04-161-3/+4
* For PR1146:Reid Spencer2007-04-111-8/+8
* For PR1146:Reid Spencer2007-04-091-0/+64
* For PR1146:Reid Spencer2007-04-091-2/+2
* For PR1297:Reid Spencer2007-04-011-5/+14
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-151-3/+6
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-1/+2
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-0/+19
* For PR411:Reid Spencer2007-02-051-4/+2
* For PR645:Reid Spencer2007-01-261-39/+0
* For PR411:Reid Spencer2007-01-061-2/+2
* For PR950:Reid Spencer2006-12-311-1/+1
* For PR950:Reid Spencer2006-11-271-2/+2
* Remove unused variable.Reid Spencer2006-11-021-1/+1
OpenPOWER on IntegriCloud