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
Age
Commit message (
Expand
)
Author
2013-04-05
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-03
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
Small cleanups.
Michael Gottesman
2013-04-03
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
Removed an old comment.
Michael Gottesman
2013-04-03
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
Improved comment. No functionality change.
Michael Gottesman
2013-04-02
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-01
Correct assertion condition
Shuxin Yang
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-29
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
Removed trailing whitespace.
Michael Gottesman
2013-03-28
Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...
Michael Gottesman
2013-03-28
Minor simplification.
Bill Wendling
2013-03-28
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-26
Use the full path when outputting the `.gcda' file.
Bill Wendling
2013-03-26
Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.
Ulrich Weigand
2013-03-26
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-26
[ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...
Michael Gottesman
2013-03-25
Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
2013-03-25
Address issues found by Duncan during post-commit review of r177856.
Arnaud A. de Grandmaison
2013-03-25
InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
Arnaud A. de Grandmaison
2013-03-25
Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...
Michael Gottesman
2013-03-24
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-23
Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...
Michael Gottesman
2013-03-23
Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...
Michael Gottesman
2013-03-22
Kill every call to @clang.arc.use in the ARC contract phase.
John McCall
2013-03-22
Add all clauses when merging the landing pads. Duplicates will be handled lat...
Bill Wendling
2013-03-22
Don't use the removed API.
Bill Wendling
2013-03-22
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-21
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-21
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
[msan] Add an option to disable poisoning of shadow for undef values.
Evgeniy Stepanov
2013-03-21
simplify-libcalls: Removed unused variable
Meador Inge
[prev]
[next]