aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-011-1/+1
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-4/+8
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-231-2/+2
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-1/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-2/+3
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-191-2/+2
* Add utility method for determining whether a function argumentDuncan Sands2009-12-111-0/+7
* when we tear down a module, we need to be careful to Chris Lattner2009-10-281-1/+14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+2
* LLVMContext-ification.Owen Anderson2009-07-071-3/+6
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-4/+4
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-2/+2
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-021-0/+6
* Simplify.Owen Anderson2009-06-181-15/+7
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-1/+1
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-171-15/+25
* Protect the GC table in Function.cppOwen Anderson2009-06-171-19/+25
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-101-0/+11
* 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