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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-18
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...
Nuno Lopes
2012-05-18
add test case for bugfix in r157032
Nuno Lopes
2012-05-18
FileCheck-ify, apropos of nothing
Joel Jones
2012-05-15
Teach SimplifyLibCalls about stpcpy.
David Majnemer
2012-05-14
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-12
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-11
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
Fix a minor logic mistake transforming compares in instcombine. PR12514.
Eli Friedman
2012-05-10
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
formatting change: strip debug info from test
Joel Jones
2012-05-10
Fix a problem with incomplete equality testing of PHINodes in
Joel Jones
2012-05-09
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
objectsize:
Nuno Lopes
2012-05-09
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
Fixed a typo
Filipe Cabecinhas
2012-05-08
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
Calling ReassociateExpression recursively is extremely dangerous since it will
Duncan Sands
2012-05-07
Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...
Owen Anderson
2012-05-05
Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...
Stepan Dyatkovskiy
2012-05-03
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-02
The value held in the vector may be RAUW'ed by some of the canonicalization
Bill Wendling
2012-05-01
An instruction in a loop is not guaranteed to be executed just because the loop
Nick Lewycky
2012-05-01
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
Lang Hames
2012-04-30
Just mark the sign bit as known zero, rather than any other irrelevant bits
Duncan Sands
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-30
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-27
Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
Hal Finkel
2012-04-27
Reapply r155682, making constant folding more consistent, with a fix to work
Dan Gohman
2012-04-27
Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...
NAKAMURA Takumi
2012-04-27
Use ConstantExpr::getExtractElement when constant-folding vectors
Dan Gohman
2012-04-26
Add instcombine patterns for the following transformations:
Chad Rosier
2012-04-26
Teach the reassociate pass to fold chains of multiplies with repeated
Chandler Carruth
2012-04-25
Actually delete now-empty file.
Chandler Carruth
2012-04-25
Reverting r155468. Chris and Chandler have convinced me that it's dangerous and
Lang Hames
2012-04-24
ConstantFoldSelectInstruction swapped the operands of the select.
Nadav Rotem
2012-04-24
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
Lang Hames
2012-04-24
Fix a crash on valid (if UB) bitcode that is produced for some global
Chandler Carruth
2012-04-23
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-22
Tidy up this test more:
Chandler Carruth
2012-04-22
FileCheck-ize a test, and tidy it up a touch.
Chandler Carruth
2012-04-20
Revert r155136 "Defer some shl transforms to DAGCombine."
Jakob Stoklund Olesen
2012-04-19
Avoid a bug in the path count computation, preventing an infinite
Dan Gohman
2012-04-19
Defer some shl transforms to DAGCombine.
Jakob Stoklund Olesen
2012-04-19
Extract the broken part of XFAILed test into its own file.
Jakob Stoklund Olesen
[prev]
[next]