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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
StructurizeCFG: Test for branch divergence correctly
Nicolai Haehnle
2018-02-23
1
-3
/
+12
*
Mark MergedLoadStoreMotion as not preserving MemDep results
Bjorn Steinbrink
2018-02-23
1
-41
/
+8
*
[AlignmentFromAssumptions] Set source and dest alignments of memory intrinsis...
Daniel Neilson
2018-02-22
1
-44
/
+12
*
[BDCE] Salvage debug info from dying insts
Vedant Kumar
2018-02-21
1
-0
/
+2
*
[DSE] Don't DSE stores that subsequent memmove calls read from
Sanjoy Das
2018-02-20
1
-16
/
+27
*
[JumpThreading] PR36133 enable/disable DominatorTree for LVI analysis
Brian M. Rzycki
2018-02-16
1
-0
/
+37
*
[Transforms] Propagate TBAA info in SROA
Ivan A. Kosarev
2018-02-16
1
-22
/
+61
*
[GVN] Partially revert debug info salvage change (r325063)
Vedant Kumar
2018-02-16
1
-1
/
+0
*
[DCE] Salvage debug info from dead insts
Vedant Kumar
2018-02-15
1
-0
/
+3
*
Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC
David Green
2018-02-14
1
-37
/
+0
*
Recommit r325001: [CallSiteSplitting] Support splitting of blocks with instrs...
Florian Hahn
2018-02-14
1
-22
/
+77
*
[LoopInterchange] Incrementally update the dominator tree.
Florian Hahn
2018-02-14
1
-34
/
+40
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
2
-5
/
+5
*
[GVN] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-0
/
+2
*
[DeadStoreElimination] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-0
/
+3
*
Revert r325001: [CallSiteSplitting] Support splitting of blocks with instrs b...
Florian Hahn
2018-02-13
1
-81
/
+22
*
[CallSiteSplitting] Clear ValueToValue maps.
Florian Hahn
2018-02-13
1
-0
/
+4
*
[CallSiteSplitting] Dereference pointer earlier.
Florian Hahn
2018-02-13
1
-3
/
+3
*
[CallSiteSplitting] Support splitting of blocks with instrs before call.
Florian Hahn
2018-02-13
1
-22
/
+77
*
[LoopInterchange] Check number of latch successors before accessing them.
Florian Hahn
2018-02-13
1
-1
/
+1
*
Revert "[LSR] Avoid UB overflow when examining reuse opportunities"
Adam Nemet
2018-02-12
1
-5
/
+0
*
[LSR] Avoid UB overflow when examining reuse opportunities
Gerolf Hoflehner
2018-02-12
1
-0
/
+5
*
[LICM] update BlockColors after splitting predecessors
Jun Bum Lim
2018-02-12
1
-8
/
+23
*
[LoopInterchange] Simplify splitInnerLoopHeader logic (NFC).
Florian Hahn
2018-02-12
1
-11
/
+4
*
[NFC] Fix typos
Max Kazantsev
2018-02-12
1
-14
/
+14
*
Rename and move utility function getLatchPredicateForGuard. NFC.
Serguei Katkov
2018-02-09
1
-30
/
+4
*
[LoopIdiom] Be more aggressive when setting alignment in memcpy
Daniel Neilson
2018-02-08
1
-4
/
+5
*
Add missed PostDominatorTree analysis dependency to GVN hoist pass.
Alexander Ivchenko
2018-02-08
1
-0
/
+1
*
[Loop Predication] Teach LP about reverse loops with uge and sge latch condit...
Serguei Katkov
2018-02-08
1
-5
/
+8
*
[LoopPrediction] Introduce utility function getLatchPredicateForGuard. NFC.
Serguei Katkov
2018-02-07
1
-17
/
+30
*
[DSE] Upgrade uses of MemoryIntrinic::getAlignment() to new API. (NFC)
Daniel Neilson
2018-02-06
1
-1
/
+1
*
[InferAddressSpaces] Update uses of IRBuilder memory intrinsic creation to ne...
Daniel Neilson
2018-02-06
1
-5
/
+7
*
[MergeICmps] Handle chains with several complex BCE basic blocks.
Clement Courbet
2018-02-06
1
-3
/
+4
*
[MergeICmps][NFC] Add more assertions.
Clement Courbet
2018-02-06
1
-0
/
+4
*
[LoopStrengthReduce, x86] don't add cost for a cmp that will be macro-fused (...
Sanjay Patel
2018-02-05
1
-2
/
+3
*
Re-apply [SCEV] Fix isLoopEntryGuardedByCond usage
Serguei Katkov
2018-02-05
1
-8
/
+11
*
[LSR] Don't force bases of foldable formulae to the final type.
Mikael Holmen
2018-02-01
1
-1
/
+1
*
[SeparateConstOffsetFromGEP] Preserve metadata when splitting GEPs
Marek Olsak
2018-01-31
1
-0
/
+2
*
[RS4GC] Handle call/invoke instructions as base defining values of vectors
Daniel Neilson
2018-01-30
1
-0
/
+6
*
[DSE] make sure memory is not modified before partial store merging (PR36129)
Sanjay Patel
2018-01-30
1
-1
/
+2
*
[JumpThreading][NFC] Rename LoadInst variables
Brian M. Rzycki
2018-01-29
1
-43
/
+46
*
[CVP] Don't Replace incoming values from unreachable blocks with undef.
Davide Italiano
2018-01-29
1
-24
/
+4
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
2
-2
/
+2
*
[AMDGPU] fix LDS f32 intrinsics
Daniil Fukalov
2018-01-26
1
-6
/
+6
*
[CallSiteSplitting] Fix infinite loop when recording conditions.
Florian Hahn
2018-01-26
1
-1
/
+2
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
2
-2
/
+2
*
[Debug] Add a utility to propagate dbg.value to new PHIs, NFC
Vedant Kumar
2018-01-25
1
-33
/
+1
*
Another try to commit 323321 (aggressive instruction combine).
Amjad Aboud
2018-01-25
1
-1
/
+1
*
Revert r321751, "StructurizeCFG: Fix broken backedge detection"
Nicolai Haehnle
2018-01-24
1
-28
/
+82
*
Reverted 323321.
Amjad Aboud
2018-01-24
1
-1
/
+1
[next]