summaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAge
* 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
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Add some helpers for manipulating functionDuncan Sands2008-07-08
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-16
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-06
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* Convenience method for setting the nounwindDuncan Sands2008-04-08
* Make sure that intrinsics automagically get theDuncan Sands2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-13
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-03
* If a function uses multive values in ret instruction then itDevang Patel2008-03-03
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-22