summaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAge
* Fix typo in comment.Jay Foad2011-06-17
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-22
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-16
* Another example of a static table that wasn't marked static.Duncan Sands2011-04-26
* mark a large static table static. Pointed out by Michael Ilseman!Chris Lattner2011-04-25
* Remove the code from Function::dropAllReferences which replacedDan Gohman2010-12-07
* Merge System into Support.Michael J. Spencer2010-11-29
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-01
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-23
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-29
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-19
* Add utility method for determining whether a function argumentDuncan Sands2009-12-11
* when we tear down a module, we need to be careful to Chris Lattner2009-10-28
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* LLVMContext-ification.Owen Anderson2009-07-07
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-02
* Simplify.Owen Anderson2009-06-18
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-17
* Protect the GC table in Function.cppOwen Anderson2009-06-17
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-10
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-07
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-01
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-01
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-12
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* tighten up return type checkChris Lattner2009-01-05
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-31
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-24
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-23
* Initialize function notes.Devang Patel2008-09-02