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-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
2013-01-28
Removed extraneous doxygen end module statement.
Michael Gottesman
2013-01-28
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.
Michael Gottesman
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-27
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-27
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-26
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-26
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-25
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-24
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-24
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
[prev]
[next]