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
*
[CorrelatedValuePropagation] Preserve debug locations (PR38178)
Vedant Kumar
2018-11-18
1
-15
/
+16
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
3
-6
/
+5
*
[SimpleLoopUnswitch] adding cost multiplier to cap exponential unswitch with
Fedor Sergeev
2018-11-16
1
-2
/
+116
*
GlobalDCE: Teach isEmptyFunction() to ignore debug intrinsics.
Adrian Prantl
2018-11-16
1
-5
/
+10
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
2
-6
/
+54
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
1
-0
/
+6
*
[InstCombine] fix rotate narrowing bug for non-pow-2 types
Sanjay Patel
2018-11-15
1
-2
/
+7
*
[InstCombine] Remove a couple of asserts based on incorrect assumptions
Mandeep Singh Grang
2018-11-14
1
-11
/
+4
*
[InstCombine] fix formatting for matchBSwap(); NFC
Sanjay Patel
2018-11-14
2
-7
/
+9
*
[VPlan, SLP] Use SmallPtrSet for Candidates.
Florian Hahn
2018-11-14
2
-27
/
+26
*
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
Florian Hahn
2018-11-14
1
-4
/
+4
*
[VPlan] Update ifdef.
Florian Hahn
2018-11-14
1
-2
/
+2
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
5
-1
/
+623
*
Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(c...
Florian Hahn
2018-11-14
1
-13
/
+26
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
1
-32
/
+0
*
[InstCombine] fold funnel shift amount based on demanded bits
Sanjay Patel
2018-11-13
1
-0
/
+14
*
Preserve loop metadata when splitting exit blocks
Craig Topper
2018-11-13
1
-0
/
+32
*
[InstCombine] canonicalize rotate patterns with cmp/select
Sanjay Patel
2018-11-13
1
-0
/
+63
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
3
-39
/
+48
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
2
-59
/
+7
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
4
-9
/
+102
*
Introduce DebugCounter into ConstProp pass
Zhizhou Yang
2018-11-13
1
-26
/
+43
*
[InstCombine] narrow width of rotate patterns, part 3
Sanjay Patel
2018-11-12
1
-0
/
+5
*
[InstCombine] narrow width of rotate patterns, part 2 (PR39624)
Sanjay Patel
2018-11-12
1
-0
/
+8
*
[InstCombine] refactor code for matching shift amount of a rotate; NFC
Sanjay Patel
2018-11-12
1
-12
/
+17
*
[GC][InstCombine] Fix a potential iteration issue
Philip Reames
2018-11-12
1
-1
/
+4
*
[CostModel] Add more realistic SK_ExtractSubvector generic costs.
Simon Pilgrim
2018-11-12
1
-1
/
+2
*
[LICM] Hoist guards from non-header blocks
Max Kazantsev
2018-11-12
1
-11
/
+3
*
[GCOV] Add options to filter files which must be instrumented.
Calixte Denizet
2018-11-12
1
-2
/
+82
*
[IPSCCP,PM] Preserve PDT in the new pass manager.
Florian Hahn
2018-11-11
2
-7
/
+8
*
[InstCombine] simplify code for merging stores; NFCI
Sanjay Patel
2018-11-10
2
-51
/
+28
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
2
-7
/
+59
*
[JumpThreading] Fix exponential time algorithm computing known values.
Eli Friedman
2018-11-09
1
-19
/
+18
*
Revert r346483: [CallSiteSplitting] Only record conditions up to the IDom(cal...
Florian Hahn
2018-11-09
1
-38
/
+15
*
[IPSCCP,PM] Preserve DT in the new pass manager.
Florian Hahn
2018-11-09
2
-40
/
+60
*
[CallSiteSplitting] Only record conditions up to the IDom(call site).
Florian Hahn
2018-11-09
1
-15
/
+38
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-11-09
1
-0
/
+16
*
[NFC] Add utility function for SafetyInfo updates for moveBefore
Max Kazantsev
2018-11-09
1
-3
/
+11
*
[LoopInterchange] Support reductions across inner and outer loop.
Florian Hahn
2018-11-08
1
-44
/
+130
*
[LTO] Drop non-prevailing definitions only if linkage is not local or appending
Pirama Arumuga Nainar
2018-11-08
1
-5
/
+7
*
InstCombine: Avoid introducing poison values when lowering llvm.amdgcn.[us]bfe
Tom Stellard
2018-11-08
1
-13
/
+5
*
[CodeExtractor] Mark functions noreturn when applicable
Vedant Kumar
2018-11-08
1
-0
/
+7
*
Return "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-08
1
-13
/
+26
*
[LSR] Combine unfolded offset into invariant register
Gil Rapaport
2018-11-08
1
-12
/
+42
*
[MergeFuncs] Improve ordering of equal functions
whitequark
2018-11-08
1
-9
/
+21
*
[MergeFuncs] Call removeUsers() prior to unnamed_addr RAUW
whitequark
2018-11-08
1
-0
/
+1
*
[sancov] Put .SCOV* sections into the right comdat groups on COFF
Reid Kleckner
2018-11-08
3
-7
/
+22
*
[PGO] Exit early if all count values are zero
Rong Xu
2018-11-07
1
-3
/
+12
*
[SimpleLoopUnswitch] partial unswitch needs to be careful when replacing inva...
Fedor Sergeev
2018-11-07
1
-1
/
+14
*
[LoopSink] Do not sink instructions into non-cold blocks
Mandeep Singh Grang
2018-11-07
1
-0
/
+7
[next]