index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Function.cpp
Age
Commit message (
Expand
)
Author
2009-10-28
when we tear down a module, we need to be careful to
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-25
Initial update to VMCore to use Twines for string arguments.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-07
LLVMContext-ification.
Owen Anderson
2009-07-07
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-07-02
Add an accessor to Function so that Passes can easily get access to the context.
Owen Anderson
2009-06-18
Simplify.
Owen Anderson
2009-06-18
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-17
Reapply r73647 in a non-broken form.
Owen Anderson
2009-06-17
Protect the GC table in Function.cpp
Owen Anderson
2009-06-10
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-03-07
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-01
Another sentinel optimization. This one should always
Gabor Greif
2009-03-01
Reuse a technique (pioneered for BasicBlocks) of superposing ilist with
Gabor Greif
2009-02-24
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-12
make tblgen emit the entire Intrinsic::getAttributes method,
Chris Lattner
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
tighten up return type check
Chris Lattner
2008-12-31
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-02
Initialize function notes.
Devang Patel
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-07-08
Add some helpers for manipulating function
Duncan Sands
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-05-16
Add functions to enable adding a single attribute to a function and
Eric Christopher
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-06
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-04-28
Expose parameter attributes via C bindings.
Gordon Henriksen
2008-04-08
Convenience method for setting the nounwind
Duncan Sands
2008-04-07
Make sure that intrinsics automagically get the
Duncan Sands
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-13
move a bunch of trivial methods to be inline.
Chris Lattner
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-03
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
If a function uses multive values in ret instruction then it
Devang Patel
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
[next]