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-07
Moved some comments due to the recent refactoring of ObjCARC.
Michael Gottesman
2013-02-07
Preserve fast-math flags after reassociation and commutation. Update test cases
Michael Ilseman
2013-02-05
InstCombine: Fix and simplify the inttoptr side too.
Benjamin Kramer
2013-02-05
Removed explicit inline as per the LLVM style guide.
Michael Gottesman
2013-02-05
InstCombine: Harden code to work with vectors of pointers and simplify it a bit.
Benjamin Kramer
2013-02-05
Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Arnold Schwaighofer
2013-02-05
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal
Chad Rosier
2013-02-05
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-02
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-01
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-02-01
Revert r174152. The shift amount may overflow and in that case this transform...
Nadav Rotem
2013-02-01
Optimize shift lefts of a constant by a value plus constant into a single shift.
Nadav Rotem
2013-01-31
Linker: correctly link in dbg.declare
Manman Ren
2013-01-31
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
Linker: correctly link in dbg.declare
Manman Ren
2013-01-30
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-29
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
Hopefully fix the Windows build failure introduced in r173769
Timur Iskhodzhanov
2013-01-29
Fixed 2 more header comments...
Michael Gottesman
2013-01-29
Fixed header comment.
Michael Gottesman
2013-01-29
Fixed some whitespace/80+ violations. Also added a space after a namespace de...
Michael Gottesman
2013-01-29
Added missing dashes from header declaration comment.
Michael Gottesman
2013-01-29
Juggled Debug.h from ObjCARC.h to only the including cpp files that
Michael Gottesman
2013-01-29
Sorted includes using utils/sort_includes.
Michael Gottesman
2013-01-29
Added two missing headers from ObjCARCAliasAnalysis.h.
Michael Gottesman
2013-01-29
Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...
Michael Gottesman
2013-01-29
Extracted ObjCARCContract from ObjCARCOpts into its own file.
Michael Gottesman
2013-01-29
Removed some cruft from ObjCARCAliasAnalysis.cpp.
Michael Gottesman
2013-01-29
Unroll again after running BBVectorize
Hal Finkel
2013-01-28
Vectorization Factor clarification
Renato Golin
2013-01-28
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
Revert r173678.
Evgeniy Stepanov
2013-01-28
[msan] Make msan-handle-icmp-exact=0 by default.
Evgeniy Stepanov
2013-01-28
Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...
Michael Gottesman
2013-01-28
Cleaned up includes in various ObjCARC files and removed some whitespace viol...
Michael Gottesman
2013-01-28
Refactor ObjCARCAliasAnalysis into its own file.
Michael Gottesman
2013-01-28
Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.
Michael Gottesman
2013-01-28
Fixed case insensitive issue.
Michael Gottesman
[next]