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
/
ArgumentPromotion.cpp
Age
Commit message (
Expand
)
Author
2008-04-19
Allow argpromote to promote struct arguments with a specified number
Chris Lattner
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-20
Take the old function's name.
Zhou Sheng
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-19
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-01
Don't drop function/call return attributes like 'nounwind'.
Duncan Sands
2008-01-17
Fix arg promotion to propagate the correct attrs on the calls to
Chris Lattner
2008-01-13
Small simplification.
Duncan Sands
2008-01-11
Teach argpromote to ruthlessly hack small byval structs when it can
Chris Lattner
2008-01-11
Use smallptrset instead of std::set for efficiency.
Chris Lattner
2008-01-11
a byval argument is guaranteed to be valid to load.
Chris Lattner
2008-01-11
Update this code to use eraseFromParent where possible. Compute
Chris Lattner
2008-01-11
replace a loop with a constant time check.
Chris Lattner
2008-01-11
another minor datastructure tweak.
Chris Lattner
2008-01-11
start using smallvector to avoid vector heap thrashing.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-25
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-26
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-23
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-03-01
Use APInt conversion to string so the result is correct regardless of the
Reid Spencer
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-12
stop using methods that take vectors.
Chris Lattner
2007-02-11
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-26
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2006-12-31
For PR950:
Reid Spencer
2006-12-19
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-26
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-10-03
Revert previous patch. Still breaking things.
Evan Cheng
2006-09-28
Another attempt at making ArgPromotion smarter. This patch no longer breaks ...
Owen Anderson
2006-09-15
revert previous two patches. They cause miscompilation of MultiSource/Applic...
Chris Lattner
2006-09-15
Revert my previous work on ArgumentPromotion. Further investigation has reve...
Owen Anderson
2006-09-02
Make ArgumentPromotion handle recursive functions that pass pointers in their...
Owen Anderson
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-05-09
Preserve calling conventions when doing IPO
Chris Lattner
2005-05-06
preserve the tail marker
Chris Lattner
[next]