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
*
[NFC] Fix unused var in release builds
Jordan Rupprecht
2019-10-16
1
-0
/
+1
*
[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
Alina Sbirlea
2019-10-16
3
-69
/
+49
*
[IndVars] Fix a miscompile in off-by-default loop predication implementation
Philip Reames
2019-10-16
1
-5
/
+33
*
[SLP] avoid reduction transform on patterns that the backend can load-combine...
Sanjay Patel
2019-10-16
1
-0
/
+48
*
[InstCombine][AMDGPU] Fix crash with v3i16/v3f16 buffer intrinsics
Piotr Sobczak
2019-10-16
1
-0
/
+7
*
SimpleLoopUnswitch - fix uninitialized variable and null dereference warnings...
Simon Pilgrim
2019-10-16
1
-2
/
+3
*
CodeExtractor: NFC: Use Range based loop
Aditya Kumar
2019-10-16
1
-4
/
+4
*
[NewGVN] Check that call has an access.
Alina Sbirlea
2019-10-15
1
-2
/
+5
*
[MemorySSA] Update DomTree before applying MSSA updates.
Alina Sbirlea
2019-10-15
1
-8
/
+5
*
[Alignment][NFC] Value::getPointerAlignment returns MaybeAlign
Guillaume Chatelet
2019-10-15
1
-1
/
+2
*
[InstCombine] fold a shifted bool zext to a select (2nd try)
Sanjay Patel
2019-10-15
1
-0
/
+6
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-1
/
+2
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
14
-36
/
+39
*
Revert [SROA] Reuse existing lifetime markers if possible
David L. Jones
2019-10-15
1
-8
/
+2
*
Revert [InstCombine] fold a shifted bool zext to a select
Sanjay Patel
2019-10-14
1
-6
/
+0
*
[MemorySSA] Update for partial unswitch.
Alina Sbirlea
2019-10-14
1
-0
/
+7
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
2
-161
/
+36
*
[InstCombine] fold a shifted bool zext to a select
Sanjay Patel
2019-10-14
1
-0
/
+6
*
[LoopIdiom] BCmp: loop exit count must not be wider than size_t that `bcmp` t...
Roman Lebedev
2019-10-14
1
-0
/
+6
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
4
-0
/
+177
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
4
-177
/
+0
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-8
/
+12
*
[NewGVN] Use m_Br to simplify code a bit. (NFC)
Florian Hahn
2019-10-13
1
-5
/
+5
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
4
-0
/
+177
*
[Attributor] Shortcut no-return through will-return
Johannes Doerfert
2019-10-13
1
-8
/
+11
*
[Attributor][FIX] NullPointerIsDefined needs the pointer AS (AANonNull)
Johannes Doerfert
2019-10-13
1
-3
/
+18
*
[Attributor][MemBehavior] Fallback to the function state for arguments
Johannes Doerfert
2019-10-13
1
-8
/
+17
*
[Attributor][FIX] Use check prefix that is actually tested
Johannes Doerfert
2019-10-13
1
-9
/
+24
*
[NFC][InstCombine] Some preparatory cleanup in dropRedundantMaskingOfLeftShif...
Roman Lebedev
2019-10-13
1
-23
/
+21
*
[InstCombine] don't assume 'inbounds' for bitcast deref or null pointer in no...
Sanjay Patel
2019-10-13
1
-2
/
+10
*
[Attributor][FIX] Avoid splitting blocks if possible
Johannes Doerfert
2019-10-13
1
-8
/
+14
*
[Attributor][FIX] Remove leftover, now unused, variable
Johannes Doerfert
2019-10-13
1
-2
/
+0
*
[Attributor] Remove unused verification flag
Johannes Doerfert
2019-10-13
1
-24
/
+0
*
[Attributor][NFC] Expose call site traversal without QueryingAA
Johannes Doerfert
2019-10-13
1
-9
/
+17
*
[Attributor][FIX] Ensure h2s doesn't trigger on escaped pointers
Johannes Doerfert
2019-10-13
1
-1
/
+9
*
[Attributor][FIX] Do not apply h2s for arbitrary mallocs
Johannes Doerfert
2019-10-13
1
-16
/
+22
*
[Attributor][FIX] Avoid modifying naked/optnone functions
Johannes Doerfert
2019-10-13
1
-5
/
+0
*
[SROA] Reuse existing lifetime markers if possible
Johannes Doerfert
2019-10-13
1
-2
/
+8
*
[NFC][LoopIdiom] Adjust FIXME to be self-explanatory
Roman Lebedev
2019-10-12
1
-1
/
+1
*
[LoopIdiomRecognize] Recommit: BCmp loop idiom recognition
Roman Lebedev
2019-10-12
1
-8
/
+870
*
[Attributor] Extend anonymous namespace. NFC.
Benjamin Kramer
2019-10-12
1
-1
/
+1
*
[LV] Merge LLVM_DEBUG blocks.
Benjamin Kramer
2019-10-12
1
-15
/
+17
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
3
-49
/
+108
*
[asan] Return true from instrumentModule
Vitaly Buka
2019-10-12
1
-3
/
+2
*
[VPlan] Add moveAfter to VPRecipeBase.
Florian Hahn
2019-10-11
2
-0
/
+10
*
Fix compilation warnings. NFC.
Michael Liao
2019-10-11
1
-1
/
+1
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
2
-36
/
+161
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
2
-45
/
+57
*
[InstCombine] recognize popcount.
Chen Zheng
2019-10-11
1
-0
/
+67
*
[CVP] Remove a masking operation if range information implies it's a noop
Philip Reames
2019-10-11
1
-0
/
+27
[next]