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-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
2013-01-24
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-24
Remove trailing whitespace.
Craig Topper
2013-01-23
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
InstCombine: Clean up weird code that talks about a modulus that's long gone.
Benjamin Kramer
2013-01-23
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-22
Fixed typo.
Michael Gottesman
2013-01-22
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-22
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
[prev]
[next]