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
Age
Commit message (
Expand
)
Author
2009-03-09
Ignore debug info while evaluating function.
Devang Patel
2009-03-09
Remove llvm.dbg.global_variables also.
Devang Patel
2009-03-09
Add helper pass to remove llvm.dbg.declare intrinsics.
Devang Patel
2009-03-09
This debug info special case should no longer
Duncan Sands
2009-03-08
Keep calling-convention and tail-call bit when creating new invoke or call.
Nick Lewycky
2009-03-08
Fix comments, pointed out by Duncan Sands.
Nick Lewycky
2009-03-08
Mark function returns as noalias.
Nick Lewycky
2009-03-08
use MemTransferInst.
Chris Lattner
2009-03-07
fix a serious pessimization that Tron on IRC pointed out where we would
Chris Lattner
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-06
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner
2009-03-06
While thinking about the one-definition-rule and trying
Duncan Sands
2009-03-06
Revert 66224.
Devang Patel
2009-03-06
Revert rev. 66167.
Devang Patel
2009-03-06
Do not let debug info prevert globalopt from shriking a global vars to boolean.
Devang Patel
2009-03-05
GlobalOpt only process non constant local GVs while optimizing global vars.
Devang Patel
2009-03-04
Temporarily revert r65994. It was causing rdar://6646455.
Bill Wendling
2009-03-04
If a global constant is dead then global's debug info should not prevent the ...
Devang Patel
2009-03-03
Recursively remove dead argument while removing llvm.dbg.declare intrinsic.
Devang Patel
2009-03-03
Ignore debug info intrinsics.
Devang Patel
2009-03-02
Remove all dbg symobls, including those with circular references.
Devang Patel
2009-02-18
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-17
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
This transform also applies to private linkage.
Duncan Sands
2009-02-15
Make this more useful for cleaning up after the
Duncan Sands
2009-02-15
If the target of an alias has internal linkage, then the
Duncan Sands
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-25
The function that does nothing but call malloc is noalias return.
Nick Lewycky
2009-01-23
use CallSite::isCalle instead of slow getOperandNo
Gabor Greif
2009-01-23
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-22
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-18
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-14
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-13
Correct a comment.
Duncan Sands
2009-01-12
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-11
Increase default inlining aggressiveness in partial
Dale Johannesen
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
2009-01-07
Whitespace - correct formatting.
Duncan Sands
2009-01-07
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
Reorder these.
Duncan Sands
2009-01-07
Use a switch rather than a sequence of "isa" tests.
Duncan Sands
2009-01-07
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-05
Teach the internalize pass to also internalize
Duncan Sands
2009-01-05
Not having an aliasee is a theoretical possibility.
Duncan Sands
2009-01-05
Format more neatly.
Duncan Sands
2009-01-05
Remove trailing spaces.
Duncan Sands
[next]