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
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-08
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-04
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-30
Use an ArrayRef instead of explicit vector type.
Bill Wendling
2012-04-10
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-26
Tidy.
Eric Christopher
2012-03-26
Tidy.
Eric Christopher
2012-03-25
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-24
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-20
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
whitespace
Andrew Trick
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-15
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-05
Switch mem2reg to use the new hashing infrastructure.
Chandler Carruth
2012-02-25
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-20
Fix 80-column violation.
Chad Rosier
2012-02-17
Remove redundant comment. Use a more efficient datatype.
Bill Wendling
2012-02-17
Fix some grammar-os and formatting.
Bill Wendling
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-01-31
s/getInnerUnwindDest/getInnerResumeDest/g
Bill Wendling
2012-01-31
Remove ivar which is identical to another ivar.
Bill Wendling
2012-01-31
Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.
Bill Wendling
2012-01-31
Remove more dead functions.
Bill Wendling
2012-01-31
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
Bill Wendling
2012-01-31
Remove some unused, old-EH methods.
Bill Wendling
2012-01-31
Get rid of references to dead intrinsics.
Bill Wendling
2012-01-31
Formatting cleanups. No functionality change.
Bill Wendling
2012-01-31
Remove no-longer-useful dyn_casts and pals.
Bill Wendling
[prev]
[next]