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
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Change errs() to dbgs().
David Greene
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-01
remove CallGraphNode::replaceCallSite, it is redundant with other APIs.
Chris Lattner
2009-09-01
cleanup/simplify
Chris Lattner
2009-08-31
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-23
remove a few DOUTs here and there.
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-26
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-15
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-06
More LLVMContext-ification.
Owen Anderson
2009-01-22
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-15
Add the private linkage.
Rafael Espindola
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
[next]