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
*
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
*
Preserve domtree and loop-simplify for runtime unrolling.
Eli Friedman
2017-01-18
1
-3
/
+29
*
[loop-unroll] Properly populate LoopInfo for loops cloned in LoopUnrollRuntime.
Florian Hahn
2017-01-10
1
-3
/
+5
*
Revert "[LoopUnroll] Properly update loop-info when cloning prologues and epi...
Michael Zolotukhin
2016-09-08
1
-54
/
+11
*
[LoopUnroll] Properly update loop-info when cloning prologues and epilogues.
Michael Zolotukhin
2016-09-08
1
-11
/
+54
*
[UNROLL] Postpone ScalarEvolution::forgetLoop after TripCountSC is expanded
Wei Mi
2016-08-25
1
-5
/
+6
*
[LoopUnroll] Ensure we create prolog loops in simplified form.
Michael Zolotukhin
2016-08-02
1
-0
/
+12
*
The patch fixes PR27392.
Evgeny Stupachenko
2016-04-27
1
-9
/
+10
*
Transforms: Fix bootstrap after r266565
Duncan P. N. Exon Smith
2016-04-17
1
-4
/
+4
*
test commit
Evgeny Stupachenko
2016-04-08
1
-2
/
+2
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
Adds the ability to use an epilog remainder loop during loop unrolling and makes
David L Kreitzer
2016-04-05
1
-74
/
+326
*
Enable non-power-of-2 #pragma unroll counts.
David L Kreitzer
2016-03-25
1
-21
/
+31
*
[SCEVExpander] Make findExistingExpansion smarter
Junmo Park
2016-02-16
1
-3
/
+5
*
Fix typo in comment.
Justin Lebar
2016-02-12
1
-1
/
+1
*
rangify; NFC
Sanjay Patel
2016-02-08
1
-7
/
+5
*
fix typos; NFC
Sanjay Patel
2016-02-08
1
-17
/
+17
*
Minor code formatting cleanup. NFC.
Junmo Park
2016-01-28
1
-1
/
+1
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-17
/
+10
[next]