aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
2009-10-28when we tear down a module, we need to be careful to Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-07LLVMContext-ification.Owen Anderson
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-02Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson
2009-06-18Simplify.Owen Anderson
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson
2009-06-17Reapply r73647 in a non-broken form.Owen Anderson
2009-06-17Protect the GC table in Function.cppOwen Anderson
2009-06-10Implement and use new method Function::hasAddressTaken().Jay Foad
2009-03-07further simplifications arising from peruse of the more declarative interfaceGabor Greif
2009-03-01Another sentinel optimization. This one should alwaysGabor Greif
2009-03-01Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-12make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-05tighten up return type checkChris Lattner
2008-12-31Don't analyze arguments already marked 'nocapture'.Duncan Sands
2008-09-26Now Attributes are divided in three groupsDevang Patel
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-23Use parameter attribute store (soon to be renamed) forDevang Patel
2008-09-02Initialize function notes.Devang Patel
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-30Added support for overloading intrinsics (atomics) based on pointersMon P Wang
2008-07-08Add some helpers for manipulating functionDuncan Sands
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-05-26Factor code to copy global value attributes likeDuncan Sands
2008-05-16Add functions to enable adding a single attribute to a function andEric Christopher
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-05-06Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov
2008-04-28Expose parameter attributes via C bindings.Gordon Henriksen
2008-04-08Convenience method for setting the nounwindDuncan Sands
2008-04-07Make sure that intrinsics automagically get theDuncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-13move a bunch of trivial methods to be inline.Chris Lattner
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-03-03s/isReturnStruct()/hasStructRetAttr()/gDevang Patel
2008-03-03If a function uses multive values in ret instruction then itDevang Patel
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen