projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
SCEV: Allow simple AddRec * Parameter products in delinearization
[oota-llvm.git]
/
lib
/
Analysis
/
2015-10-12
Tobias Grosser
SCEV: Allow simple AddRec * Parameter products in delin...
tree
|
commitdiff
2015-10-10
Duncan P. N. Exon...
Analysis: Remove implicit ilist iterator conversions
tree
|
commitdiff
2015-10-09
Reid Kleckner
[WinEH] Delete the old landingpad implementation of...
tree
|
commitdiff
2015-10-09
Artur Pilipenko
ValueTracking: use getAlignment in isAligned
tree
|
commitdiff
2015-10-09
Sanjoy Das
[SCEV] Call `StrengthenNoWrapFlags` after `GroupByCompl...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Bring some methods up to coding style; NFC
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Remove comment repeated in cpp file; NFC
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Pick backedge values for phi nodes correctly
tree
|
commitdiff
2015-10-08
Sanjay Patel
[ValueTracking] teach computeKnownBits that a fabs...
tree
|
commitdiff
2015-10-08
James Molloy
Compute demanded bits for icmp instructions
tree
|
commitdiff
2015-10-08
James Molloy
Treat Mul just like Add and Subtract
tree
|
commitdiff
2015-10-08
James Molloy
Make demanded bits lazy
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Check `Pred` first in isKnownPredicateViaSplitting
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Use `auto *` instead of `auto`; NFCI
tree
|
commitdiff
2015-10-07
Mehdi Amini
Revert "Revert "This patch builds on top of D13378...
tree
|
commitdiff
2015-10-07
Sanjoy Das
[SCEV] Use some C++11'ism, NFC
tree
|
commitdiff
2015-10-07
Artur Pilipenko
Teach computeKnownBits to use new align attribute/metadata
tree
|
commitdiff
2015-10-07
James Molloy
Revert "This patch builds on top of D13378 to handle...
tree
|
commitdiff
2015-10-06
Hans Wennborg
Fix Clang-tidy modernize-use-nullptr warnings in source...
tree
|
commitdiff
2015-10-06
Joseph Tremoulet
[WinEH] Recognize CoreCLR personality function
tree
|
commitdiff
2015-10-06
Philip Reames
Extend known bits to understand @llvm.bswap
tree
|
commitdiff
2015-10-06
Philip Reames
Fix pr25040 - Handle vectors of i1s in recently added...
tree
|
commitdiff
2015-10-06
Mehdi Amini
This patch builds on top of D13378 to handle constant...
tree
|
commitdiff
2015-10-03
Sanjoy Das
Try to appease MSVC, NFCI.
tree
|
commitdiff
2015-10-03
Sanjoy Das
Try to appease the MSVC bots, NFCI.
tree
|
commitdiff
2015-10-02
Sanjoy Das
Try to appease the MSVC bots, NFC.
tree
|
commitdiff
2015-10-02
Sanjoy Das
[SCEV] Recognize simple br-phi patterns
tree
|
commitdiff
2015-10-02
Piotr Padlewski
inariant.group handling in GVN
tree
|
commitdiff
2015-10-02
Sanjoy Das
[SCEV] Refactor out a createNodeForSelect
tree
|
commitdiff
2015-10-02
Sanjoy Das
[SCEV] Try to prove predicates by splitting them
tree
|
commitdiff
2015-09-30
Artur Pilipenko
Refactor computeKnownBits alignment handling code
tree
|
commitdiff
2015-09-29
Igor Laevsky
[ValueTracking] Lower dom-conditions-dom-blocks and...
tree
|
commitdiff
2015-09-29
James Molloy
[ValueTracking] Teach isKnownNonZero about monotonicall...
tree
|
commitdiff
2015-09-28
Sanjoy Das
[SCEV] Don't crash on pointer comparisons
tree
|
commitdiff
2015-09-28
Artur Pilipenko
Introduce !align metadata for load instruction
tree
|
commitdiff
2015-09-28
Philip Reames
[InstSimplify] Fold simple known implications to true
tree
|
commitdiff
2015-09-27
Sanjoy Das
[SCEV] identical instructions don't compute equal values
tree
|
commitdiff
2015-09-26
Chen Li
[Bug 24848] Use range metadata to constant fold compari...
tree
|
commitdiff
2015-09-25
Sanjoy Das
[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to...
tree
|
commitdiff
2015-09-25
Sanjoy Das
[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when...
tree
|
commitdiff
2015-09-25
Sanjoy Das
Revert two SCEV changes that caused test failures in...
tree
|
commitdiff
2015-09-25
Sanjay Patel
more space; NFC
tree
|
commitdiff
2015-09-25
Sanjoy Das
[SCEV] Teach isLoopBackedgeGuardedByCond to exploit...
tree
|
commitdiff
2015-09-25
Sanjoy Das
[SCEV] Extract helper function from isImpliedCond; NFC
tree
|
commitdiff
2015-09-25
Sanjoy Das
[SCEV] Exploit A < B => (A+K) < (B+K) when possible
tree
|
commitdiff
2015-09-25
James Molloy
[GlobalsAA] Teach GlobalsAA about nocapture
tree
|
commitdiff
2015-09-24
James Molloy
[ValueTracking] Teach isKnownNonZero a new trick
tree
|
commitdiff
2015-09-24
Justin Bogner
Fix a think-o in which functions these should surround
tree
|
commitdiff
2015-09-24
Justin Bogner
Add some NDEBUG checks I accidentally dropped in r248462
tree
|
commitdiff
2015-09-24
Justin Bogner
BasicAA: Move BasicAAResult::alias out-of-line. NFC
tree
|
commitdiff
2015-09-23
Chen Li
[Bug 24848] Use range metadata to constant fold compari...
tree
|
commitdiff
2015-09-23
Sanjoy Das
[SCEV] Introduce ScalarEvolution::getOne and getZero.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat comment lines.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-09-22
Sanjoy Das
[SCEV] Use SaveAndRestore<T> instead of a hand rolled...
tree
|
commitdiff
2015-09-21
Philip Reames
Fix for pr24866
tree
|
commitdiff
2015-09-21
Marcello Maggioni
[DivergenceAnalysis] Separated definition of class...
tree
|
commitdiff
2015-09-18
Larisse Voufo
Clean up: Refactoring the hardcoded value of 6 for...
tree
|
commitdiff
2015-09-18
Igor Laevsky
[LazyValueInfo] Report nonnull range for nonnull pointers
tree
|
commitdiff
2015-09-18
Artur Pilipenko
Support align attribute for return values
tree
|
commitdiff
2015-09-17
Sanjay Patel
fix typo; NFC
tree
|
commitdiff
2015-09-17
Sanjoy Das
[SCEV] Use auto instead of full iterator type; NFCI.
tree
|
commitdiff
2015-09-16
Naomi Musgrave
ScalarEvolution: added tmp to avoid use-after-dtor...
tree
|
commitdiff
2015-09-16
Eric Christopher
constify the Function parameter to the TTI creation...
tree
|
commitdiff
2015-09-15
Larisse Voufo
Revert "Clean up: Refactoring the hardcoded value of...
tree
|
commitdiff
2015-09-15
Sanjay Patel
80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80...
tree
|
commitdiff
2015-09-14
Chen Li
[InstCombineCalls] Use isKnownNonNullAt() to check...
tree
|
commitdiff
2015-09-14
NAKAMURA Takumi
GlobalsAAResult: Try to fix crash.
tree
|
commitdiff
2015-09-12
Larisse Voufo
Clean up: Refactoring the hardcoded value of 6 for...
tree
|
commitdiff
2015-09-10
Matthew Simpson
[SCEV] Consistently Handle Expressions That Cannot...
tree
|
commitdiff
2015-09-10
NAKAMURA Takumi
GlobalsAAResult(&&): Move every members.
tree
|
commitdiff
2015-09-10
Sanjoy Das
[ScalarEvolution] Fix PR24757.
tree
|
commitdiff
2015-09-09
Piotr Padlewski
ScalarEvolution assume hanging bugfix
tree
|
commitdiff
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
tree
|
commitdiff
2015-09-08
Diego Novillo
Fix PR 24723 - Handle 0-mass backedges in irreducible...
tree
|
commitdiff
2015-09-03
Joseph Tremoulet
[WinEH] Add cleanupendpad instruction
tree
|
commitdiff
2015-09-02
James Molloy
[ValueTracking] Look through casts when both operands...
tree
|
commitdiff
2015-08-31
Quentin Colombet
[BasicAA] Fix the handling of sext and zext in the...
tree
|
commitdiff
2015-08-31
Reid Kleckner
[EH] Handle non-Function personalities like unknown...
tree
|
commitdiff
2015-08-31
Philip Reames
[LazyValueInfo] Look through Phi nodes when trying...
tree
|
commitdiff
2015-08-30
Elena Demikhovsky
NFC: Code style in VectorUtils.cpp
tree
|
commitdiff
2015-08-30
Renato Golin
Revert "Revert "New interface function is added to...
tree
|
commitdiff
2015-08-30
Renato Golin
Revert "New interface function is added to VectorUtils...
tree
|
commitdiff
2015-08-30
Elena Demikhovsky
New interface function is added to VectorUtils
tree
|
commitdiff
2015-08-28
David Majnemer
Revert r246232 and r246304.
tree
|
commitdiff
2015-08-28
David Majnemer
[CodeGen] isInTailCallPosition didn't consider readnone...
tree
|
commitdiff
2015-08-28
George Burgess IV
Fix: CFLAA -- Mark no-args returns as unknown
tree
|
commitdiff
2015-08-27
David Majnemer
[ValueTracking] readnone CallInsts are fair game for...
tree
|
commitdiff
2015-08-27
Erik Schnetter
Enable constant propagation for more math functions
tree
|
commitdiff
2015-08-27
Erik Schnetter
Revert 246186; still breaks on some systems
tree
|
commitdiff
2015-08-27
Erik Schnetter
Enable constant propagation for more math functions
tree
|
commitdiff
2015-08-27
Erik Schnetter
Revert r246158 since it breaks LLVM.Transforms/ConstPro...
tree
|
commitdiff
2015-08-27
Erik Schnetter
Enable constant propagation for more math functions
tree
|
commitdiff
2015-08-27
Pete Cooper
isKnownNonNull needs to consider globals in non-zero...
tree
|
commitdiff
2015-08-23
Joseph Tremoulet
[WinEH] Require token linkage in EH pad/ret signatures
tree
|
commitdiff
2015-08-21
Adam Nemet
[LAA] Hold bounds via ValueHandles during SCEV expansion
tree
|
commitdiff
2015-08-21
Bruno Cardoso Lopes
[LVI] Use a SmallVector instead of SmallPtrSet. NFC
tree
|
commitdiff
2015-08-20
David Majnemer
[InstSimplify] add nuw %x, C2 must be at least C2
tree
|
commitdiff
2015-08-20
Jingyue Wu
[ValueTracking] computeOverflowForSignedAdd and isKnown...
tree
|
commitdiff
next