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
*
[LSR] Generate cross iteration indexes
Sam Parker
2019-02-07
1
-23
/
+67
*
[LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with Memo...
Alina Sbirlea
2019-02-06
3
-45
/
+120
*
[InstCombine] X | C == C --> (X & ~C) == 0
Sanjay Patel
2019-02-06
1
-9
/
+18
*
[NFC] Simplify check in guard widening
Max Kazantsev
2019-02-06
1
-9
/
+3
*
[NFC] Factor out detatchment of dead blocks from their erasing
Max Kazantsev
2019-02-06
1
-18
/
+26
*
[LoopSimplifyCFG] Do not count dead exit blocks twice, make CFG simpler
Max Kazantsev
2019-02-06
1
-1
/
+3
*
[NFC] Revert rL353274
Max Kazantsev
2019-02-06
1
-10
/
+5
*
[NFC] Extend API of DeleteDeadBlock(s) to collect updates without DTU
Max Kazantsev
2019-02-06
1
-5
/
+10
*
[NFC] Replace readonly SmallVectorImpl with ArrayRef
Max Kazantsev
2019-02-06
1
-3
/
+2
*
[HotColdSplit] Move splitting after instrumented PGO use
Teresa Johnson
2019-02-06
1
-5
/
+5
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
13
-13
/
+13
*
[HotColdSplit] Do not split out `resume` instructions
Vedant Kumar
2019-02-05
1
-2
/
+6
*
[InstCombine] limit extracting shuffle transform based on uses
Sanjay Patel
2019-02-05
1
-0
/
+5
*
[PGO] Use a function for creating variable for profile file name. NFC.
Rong Xu
2019-02-05
1
-16
/
+2
*
[DebugInfo][NFCI] Split salvageDebugInfo into helper functions
Jeremy Morse
2019-02-05
1
-82
/
+82
*
[LSR] Check SCEV on isZero() after extend. PR40514
Max Kazantsev
2019-02-05
1
-3
/
+21
*
Fix narrowing issue from r353129
Richard Trieu
2019-02-05
1
-1
/
+2
*
[SamplePGO][NFC] Minor improvement to replace a temporary vector with a
Wei Mi
2019-02-05
1
-3
/
+2
*
[SamplePGO] Minor efficiency improvement in samplePGO ICP
Teresa Johnson
2019-02-05
1
-3
/
+3
*
[SanitizerCoverage] Clang crashes if user declares `__sancov_lowest_stack` va...
Julian Lettner
2019-02-04
1
-1
/
+6
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
2
-18
/
+14
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
1
-18
/
+12
*
[WarnMissedTransforms] Do not warn about already vectorized loops.
Michael Kruse
2019-02-04
1
-7
/
+7
*
[NFC] Make a check in GuardWidening more obvious
Max Kazantsev
2019-02-04
1
-1
/
+1
*
[NFC] Rename variables to reflect the actual status of GuardWidening
Max Kazantsev
2019-02-04
1
-35
/
+34
*
[NFC] Remove redundant parameters for better readability
Max Kazantsev
2019-02-04
1
-12
/
+8
*
[NFC] Replace equivalent condition for better readability
Max Kazantsev
2019-02-04
1
-1
/
+2
*
[LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.
Davide Italiano
2019-02-03
1
-2
/
+8
*
[LCSSA] Handle case with single new PHI faster.
Florian Hahn
2019-02-02
1
-3
/
+17
*
[LCSSA] Add expensive verification of LCSSA form for sub-loops.
Florian Hahn
2019-02-02
1
-0
/
+6
*
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Julian Lettner
2019-02-02
1
-2
/
+3
*
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
James Y Knight
2019-02-01
4
-14
/
+14
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
22
-131
/
+167
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
37
-213
/
+288
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
3
-5
/
+6
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
20
-80
/
+97
*
[InstCombine] Extra null-checking on TFE/LWE support
Michael Liao
2019-02-01
1
-4
/
+3
*
[InstCombine] reduce duplicate code; NFC
Sanjay Patel
2019-02-01
1
-2
/
+1
*
[InstCombine] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=off
Fangrui Song
2019-02-01
1
-0
/
+1
*
[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsic
Sanjay Patel
2019-02-01
1
-0
/
+33
*
Provide reason messages for unviable inlining
Yevgeny Rouban
2019-02-01
1
-6
/
+15
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
20
-527
/
+523
*
[sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...
Kostya Serebryany
2019-01-31
1
-2
/
+34
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
20
-523
/
+527
*
[EarlyCSE & MSSA] Cleanup special handling for removing MemoryAccesses.
Alina Sbirlea
2019-01-31
1
-30
/
+5
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
20
-527
/
+523
*
[CallSite removal] Remove CallSite uses from InstCombine.
Craig Topper
2019-01-31
4
-101
/
+95
*
Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...
Teresa Johnson
2019-01-31
1
-0
/
+18
*
Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"
Teresa Johnson
2019-01-31
1
-17
/
+0
[next]