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
*
[sancov] Fix PR33732
Alexander Potapenko
2017-07-18
1
-0
/
+10
*
[IRCE] Recognize loops with ne/eq latch conditions
Max Kazantsev
2017-07-18
1
-4
/
+54
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-2
/
+2
*
Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...
Teresa Johnson
2017-07-17
1
-14
/
+4
*
Remove unnecessary cast. NFCI.
Simon Pilgrim
2017-07-17
1
-1
/
+1
*
[InstCombine] Don't violate dominance when replacing instructions.
Davide Italiano
2017-07-16
1
-7
/
+11
*
[InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDemandedUseBits.
Craig Topper
2017-07-16
2
-7
/
+5
*
Restore with fix "[ThinLTO] Ensure we always select the same function copy to...
Teresa Johnson
2017-07-15
1
-4
/
+14
*
[InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handl...
Craig Topper
2017-07-15
2
-38
/
+56
*
[InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
Sanjay Patel
2017-07-15
1
-15
/
+13
*
[InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
Sanjay Patel
2017-07-15
1
-6
/
+5
*
[InstCombine] remove dead code/tests; NFCI
Sanjay Patel
2017-07-15
1
-11
/
+0
*
Revert r308078 (and subsequent tweak in r308079) which introduces a test
Chandler Carruth
2017-07-15
1
-14
/
+4
*
[LoopInterchange] Add some optimization remarks.
Florian Hahn
2017-07-15
1
-9
/
+110
*
[SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI.
Dinar Temirbulatov
2017-07-15
1
-6
/
+6
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2017-07-15
1
-4
/
+14
*
[EarlyCSE] Handle calls with no MemorySSA info.
Geoff Berry
2017-07-14
1
-1
/
+15
*
[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
Haicheng Wu
2017-07-14
1
-32
/
+50
*
[Dominators] Make IsPostDominator a template parameter
Jakub Kuderski
2017-07-14
1
-4
/
+7
*
[InstCombine] convert bitwise (in)equality checks to logical ops (PR32401)
Sanjay Patel
2017-07-14
1
-3
/
+15
*
[IRCE] Fix corner case with Start = INT_MAX
Max Kazantsev
2017-07-14
1
-5
/
+9
*
[SLPVectorizer] Add an extra parameter to alreadyVectorized function, NFCI.
Dinar Temirbulatov
2017-07-14
1
-8
/
+8
*
Fix unused variable warning on EXPENSIVE_CHECKS release builds. NFCI.
Simon Pilgrim
2017-07-13
1
-1
/
+1
*
Reapply [GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-13
1
-0
/
+18
*
[RuntimeUnrolling] Update DomTree correctly when exit blocks have successors
Anna Thomas
2017-07-13
1
-2
/
+28
*
[PGO] Enhance pgo counter promotion
Xinliang David Li
2017-07-12
1
-42
/
+115
*
[LoopUnrollRuntime] NFC: Refactored safety checks of unrolling multi-exit loop
Anna Thomas
2017-07-12
1
-47
/
+58
*
Remove unneeded use of #undef DEBUG_TYPE. NFC
Sam Clegg
2017-07-12
2
-6
/
+12
*
[LV] Don't allow outside uses of IVs if the SCEV is predicated on loop condit...
Michael Kuperstein
2017-07-12
1
-2
/
+7
*
[LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701.
Jakub Kuderski
2017-07-12
1
-4
/
+16
*
LowerTypeTests: When importing functions skip definitions where the summary c...
Peter Collingbourne
2017-07-12
1
-3
/
+8
*
[IPO] Temporarily rollback r307215.
Davide Italiano
2017-07-11
1
-18
/
+0
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
7
-26
/
+29
*
[LoopUnrollRuntime] NFC: Add some debugging trace messages for why loop wasn'...
Anna Thomas
2017-07-11
1
-8
/
+30
*
[NewGVN] Check for congruency of memory accesses.
Davide Italiano
2017-07-11
1
-1
/
+2
*
[NewGVN] Fix an innocent typo I found while debugging PR33720.
Davide Italiano
2017-07-11
1
-1
/
+1
*
[NewGVN] Clarify the function invariants formatting them properly.
Davide Italiano
2017-07-11
1
-3
/
+4
*
[msan] Only check shadow memory for operands that are sized.
Evgeniy Stepanov
2017-07-11
1
-2
/
+5
*
[LoopUnrollRuntime] Avoid multi-exit nested loop with epilog generation
Anna Thomas
2017-07-11
1
-2
/
+10
*
[SLPVectorizer] Revert change in cancelScheduling with referencing to FirstIn...
Dinar Temirbulatov
2017-07-11
1
-1
/
+1
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-11
2
-2
/
+2
*
[PM/ThinLTO] Fix PR33536, a bug where the ThinLTO bitcode writer was
Chandler Carruth
2017-07-11
1
-1
/
+2
*
[ConstantHoisting] Remove dupliate logic in constant hoisting
Leo Li
2017-07-10
2
-34
/
+11
*
[NewGVN] Simplify a lambda a little bit. NFCI.
Davide Italiano
2017-07-10
1
-3
/
+1
*
Fix invalid cast in instcombine UMul/ZExt idiom
Serge Guelton
2017-07-10
1
-6
/
+7
*
[LoopUnrollRuntime] Remove strict assert about VMap requirement
Anna Thomas
2017-07-10
1
-4
/
+3
*
[ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undef
Mikael Holmen
2017-07-10
1
-0
/
+4
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
6
-20
/
+18
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
5
-20
/
+17
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-09
1
-1
/
+1
[next]