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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2012-11-29
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
fix a typo
Shuxin Yang
2012-11-29
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-28
Add error handling in getInt.
Patrik Hägglund
2012-11-28
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
Move sprintf simplifier tests to test/Transforms/InstCombine
Meador Inge
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.
NAKAMURA Takumi
2012-11-27
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...
NAKAMURA Takumi
2012-11-27
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
NAKAMURA Takumi
2012-11-27
Trailing linefeeds.
NAKAMURA Takumi
2012-11-27
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...
NAKAMURA Takumi
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
Fast-math test for SimplifyInstruction: fold multiply by 0
Michael Ilseman
2012-11-26
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
Fix bogus comment; no functional change.
Meador Inge
2012-11-26
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-25
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
Add support for pointer induction variables even when there is no integer ind...
Nadav Rotem
2012-11-23
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-22
Add more functions to the target library information.
Meador Inge
2012-11-21
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
NAKAMURA Takumi
2012-11-21
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-20
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-18
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-17
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-16
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-16
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-15
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-14
Remove DOS line endings.
Jakub Staszak
2012-11-13
Fix the instcombine GEP index widening transform to work correctly for vector
Duncan Sands
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
[prev]
[next]