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
2011-12-27
Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
Nick Lewycky
2011-12-26
Fix warning.
Rafael Espindola
2011-12-23
Fix typo "infinte".
Nick Lewycky
2011-12-22
Add the actual code for r147175.
Chad Rosier
2011-12-22
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-21
Fix a copy+pasto. No testcase, because the symptoms of dereferencing
Dan Gohman
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-12-14
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-13
Cleanup. Clarify LSRInstance public methods.
Andrew Trick
2011-12-12
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-12
Only replace fwrite with fputc, if the return value is unused.
Joerg Sonnenberger
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
When computing reverse-CFG reverse-post-order, skip backedges, as
Dan Gohman
2011-12-12
Add a TODO comment.
Dan Gohman
2011-12-12
Fix a copy+pasto in a comment.
Dan Gohman
2011-12-12
Use getArgOperand instead of getOperand on a call.
Dan Gohman
2011-12-12
Inline SetSeqToRelease into its only caller, since it's more clear that way.
Dan Gohman
2011-12-12
Fix omitted break statements in a switch.
Dan Gohman
2011-12-12
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-10
LSR: ignore strides in outer loops.
Andrew Trick
2011-12-09
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-08
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
Nick Lewycky
2011-12-06
Push StringRefs through the metadata interface.
Benjamin Kramer
2011-12-06
LSR: prune undesirable formulae early.
Andrew Trick
2011-12-05
Update comment.
Chad Rosier
2011-12-05
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-03
Fixed deadstoreelimination bug where negative indices were incorrectly causin...
Pete Cooper
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-01
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-29
Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...
Stepan Dyatkovskiy
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-15
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-11-15
StringRefize and simplify.
Benjamin Kramer
2011-11-12
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-11
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-10
Fixed bug in DeadStoreElimination commit r144239
Pete Cooper
2011-11-09
DeadStoreElimination can now trim the size of a store if the end of the store...
Pete Cooper
2011-11-08
LICM pass now understands invariant load metadata. Nothing generates this ye...
Pete Cooper
2011-11-05
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
[next]