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-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
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-20
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
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
Register the GCOV writeout functions so that they're emitted serially.
Bill Wendling
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-19
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-18
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
Register the flush function for each compile unit.
Bill Wendling
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
[next]