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
*
[SafeStack] Insert the deref before remaining elements
Petr Hosek
2019-07-24
1
-7
/
+2
*
[IndVars] Fix a subtle bug in optimizeLoopExits
Philip Reames
2019-07-23
1
-2
/
+4
*
[SLPVectorizer] Revert local change that got accidently got committed in rL36...
Simon Pilgrim
2019-07-23
1
-1
/
+0
*
[TargetLowering] Add SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-23
1
-0
/
+1
*
[SLPVectorizer] Remove null-pointer test. NFCI.
Simon Pilgrim
2019-07-23
1
-4
/
+4
*
[Attributor][NFC] Re-run clang-format on the Attributor.cpp
Hideto Ueno
2019-07-23
1
-7
/
+4
*
[Attributor] Deduce "dereferenceable" attribute
Hideto Ueno
2019-07-23
1
-14
/
+429
*
[LLVM-C] Improve Bindings to The Internalize Pass
Robert Widmann
2019-07-23
1
-0
/
+9
*
Inline function call into assert to fix unused variable warning.
Richard Trieu
2019-07-23
1
-3
/
+2
*
Fixing build error from commit 95cbc3d
Stefan Stipanovic
2019-07-22
2
-1
/
+175
*
Revert "Fixing build error from commit 9285295."
Stefan Stipanovic
2019-07-22
2
-173
/
+1
*
Fixing build error from commit 9285295.
Stefan Stipanovic
2019-07-22
2
-1
/
+173
*
[NFC][PatternMatch] Refactor code into a proper "matcher for any integral con...
Roman Lebedev
2019-07-22
1
-18
/
+1
*
Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.
Eric Christopher
2019-07-22
2
-175
/
+1
*
[Attributor] Liveness analysis.
Stefan Stipanovic
2019-07-22
2
-1
/
+175
*
[Attributor] NoAlias on return values.
Stefan Stipanovic
2019-07-22
1
-4
/
+109
*
[SafeStack] Insert the deref after the offset
Petr Hosek
2019-07-22
1
-2
/
+2
*
WholeProgramDevirt: Teach the pass to respect the global's alignment.
Peter Collingbourne
2019-07-22
1
-4
/
+7
*
LowerTypeTests: Teach the pass to respect global alignments.
Peter Collingbourne
2019-07-22
1
-19
/
+26
*
[SLPVectorizer] Fix some MSVC/cppcheck uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-07-22
1
-3
/
+3
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
2
-6
/
+11
*
[Loop Peeling] Fix the handling of branch weights of peeled off branches.
Serguei Katkov
2019-07-22
1
-62
/
+41
*
[InstCombine] Update comment I missed in r366649. NFC
Craig Topper
2019-07-21
1
-1
/
+1
*
[InstCombine] Remove insertRangeTest code that handles the equality case.
Craig Topper
2019-07-21
1
-4
/
+2
*
[InstCombine] Don't use AddOne/SubOne to see if two APInts are 1 apart. Use A...
Craig Topper
2019-07-21
1
-5
/
+9
*
[Local] Zap blockaddress without users in ConstantFoldTerminator.
Florian Hahn
2019-07-20
1
-0
/
+6
*
[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
[next]