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
/
Transforms
/
IPO
/
StructRetPromotion.cpp
Age
Commit message (
Expand
)
Author
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-08
Update the callgraph correctly.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-14
Replace two for loops with while(!X->use_empty()) loops. This prevents
Matthijs Kooijman
2008-08-07
Let SRETPromotion properly preserve the function name instead of (implicitly)
Matthijs Kooijman
2008-08-07
Fix SRETPromotion, it was generating functions without returns statements since
Matthijs Kooijman
2008-08-07
Add some debug output to SRETPromotion.
Matthijs Kooijman
2008-07-23
Enable first-class aggregates support.
Dan Gohman
2008-06-05
Let StructRetPromotion check if all if its users are really calls or invokesn,
Matthijs Kooijman
2008-06-05
Let StructRetPromotion check if it's users are really calling it and not
Matthijs Kooijman
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-09
Fix a type and formatting.
Duncan Sands
2008-05-08
Improve pass documentation and comments.
Gordon Henriksen
2008-05-08
Check linkage.
Devang Patel
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
Fix attribute handling.
Devang Patel
2008-03-11
Initialize.
Devang Patel
2008-03-05
Skip, for now, callsites where use of sret argument is not dominated by calls...
Devang Patel
2008-03-04
Filter nested structs
Devang Patel
2008-03-04
Use appropriate index to get the result value.
Devang Patel
2008-03-04
Skip sret attribute while preparing attribute list for
Devang Patel
2008-03-04
Increment counter that keeps track of total number of sret promoted.
Devang Patel
2008-03-04
Skip declarations.
Devang Patel
2008-03-04
Process externally visible functions also. Later on code generator will do th...
Devang Patel
2008-03-04
Collect statistics.
Devang Patel
2008-03-03
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
Preserve paramater attributes.
Devang Patel
2008-02-29
Fix cut-n-pasto.
Devang Patel
2008-02-29
Add pass to promote sret.
Devang Patel