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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizers] Use covering ObjectFormatType switches
Hubert Tong
2019-07-19
1
-1
/
+6
*
[Loop Peeling] Enable peeling of multiple exits by default.
Serguei Katkov
2019-07-19
1
-1
/
+1
*
[InstCombine] Dropping redundant masking before left-shift [5/5] (PR42563)
Roman Lebedev
2019-07-19
1
-4
/
+5
*
[InstCombine] Dropping redundant masking before left-shift [4/5] (PR42563)
Roman Lebedev
2019-07-19
1
-3
/
+6
*
[InstCombine] Dropping redundant masking before left-shift [3/5] (PR42563)
Roman Lebedev
2019-07-19
1
-2
/
+6
*
[InstCombine] Dropping redundant masking before left-shift [2/5] (PR42563)
Roman Lebedev
2019-07-19
1
-16
/
+32
*
[InstCombine] Dropping redundant masking before left-shift [1/5] (PR42563)
Roman Lebedev
2019-07-19
1
-2
/
+5
*
[InstCombine] Dropping redundant masking before left-shift [0/5] (PR42563)
Roman Lebedev
2019-07-19
1
-0
/
+50
*
[LoopInfo] Use early return in branch weight update functions. NFC.
Serguei Katkov
2019-07-18
1
-29
/
+30
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-6
/
+19
*
[Attributor][NFC] Remove unnecessary debug output
Hideto Ueno
2019-07-17
1
-1
/
+0
*
[Attributor] Deduce "willreturn" function attribute
Hideto Ueno
2019-07-17
1
-0
/
+120
*
[IndVars] Speculative fix for an assertion failure seen in bots
Philip Reames
2019-07-16
1
-1
/
+6
*
[ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.
Amara Emerson
2019-07-16
1
-3
/
+8
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
11
-14
/
+14
*
hwasan: Pad arrays with non-1 size correctly.
Peter Collingbourne
2019-07-16
1
-5
/
+9
*
Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."
Eric Christopher
2019-07-15
1
-248
/
+46
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
2
-244
/
+117
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
2
-0
/
+2
*
[FunctionAttrs] Remove readonly and writeonly assertion
Johannes Doerfert
2019-07-15
1
-2
/
+5
*
[Loop Peeling] Fix the bug with IDom setting for exit loops
Serguei Katkov
2019-07-15
1
-3
/
+18
*
[LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.
Florian Hahn
2019-07-15
1
-5
/
+2
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
2
-1
/
+22
*
[Attributor] Deduce "nonnull" attribute
Hideto Ueno
2019-07-15
1
-0
/
+284
*
[LoopUtils] Extend the scope of getLoopEstimatedTripCount
Serguei Katkov
2019-07-15
1
-6
/
+14
*
[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function
Serguei Katkov
2019-07-15
1
-13
/
+7
*
[LV] Exclude loop-invariant inputs from scalar cost computation.
Florian Hahn
2019-07-14
1
-22
/
+42
*
[Attributor][NFC] Run clang-format on the attributor files (.h/.cpp)
Johannes Doerfert
2019-07-13
1
-12
/
+7
*
[Attributor] Only return attributes with a valid state
Johannes Doerfert
2019-07-13
1
-3
/
+2
*
[MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea
2019-07-12
4
-7
/
+8
*
[InstCombine] Disable fold from D64285 for non-integer types
David Bolvansky
2019-07-12
1
-0
/
+2
*
The variable "Latch" is only used in an assert, which makes builds that use "...
Sterling Augustine
2019-07-12
1
-2
/
+1
*
Addition to rL365925, removing remaining virtuals
Stefan Stipanovic
2019-07-12
1
-5
/
+5
*
Remove unused methods in Sancov.
Leonard Chan
2019-07-12
1
-27
/
+6
*
[Attributor] Removing unnecessary `virtual` keywords.
Stefan Stipanovic
2019-07-12
1
-12
/
+12
*
[Attributor] Deduce "nofree" function attribute
Hideto Ueno
2019-07-12
1
-0
/
+70
*
[IndVars] Use exit count reasoning to discharge obviously untaken exits
Philip Reames
2019-07-12
1
-17
/
+110
*
Delete dead stores
Fangrui Song
2019-07-12
4
-12
/
+5
*
[InstCombine] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr ...
David Bolvansky
2019-07-12
1
-0
/
+41
*
[InstCombine] Reorder pow() transformations (NFC)
Evandro Menezes
2019-07-12
1
-23
/
+19
*
[NewPM] Port Sancov
Leonard Chan
2019-07-11
2
-110
/
+258
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
2
-0
/
+194
*
[InstCombine] don't move FP negation out of a constant expression
Sanjay Patel
2019-07-11
1
-2
/
+4
*
OpaquePtr: use load instruction directly for type. NFC.
Tim Northover
2019-07-11
1
-2
/
+1
*
[InstCombine] Reorder recently added/improved pow transformations
David Bolvansky
2019-07-11
1
-3
/
+3
*
NFC: Pass DataLayout into isBytewiseValue
Vitaly Buka
2019-07-10
2
-7
/
+8
*
[LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map.
Alina Sbirlea
2019-07-10
1
-4
/
+8
*
[CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)
Vedant Kumar
2019-07-10
1
-13
/
+29
*
[CodeExtractor] Simplify findAllocas, NFC
Vedant Kumar
2019-07-10
1
-73
/
+91
*
[PatternMatch] Generalize m_SpecificInt_ULT() to take ICmpInst::Predicate
Roman Lebedev
2019-07-10
2
-2
/
+4
[next]