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
...
*
[MemorySSA] Add NDEBUG checks to verifiers; NFC
George Burgess IV
2018-08-28
1
-0
/
+4
*
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of S...
Roman Tereshin
2018-08-27
1
-8
/
+0
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
4
-6
/
+6
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
2
-3
/
+3
*
[PhiValues] Use callback value handles to invalidate deleted values
John Brawn
2018-08-24
1
-0
/
+17
*
[ValueTracking] Fix assert message and add test case for r340546 and PR38677.
Craig Topper
2018-08-23
1
-1
/
+1
*
[ValueTracking] Fix an assert from r340480.
Craig Topper
2018-08-23
1
-1
/
+3
*
[ValueTracking] Teach computeNumSignBits to understand min/max clamp patterns...
Craig Topper
2018-08-22
1
-1
/
+37
*
[MemorySSA] Invalidate optimized Defs upon moving them; NFC
George Burgess IV
2018-08-22
1
-5
/
+14
*
[AA] Remove a needless variable [NFC]
Philip Reames
2018-08-22
1
-3
/
+1
*
[AST] Minor whitespace cleanup [NFC]
Philip Reames
2018-08-22
1
-11
/
+7
*
[MemorySSA] Move two simple getters; NFC
George Burgess IV
2018-08-22
1
-8
/
+0
*
[AST] Fix a whitespace typo [NFC]
Philip Reames
2018-08-22
1
-1
/
+1
*
[AST] Reorder code to reduce a future patch diff [NFC]
Philip Reames
2018-08-22
1
-3
/
+3
*
[AST] Move a function definition into the cpp [NFC]
Philip Reames
2018-08-22
1
-0
/
+12
*
[AST] Remove notion of volatile from alias sets [NFCI]
Philip Reames
2018-08-21
1
-24
/
+8
*
[InstSimplify] use isKnownNeverNaN to fold more fcmp ord/uno
Sanjay Patel
2018-08-21
1
-7
/
+5
*
[NFC] Factor out predecessors collection into a separate method
Max Kazantsev
2018-08-21
1
-11
/
+20
*
[AST] Mark invariant.starts as being readonly
Philip Reames
2018-08-21
1
-1
/
+2
*
ValueTracking: Handle more instructions in isKnownNeverNaN
Matt Arsenault
2018-08-20
1
-3
/
+33
*
[AST] Clarify printing of unknown size locations [NFC]
Philip Reames
2018-08-17
1
-1
/
+4
*
[IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a Grap...
Alina Sbirlea
2018-08-17
1
-5
/
+16
*
[InstrSimplify,NewGVN] Add option to ignore additional instr info when simpli...
Florian Hahn
2018-08-17
2
-155
/
+188
*
[ConstantFolding] add simplifications for funnel shift intrinsics
Sanjay Patel
2018-08-17
1
-0
/
+25
*
[MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514
Max Kazantsev
2018-08-17
1
-33
/
+70
*
[MemLoc] Fix a bug causing any use of invariant.end to crash in LICM
Philip Reames
2018-08-16
1
-0
/
+4
*
[LICM][NFC] Restructure pointer invalidation API in terms of MemoryLocation
Philip Reames
2018-08-16
1
-6
/
+7
*
[NFC] Add missing const modifier
Max Kazantsev
2018-08-16
1
-1
/
+1
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
1
-1
/
+3
*
[MemorySSA] Expose the verify as a debug option.
Alina Sbirlea
2018-08-15
1
-3
/
+9
*
[AliasSetTracker] Do not treat experimental_guard intrinsic as memory writing...
Max Kazantsev
2018-08-15
1
-1
/
+7
*
[NFC] Refactoring of LoopSafetyInfo, step 1
Max Kazantsev
2018-08-15
1
-18
/
+17
*
[BasicAA] Don't assume tail calls with byval don't alias allocas
Reid Kleckner
2018-08-14
1
-6
/
+7
*
[AST] Minor formatting cleanup [NFC]
Philip Reames
2018-08-13
1
-8
/
+4
*
[AST] Cleanup code by using MemoryLocation utility [NFC]
Philip Reames
2018-08-13
1
-43
/
+11
*
[X86] Add constant folding for AVX512 versions of scalar floating point to in...
Craig Topper
2018-08-12
1
-5
/
+76
*
[InstSimplify] Guard against large shift amounts.
Benjamin Kramer
2018-08-12
1
-3
/
+3
*
[MemorySSA] "Fix" lifetime intrinsic handling
George Burgess IV
2018-08-10
1
-2
/
+7
*
ValueTracking: Start enhancing isKnownNeverNaN
Matt Arsenault
2018-08-09
2
-12
/
+32
*
[InstSimplify] move minnum/maxnum with Inf folds from instcombine
Sanjay Patel
2018-08-09
1
-1
/
+16
*
[InstSimplify] fold fsub+fadd with common operand
Sanjay Patel
2018-08-07
1
-0
/
+8
*
[InstSimplify] fold fadd+fsub with common operand
Sanjay Patel
2018-08-07
1
-1
/
+3
*
[InstSimplify] fold fsub+fsub with common operand
Sanjay Patel
2018-08-07
1
-0
/
+5
*
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
Wei Mi
2018-08-07
1
-2
/
+2
*
[InstSimplify] move minnum/maxnum with common op fold from instcombine
Sanjay Patel
2018-08-07
1
-0
/
+11
*
ValueTracking: Handle canonicalize in CannotBeNegativeZero
Matt Arsenault
2018-08-06
1
-0
/
+1
*
Re-enable "[ValueTracking] Teach isKnownNonNullFromDominatingCondition about ...
Max Kazantsev
2018-08-06
1
-10
/
+33
*
Revert rL338990 to see if it causes sanitizer failures
Max Kazantsev
2018-08-06
1
-28
/
+10
*
[ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND
Max Kazantsev
2018-08-06
1
-10
/
+28
*
Enrich inline messages
David Bolvansky
2018-08-05
1
-36
/
+57
[prev]
[next]