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-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
2013-01-17
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-16
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-15
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
LoopVectorizer cost model. Honor the user command line flag that selects the ...
Nadav Rotem
2013-01-15
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-14
Remove trailing spaces.
Jakub Staszak
2013-01-14
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
Fix Casting Bug
David Greene
2013-01-14
Fix typo in comment.
Nick Lewycky
2013-01-14
Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.
Michael Gottesman
2013-01-14
Fixed some 80+ violations.
Michael Gottesman
2013-01-14
Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...
Michael Gottesman
2013-01-13
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-13
[ObjCARC] Even more debug messages!
Michael Gottesman
2013-01-13
[ObjCARC] More debug messages.
Michael Gottesman
2013-01-12
Fix an editor goof in r171738 that Bill spotted. He may even have a test
Chandler Carruth
2013-01-12
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
Fixed debug message in ObjCARC.
Michael Gottesman
2013-01-12
Fixed a few debug messages in ObjCARC and added one.
Michael Gottesman
2013-01-12
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-11
Fixed whitespace.
Michael Gottesman
2013-01-11
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
[next]