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-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
2013-01-22
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
Fix a comment. Induction vars dont need to start at zero.
Nadav Rotem
2013-01-21
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-20
LoopVectorize: Fix a C++11 incompatibility.
Benjamin Kramer
2013-01-20
Fix a build error.
Nadav Rotem
2013-01-20
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-19
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-18
Improved comment.
Michael Gottesman
2013-01-18
Fixed typo in comment.
Michael Gottesman
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
80 columns
Alexey Samsonov
2013-01-18
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
Fixed 80+ violation.
Michael Gottesman
2013-01-17
Added missing const from my last commit.
Michael Gottesman
[prev]
[next]