index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ValueTracking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
2015-03-25
1
-3
/
+1
*
ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive...
Benjamin Kramer
2015-03-21
1
-2
/
+3
*
Infer known bits from dominating conditions
Philip Reames
2015-03-10
1
-0
/
+212
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-259
/
+213
*
Teach ComputeNumSignBits about signed reminder.
Nadav Rotem
2015-03-06
1
-1
/
+27
*
Teach ComputeNumSignBits about signed divisions.
Nadav Rotem
2015-03-03
1
-0
/
+17
*
Fix really obscure bug in CannotBeNegativeZero() (PR22688)
Sanjay Patel
2015-02-25
1
-1
/
+7
*
ValueTracking: Make isBytewiseValue simpler and more powerful at the same time.
Benjamin Kramer
2015-02-07
1
-19
/
+9
*
ValueTracking: Make isSafeToSpeculativelyExecute a little cleaner
David Majnemer
2015-02-01
1
-14
/
+14
*
Fold fcmp in cases where value is provably non-negative. By Arch Robison.
Elena Demikhovsky
2015-01-28
1
-0
/
+53
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
1
-0
/
+29
*
[PM] Cleanup a const_cast and other machinery left over in this code
Chandler Carruth
2015-01-04
1
-2
/
+1
*
Fix unused variable warning for non-asserts builds. NFC.
Michael Kuperstein
2015-01-04
1
-2
/
+2
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-28
/
+32
*
ValueTracking: ComputeNumSignBits should tolerate misshapen phi nodes
David Majnemer
2015-01-04
1
-2
/
+5
*
ValueTracking: Make computeKnownBits for Arguments a little more clear
David Majnemer
2015-01-03
1
-0
/
+3
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-7
/
+16
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
1
-0
/
+39
*
ValueTracking: Small cleanup in ComputeNumSignBits
David Majnemer
2014-12-26
1
-2
/
+2
*
[ValueTracking] Move GlobalAlias handling to be after the max depth check in ...
Michael Kuperstein
2014-12-23
1
-15
/
+14
*
ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssume
David Majnemer
2014-12-12
1
-0
/
+4
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-4
/
+8
*
Factor check for the assume intrinsic out of checks in computeKnownBitsFromAs...
Philip Reames
2014-11-24
1
-42
/
+39
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+3
*
Indentation fixes
Michael Liao
2014-11-06
1
-38
/
+38
*
remove extra breaks; NFC
Sanjay Patel
2014-11-05
1
-4
/
+1
*
Analysis: Make isSafeToSpeculativelyExecute fire less for divides
David Majnemer
2014-11-04
1
-15
/
+23
*
remove function names from comments; NFC
Sanjay Patel
2014-11-04
1
-39
/
+35
*
fix typo in comment
Sanjay Patel
2014-11-04
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Add handling for range metadata in ValueTracking isKnownNonZero
Philip Reames
2014-10-30
1
-0
/
+29
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-1
/
+1
*
Introduce a 'nonnull' metadata on Load instructions.
Philip Reames
2014-10-20
1
-0
/
+4
*
Move previously dead code to handle computing the known bits of an alias
Chandler Carruth
2014-10-19
1
-10
/
+11
*
Fix an ODR violation consisting of two 'struct Query' in the global namespace.
Benjamin Kramer
2014-09-12
1
-0
/
+2
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+212
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-104
/
+457
*
Make fabs safe to speculatively execute
Matt Arsenault
2014-08-29
1
-0
/
+1
*
ValueTracking: Figure out more bits when looking at add/sub
David Majnemer
2014-08-22
1
-66
/
+38
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Make use of the align parameter attribute for all pointer arguments
Hal Finkel
2014-07-22
1
-6
/
+2
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-1
/
+1
*
Teach computeKnownBits to look through addrspacecast.
Matt Arsenault
2014-07-15
1
-0
/
+2
*
Teach GetUnderlyingObject / BasicAA about addrspacecast
Matt Arsenault
2014-07-15
1
-1
/
+2
*
Look through addrspacecast in GetPointerBaseWithConstantOffset
Matt Arsenault
2014-07-14
1
-1
/
+2
[prev]
[next]