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
/
Utils
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-1
/
+2
*
[LoopUnroll] Use Lazy strategy for DTU used for MergeBlockIntoPredecessor.
Florian Hahn
2019-08-29
1
-1
/
+3
*
[LoopUnroll] Handle certain PHIs in full unrolling properly
Bjorn Pettersson
2019-08-26
1
-3
/
+5
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
1
-1
/
+2
*
[Loop Peeling] Add support for peeling of loops with multiple exits
Serguei Katkov
2019-07-09
1
-1
/
+4
*
[LoopUnroll] Add support for loops with exiting headers and uncond latches.
Florian Hahn
2019-06-26
1
-60
/
+170
*
[Utils] Clean another duplicated util method.
Alina Sbirlea
2019-06-04
1
-61
/
+3
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-2
/
+2
*
[LoopUnroll] Move list of params into a struct [NFCI].
Alina Sbirlea
2019-04-18
1
-58
/
+59
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-6
/
+12
*
[llvm] Clarify responsiblity of some of DILocation discriminator APIs
Mircea Trofin
2019-01-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-2
/
+9
*
[LoopUnroll] Don't verify domtree by default with +Asserts.
Eli Friedman
2018-12-21
1
-3
/
+3
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-2
/
+5
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-2
/
+1
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-11
/
+11
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-11
/
+11
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-11
/
+11
*
[LoopUnroll] Split out simplify code after Unroll into a new function. NFC
David Green
2018-05-16
1
-34
/
+46
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-27
/
+27
*
[NFC] Use forgetTopmostLoop instead of logic duplication
Max Kazantsev
2018-04-24
1
-6
/
+2
*
[LoopUnroll] Fix dangling pointers in SCEV
Max Kazantsev
2018-03-26
1
-28
/
+18
*
[LoopUnroll] Simplify induction variables after peeling too.
Florian Hahn
2018-03-23
1
-2
/
+3
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-2
/
+2
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-13
/
+7
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
loop-unroll: teach remapInstruction to update dbg.value intrinsics.
Adrian Prantl
2017-11-01
1
-1
/
+15
*
[LoopUnroll] Clean up remarks for unroll remainder
David Green
2017-10-31
1
-24
/
+29
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-2
/
+3
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-9
/
+13
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
Rename LoopUnrollStatus to LoopUnrollResult; NFC
Sanjoy Das
2017-09-27
1
-11
/
+11
*
Rename markAsErased to erase, as pointed out in a previous review; NFC
Sanjoy Das
2017-09-22
1
-2
/
+2
*
Tighten the invariants around LoopBase::invalidate
Sanjoy Das
2017-09-20
1
-20
/
+18
*
[LoopInfo] Make LoopBase and Loop destructors non-public
Sanjoy Das
2017-09-19
1
-2
/
+2
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
1
-8
/
+15
*
[LoopUnroll] Properly update loop structure in case of successful peeling.
Davide Italiano
2017-08-28
1
-2
/
+13
*
[LoopUnroll] Enable option to peel remainder loop
Sam Parker
2017-08-14
1
-2
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
[LoopUnroll] Remove spurious newline.
Davide Italiano
2017-04-24
1
-1
/
+0
*
[LoopUnroll] Don't try to unroll non canonical loops.
Davide Italiano
2017-04-24
1
-0
/
+15
[next]