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
/
Scalar
Age
Commit message (
Expand
)
Author
2013-04-01
Correct assertion condition
Shuxin Yang
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-24
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-21
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-20
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-19
Update global merge pass according to Duncan's advices:
Quentin Colombet
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
Revert "Cleanup some SCEV logic a bit."
Andrew Trick
2013-03-19
Cleanup some SCEV logic a bit.
Andrew Trick
2013-03-19
Tighten up an internal LSR API that should check for NULL.
Andrew Trick
2013-03-18
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-12
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-07
Keep coding stanard.
Jakub Staszak
2013-03-07
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-04
Bypass Slow Divides
Preston Gurd
2013-02-24
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-21
Remove dead code and whitespace.
Chad Rosier
2013-02-20
Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
2013-02-19
Remove unused variable.
Jakub Staszak
2013-02-19
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
Remove unneeded #includes.
Jakub Staszak
2013-02-19
Fix typos.
Jakub Staszak
2013-02-16
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-12
Actually delete this code, since it's really not clear what it's
Dan Gohman
2013-02-12
Record PRE predecessors with a SmallVector instead of a DenseMap, and
Dan Gohman
2013-02-12
When disabling PRE for a value is directly redundant with itself
Dan Gohman
2013-02-12
Check that pointers are removed from maps before calling delete on the pointers,
Dan Gohman
2013-02-12
Minor code simplification.
Dan Gohman
2013-02-09
LSR IVChain improvement.
Andrew Trick
2013-02-09
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-01
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-27
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-24
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-22
Fixed typo.
Michael Gottesman
2013-01-22
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
[next]