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-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
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-20
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
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-19
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-18
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-18
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-16
The transform is:
Bill Wendling
2013-02-16
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-15
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
Fix refactoring mistake in "Teach InstCombine to work with smaller legal type...
Arnaud A. de Grandmaison
2013-02-15
Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
2013-02-15
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-14
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-13
Retain the name of the new internal global that's been shrunk.
Bill Wendling
2013-02-13
LoopVectorize: Simplify code for clarity.
Benjamin Kramer
2013-02-13
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
[asan] fix confusing indentation
Kostya Serebryany
2013-02-13
Fix comment
Arnaud A. de Grandmaison
2013-02-12
Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.
Michael Gottesman
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-12
[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...
Alexander Potapenko
2013-02-12
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-11
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-09
LSR IVChain improvement.
Andrew Trick
2013-02-09
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
[prev]
[next]