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
/
LoopUnrollRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-2
/
+2
*
[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function
Serguei Katkov
2019-07-15
1
-13
/
+7
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-5
/
+4
*
[LoopUnroll] Move list of params into a struct [NFCI].
Alina Sbirlea
2019-04-18
1
-5
/
+6
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-6
/
+6
*
[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.
Alina Sbirlea
2019-02-21
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[UnrollRuntime] Fix domTree failures in multiexit unrolling
Anna Thomas
2019-01-08
1
-24
/
+24
*
[UnrollRuntime] Move the DomTree verification under expensive checks
Anna Thomas
2019-01-03
1
-1
/
+1
*
[UnrollRuntime] Add DomTree verification under debug mode
Anna Thomas
2019-01-03
1
-0
/
+6
*
[UnrollRuntime] NFC: Add comment and verify LCSSA
Anna Thomas
2018-12-28
1
-2
/
+2
*
[RuntimeUnrolling] NFC: Add TODO and comments in connectProlog
Anna Thomas
2018-12-21
1
-0
/
+18
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-10
/
+25
*
[LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainder
David Green
2018-09-25
1
-5
/
+19
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-6
/
+6
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-14
/
+16
*
[LoopUnroll] Fix potentially incorrect SCEV invalidation in UnrollRuntime
Max Kazantsev
2018-04-23
1
-4
/
+3
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-2
/
+2
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-31
/
+19
*
[Unroll][DebugInfo] Propagate loop body's debug location to epilog preheader
Zhaoshi Zheng
2017-12-26
1
-1
/
+6
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[LoopUnroll] Clean up remarks for unroll remainder
David Green
2017-10-31
1
-7
/
+6
*
[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...
Hongbin Zheng
2017-10-15
1
-29
/
+1
*
[RuntimeUnroll] Add heuristic for unrolling multi-exit loop
Anna Thomas
2017-09-15
1
-2
/
+34
*
[RuntimeUnrolling] Populate the VMap entry correctly when default generated t...
Anna Thomas
2017-09-15
1
-3
/
+7
*
[LoopUnroll][DebugInfo] Don't add metadata to unrolled remainder loop
Sam Parker
2017-09-04
1
-7
/
+14
*
[LoopUnroll] Enable option to peel remainder loop
Sam Parker
2017-08-14
1
-7
/
+24
*
[RuntimeUnroll] NFC: Add a profitability function for mutliexit loop
Anna Thomas
2017-07-21
1
-9
/
+24
*
Fix unused variable warning on EXPENSIVE_CHECKS release builds. NFCI.
Simon Pilgrim
2017-07-13
1
-1
/
+1
*
[RuntimeUnrolling] Update DomTree correctly when exit blocks have successors
Anna Thomas
2017-07-13
1
-2
/
+28
*
[LoopUnrollRuntime] NFC: Refactored safety checks of unrolling multi-exit loop
Anna Thomas
2017-07-12
1
-47
/
+58
*
[LoopUnrollRuntime] NFC: Add some debugging trace messages for why loop wasn'...
Anna Thomas
2017-07-11
1
-8
/
+30
*
[LoopUnrollRuntime] Avoid multi-exit nested loop with epilog generation
Anna Thomas
2017-07-11
1
-2
/
+10
*
[LoopUnrollRuntime] Remove strict assert about VMap requirement
Anna Thomas
2017-07-10
1
-4
/
+3
*
[LoopUnrollRuntime] Support multiple exit blocks unrolling when prolog remain...
Anna Thomas
2017-07-07
1
-2
/
+0
*
[LoopUnrollRuntime] NFC: use the precomputed loop exit in ConnectProlog
Anna Thomas
2017-07-07
1
-11
/
+11
*
[LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch ...
Anna Thomas
2017-07-06
1
-4
/
+5
*
[RuntimeUnrolling] Add logic for loops with multiple exit blocks
Anna Thomas
2017-06-30
1
-23
/
+101
*
[LoopUnrollRuntime] Use SCEV exit count for calculating trip count. NFCI
Anna Thomas
2017-06-27
1
-1
/
+5
*
[RuntimeLoopUnrolling] Rename exit block and move assert earlier. NFC
Anna Thomas
2017-06-23
1
-23
/
+23
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Avoid warning of unused variable in release builds. NFC
Anna Thomas
2017-05-03
1
-0
/
+2
*
Fix PPC64 warning for missing parantheses. NFC.
Anna Thomas
2017-05-03
1
-3
/
+4
*
[RuntimeLoopUnroller] Add assert that we dont unroll non-rotated loops
Anna Thomas
2017-05-03
1
-0
/
+7
*
[LoopUnroll] Use addClonedBlockToLoopInfo to clone the top level loop (NFC)
Florian Hahn
2017-01-31
1
-14
/
+6
*
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
Michael Kuperstein
2017-01-26
1
-5
/
+10
[next]