projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
[oota-llvm.git]
/
lib
/
Transforms
/
2012-11-14
Hal Finkel
Replace std::vector -> SmallVector in BBVectorize
tree
|
commitdiff
2012-11-14
Hal Finkel
Fix the largest offender of determinism in BBVectorize
tree
|
commitdiff
2012-11-14
Alexey Samsonov
[TSan] fix indentation
tree
|
commitdiff
2012-11-14
Nadav Rotem
use the getSplat API. Patch by Paul Redmond.
tree
|
commitdiff
2012-11-13
Alexey Samsonov
Figure out <size> argument of llvm.lifetime intrinsics...
tree
|
commitdiff
2012-11-13
Hal Finkel
BBVectorize: Remove temporary assert used for debugging
tree
|
commitdiff
2012-11-13
Meador Inge
instcombine: Migrate math library call simplifications
tree
|
commitdiff
2012-11-13
Hal Finkel
BBVectorize: Don't vectorize vector-manipulation chains
tree
|
commitdiff
2012-11-13
Shuxin Yang
revert r167740
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Only some insert element operand pairs...
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Use a more sophisticated check for input...
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Check the types of compare instructions
tree
|
commitdiff
2012-11-12
Shuxin Yang
This change is to fix rdar://12571717 which is about...
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Check the input types of shuffles for...
tree
|
commitdiff
2012-11-12
Alexey Samsonov
[ASan] fixup for r167725: Don't fetch name of StructTyp...
tree
|
commitdiff
2012-11-12
Meador Inge
Normalize memcmp constant folding results.
tree
|
commitdiff
2012-11-12
Alexey Samsonov
[ASan]: Add minimalistic support for turning off initia...
tree
|
commitdiff
2012-11-12
Meador Inge
Delete a stale comment. No functional change.
tree
|
commitdiff
2012-11-11
Meador Inge
instcombine: Migrate memset optimizations
tree
|
commitdiff
2012-11-11
Meador Inge
instcombine: Migrate memmove optimizations
tree
|
commitdiff
2012-11-11
Meador Inge
instcombine: Migrate memcpy optimizations
tree
|
commitdiff
2012-11-11
Nadav Rotem
Fix a comment typo and add comments.
tree
|
commitdiff
2012-11-11
Meador Inge
instcombine: Migrate memcmp optimizations
tree
|
commitdiff
2012-11-11
Meador Inge
instcombine: Migrate strstr optimizations
tree
|
commitdiff
2012-11-11
Meador Inge
Add method for replacing instructions to LibCallSimplifier
tree
|
commitdiff
2012-11-10
Meador Inge
instcombine: Migrate strcspn optimizations
tree
|
commitdiff
2012-11-10
Meador Inge
instcombine: Query target library information to gate...
tree
|
commitdiff
2012-11-09
Dmitry Vyukov
tsan: switch to new memory_order constants (ABI compatible)
tree
|
commitdiff
2012-11-09
Dmitry Vyukov
tsan: instrument all atomics (including fetch_add,...
tree
|
commitdiff
2012-11-09
Nadav Rotem
Add support for memory runtime check. When we can,...
tree
|
commitdiff
2012-11-08
Meador Inge
instcombine: Migrate strspn optimizations
tree
|
commitdiff
2012-11-07
Hans Wennborg
Only do switch-to-lookup table transformation when...
tree
|
commitdiff
2012-11-07
Kostya Serebryany
[asan] fix bug 14277 (asan needs to fail with fata...
tree
|
commitdiff
2012-11-03
Duncan Sands
Generalize the transform that boosts GEP indices to...
tree
|
commitdiff
2012-11-02
Alexey Samsonov
Fix whitespaces
tree
|
commitdiff
2012-11-02
Chandler Carruth
Revert the switch of loop-idiom to use the new dependen...
tree
|
commitdiff
2012-11-02
Duncan Sands
Fix an obvious typo that causes an assertion failure...
tree
|
commitdiff
2012-11-02
Chandler Carruth
Fix sign compare warning. Patch by Mahesha HS.
tree
|
commitdiff
2012-11-01
Hal Finkel
BBVectorize: Use target costs for incoming and outgoing...
tree
|
commitdiff
2012-11-01
Kostya Serebryany
[asan] don't instrument globals that we've created...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the series of commits starting with r166578...
tree
|
commitdiff
2012-11-01
Hal Finkel
BBVectorize: Account for internal shuffle costs
tree
|
commitdiff
2012-11-01
Jakub Staszak
Don't insert and erase load instruction. Simply create...
tree
|
commitdiff
2012-10-31
Nadav Rotem
LoopVectorize: Preserve NSW, NUW and IsExact flags.
tree
|
commitdiff
2012-10-31
Benjamin Kramer
LCSSA: Try to recover compile time regressions due...
tree
|
commitdiff
2012-10-31
Nadav Rotem
Put the threshold magic number in a variable.
tree
|
commitdiff
2012-10-31
Hans Wennborg
Remove fixme about unreachable cases from SwitchToLooku...
tree
|
commitdiff
2012-10-31
Nadav Rotem
Remove enum values since they are not used anymore.
tree
|
commitdiff
2012-10-31
Hans Wennborg
Address Duncan's comments on r167121.
tree
|
commitdiff
2012-10-31
Hal Finkel
BBVectorize: Choose pair ordering to minimize shuffles
tree
|
commitdiff
2012-10-31
Hans Wennborg
Address Duncan's comments on r167115
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Migrate strto* optimizations
tree
|
commitdiff
2012-10-31
Hans Wennborg
Fix false -> NULL conversion from r167115 spotted by...
tree
|
commitdiff
2012-10-31
Benjamin Kramer
Replace some instances of UniqueVector with SetVector...
tree
|
commitdiff
2012-10-31
Hans Wennborg
Do simple constant propagation in lookup table formatio...
tree
|
commitdiff
2012-10-31
Benjamin Kramer
LCSSA: Add a workaround for another nasty SCEV cache...
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Migrate strpbrk optimizations
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Migrate strlen optimizations
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Migrate strncpy optimizations
tree
|
commitdiff
2012-10-31
Nadav Rotem
LoopVectorize: Do not vectorize loops with tiny constan...
tree
|
commitdiff
2012-10-31
Nadav Rotem
Add support for loops that don't start with Zero.
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Migrate stpcpy optimizations
tree
|
commitdiff
2012-10-31
Meador Inge
instcombine: Split out the __stpcpy_chk simplifications...
tree
|
commitdiff
2012-10-30
Nadav Rotem
Add documentation.
tree
|
commitdiff
2012-10-30
Chandler Carruth
Fix PR14212: For some strange reason I treated vectors...
tree
|
commitdiff
2012-10-30
Hal Finkel
BBVectorize: Cache fixed-order pairs instead of recompu...
tree
|
commitdiff
2012-10-30
Benjamin Kramer
LoopIdiom: Fix a serious missed optimization: we only...
tree
|
commitdiff
2012-10-30
Hal Finkel
BBVectorize: Fix a small bug introduced in r167042.
tree
|
commitdiff
2012-10-30
Hal Finkel
BBVectorize: Simplify how input swapping is handled.
tree
|
commitdiff
2012-10-30
Hal Finkel
BBVectorize: Don't make calls to SE when the result...
tree
|
commitdiff
2012-10-30
Nadav Rotem
80-col
tree
|
commitdiff
2012-10-30
Nadav Rotem
LoopVectorize: Add support for write-only loops when...
tree
|
commitdiff
2012-10-30
Nadav Rotem
LoopVectorize: Fix a bug in the initialization of reduc...
tree
|
commitdiff
2012-10-30
Duncan Sands
Fix isEliminableCastPair to work correctly in the prese...
tree
|
commitdiff
2012-10-30
Ulrich Weigand
Enable some additional constant folding for PPCDoubleDo...
tree
|
commitdiff
2012-10-30
Hans Wennborg
Use TargetTransformInfo to control switch-to-lookup...
tree
|
commitdiff
2012-10-30
Nadav Rotem
LoopVectorizer: change debug prints: Print the module...
tree
|
commitdiff
2012-10-29
Nadav Rotem
LoopVectorize: Update and preserve the dominator tree...
tree
|
commitdiff
2012-10-29
Ulrich Weigand
In various places throughout the code generator, there...
tree
|
commitdiff
2012-10-29
Nadav Rotem
Rename the BB-vectorize flag to match the dragonegg...
tree
|
commitdiff
2012-10-29
Duncan Sands
Remove a wrapper around getIntPtrType added to GVN...
tree
|
commitdiff
2012-10-29
Nadav Rotem
Change the PassManagerBuilder (used by -O3) loop vector...
tree
|
commitdiff
2012-10-29
Rafael Espindola
llvm-extract changes linkages so that functions on...
tree
|
commitdiff
2012-10-29
Rafael Espindola
llvm-extract was unable to handle aliases. It would...
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Add checks to avoid turning memmove into...
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Recognize memmove loops.
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Replace custom dependence analysis with...
tree
|
commitdiff
2012-10-27
Hal Finkel
Update BBVectorize to use the new VTTI instr. cost...
tree
|
commitdiff
2012-10-27
Nadav Rotem
1. Fix a bug in getTypeConversion. When a *simple*...
tree
|
commitdiff
2012-10-26
Nadav Rotem
Refactor the VectorTargetTransformInfo interface.
tree
|
commitdiff
2012-10-26
Rafael Espindola
Change the internalize pass to internalize all symbols...
tree
|
commitdiff
2012-10-26
Benjamin Kramer
LoopSimplify: Preserve DependenceAnalysis.
tree
|
commitdiff
2012-10-26
Benjamin Kramer
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
tree
|
commitdiff
2012-10-26
Hal Finkel
Use VTTI->getNumberOfParts in BBVectorize.
tree
|
commitdiff
2012-10-26
Hal Finkel
Disable generation of pointer vectors by BBVectorize.
tree
|
commitdiff
2012-10-25
Hal Finkel
BBVectorize, when using VTTI, should not form types...
tree
|
commitdiff
2012-10-25
Hal Finkel
Begin incorporating target information into BBVectorize.
tree
|
commitdiff
2012-10-25
Nadav Rotem
LoopVectorize: Teach the cost model to query scalar...
tree
|
commitdiff
2012-10-25
Jakob Stoklund Olesen
Also optimize large switch statements.
tree
|
commitdiff
next