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
/
Utils
Age
Commit message (
Expand
)
Author
2011-06-15
Remove unused code.
Eli Friedman
2011-06-14
Use IRBuilder to make our intrinsic calls in the inliner so that we pick up
John McCall
2011-06-14
Use Value::stripPointerCasts instead of reinventing part of the wheel.
Nick Lewycky
2011-06-13
It's possible that an all-zero GEP may be used as the argument to lifetime
Nick Lewycky
2011-06-09
SplitCriticalEdge can sometimes split the edge from an invoke to a landing
John McCall
2011-06-09
Teach the CallGraph to ignore calls to intrinsics.
John McCall
2011-06-04
If the block that we're threading through is jumped to by an indirect branch,
Bill Wendling
2011-06-01
First, do no harm -- even if we can't find a selector for an enclosing
John McCall
2011-05-29
Fix this to work correctly with phis; test case to follow if this successfully
John McCall
2011-05-28
Implement and document the llvm.eh.resume intrinsic, which is
John McCall
2011-05-27
Fix the inliner to maintain the current de facto invoke semantics:
John McCall
2011-05-27
One more debug line number miss in instcombine (although the code in question...
Eli Friedman
2011-05-24
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-22
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
Teach the inliner to emit llvm.lifetime.start/end, to scope the local variables
Nick Lewycky
2011-05-19
Reapply r131605. This time with a fix, which is to use NoFolder.
Devang Patel
2011-05-19
revert 131605 to fix PR9946.
Rafael Espindola
2011-05-19
Use IRBuilder.
Devang Patel
2011-05-19
Use IRBuilder while simplifying unreachable.
Devang Patel
2011-05-18
Use IRBuilder while simplifying conditional branch.
Devang Patel
2011-05-18
Use IRBuilder while simplifying branch.
Devang Patel
2011-05-18
Use IRBuilder while simplifying return instruction.
Devang Patel
2011-05-18
Spread use of IRBuilder even more.
Devang Patel
2011-05-18
Use IRBuilder while simplifying switch instruction.
Devang Patel
2011-05-18
Use IRBuilder while simplifying unwind.
Devang Patel
2011-05-18
Use IRBuilder while simplifying terminator.
Devang Patel
2011-05-18
Use IRBuilder while simplifying unconditional branch.
Devang Patel
2011-05-18
Use IRBuilder while folding two entry PHINode.
Devang Patel
2011-05-18
Set up IRBuilder for use during simplification.
Devang Patel
2011-05-18
fix typo
Matt Beaumont-Gay
2011-05-18
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-17
Preseve line numbers while simplifying CFG.
Devang Patel
2011-05-17
Preserve line number information.
Devang Patel
2011-05-16
There is no need to force DebugLoc on a PHI at this point.
Devang Patel
2011-05-16
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-05-14
SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.
Benjamin Kramer
2011-05-04
Set debug location for new PHI nodes created in exit block.
Devang Patel
2011-05-02
Scanning entire basic block may be too expensive in terms of compile time. In...
Devang Patel
2011-04-29
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-29
SimplifyCFG: Expose phi node folding cost threshold as command line parameter
Peter Collingbourne
2011-04-29
SimplifyCFG: Add CostRemaining parameter to DominatesMergePoint
Peter Collingbourne
2011-04-29
SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p...
Peter Collingbourne
2011-04-28
Remove DbgDeclare only if all uses are converted.
Devang Patel
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-19
Trivial simplification.
Jay Foad
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
rework FoldBranchToCommonDest to exit earlier when there is a bonus
Chris Lattner
2011-04-11
comment cleanup, use moveBefore instead of removeFromParent+insertBefore.
Chris Lattner
[prev]
[next]