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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relax an assert a bit to avoid a crash on unreachable code.
Rafael Espindola
2014-12-01
1
-1
/
+1
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-11
/
+0
*
InstSimplify: Restore optimizations lost in r210006
David Majnemer
2014-11-27
1
-0
/
+34
*
LazyValueInfo: Actually re-visit partially solved block-values in solveBlockV...
Hans Wennborg
2014-11-25
1
-58
/
+78
*
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
Chandler Carruth
2014-11-25
1
-4
/
+10
*
InstSimplify: Handle some simple tautological comparisons
David Majnemer
2014-11-25
1
-0
/
+34
*
Factor check for the assume intrinsic out of checks in computeKnownBitsFromAs...
Philip Reames
2014-11-24
1
-42
/
+39
*
Remove the unused FindUsedTypes pass.
Rafael Espindola
2014-11-24
3
-101
/
+0
*
Add and use Type::subtypes. NFC.
Rafael Espindola
2014-11-24
1
-3
/
+2
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+11
*
InstSimplify: Simplify (sub 0, X) -> X if it's NUW
David Majnemer
2014-11-22
1
-11
/
+3
*
LazyValueInfo: range'ify some for-loops. No functional change.
Hans Wennborg
2014-11-21
1
-34
/
+19
*
LazyValueInfo: fix some typos and indentation, etc. NFC.
Hans Wennborg
2014-11-21
1
-10
/
+12
*
AliasSet: Simplify mergeSetIn
David Majnemer
2014-11-19
1
-4
/
+3
*
AliasSetTracker: UnknownInsts should contribute to the refcount
David Majnemer
2014-11-19
1
-15
/
+26
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
17
-32
/
+37
*
ScalarEvolution: Construct SCEVDivision's Derived type instead of itself
David Majnemer
2014-11-17
1
-12
/
+21
*
ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision
David Majnemer
2014-11-16
1
-15
/
+58
*
[DependenceAnalysis] Allow subscripts of different types
Jingyue Wu
2014-11-16
1
-4
/
+27
*
ScalarEvolution: HowFarToZero was wrongly using signed division
David Majnemer
2014-11-16
1
-10
/
+10
*
InstSimplify: Optimize ICmpInst xform that uses computeKnownBits
David Majnemer
2014-11-16
1
-21
/
+17
*
Revert "Don't make assumptions about the name of private global variables."
Reid Kleckner
2014-11-15
1
-1
/
+0
*
Don't make assumptions about the name of private global variables.
Rafael Espindola
2014-11-14
1
-0
/
+1
*
Remove redundant virtual on overriden functions.
David Blaikie
2014-11-14
1
-2
/
+2
*
Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use ...
Hal Finkel
2014-11-13
1
-5
/
+55
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-11-13
1
-0
/
+60
*
CGSCC should not treat intrinsic calls like function calls (PR21403)
Sanjay Patel
2014-11-12
1
-1
/
+8
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
6
-24
/
+26
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-1
/
+16
*
Indentation fixes
Michael Liao
2014-11-06
1
-38
/
+38
*
remove extra breaks; NFC
Sanjay Patel
2014-11-05
1
-4
/
+1
*
InstSimplify: Exact shifts of X by Y are X if X has the lsb set
David Majnemer
2014-11-05
1
-11
/
+31
*
Analysis: Make isSafeToSpeculativelyExecute fire less for divides
David Majnemer
2014-11-04
1
-15
/
+23
*
InstSimplify: Fold a hasNoSignedWrap() call into a match() expression
David Majnemer
2014-11-04
1
-2
/
+1
*
InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression
David Majnemer
2014-11-04
1
-2
/
+1
*
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
*
Use AA in LoadCombine
Hal Finkel
2014-11-03
1
-1
/
+6
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
6
-31
/
+29
*
[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
Bradley Smith
2014-10-31
1
-6
/
+26
*
Add handling for range metadata in ValueTracking isKnownNonZero
Philip Reames
2014-10-30
1
-0
/
+29
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
2
-12
/
+7
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
2
-12
/
+11
*
Clean up assume intrinsic pattern matching, no need to check that the argumen...
Benjamin Kramer
2014-10-25
1
-11
/
+6
*
[InstSimplify] Support constant folding to vector of pointers
Bruno Cardoso Lopes
2014-10-22
1
-2
/
+12
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-10
/
+4
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
3
-0
/
+19
*
remove function names from comments; NFC
Sanjay Patel
2014-10-21
1
-2
/
+2
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-4
/
+10
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
2
-2
/
+4
[next]