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
...
*
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
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-6
/
+7
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-5
/
+5
*
[LoopUnroll] Use undef for phis with no value live
David Majnemer
2015-07-01
1
-1
/
+1
*
[LoopUnroll] Use IRBuilder to create branch instructions.
Alexey Samsonov
2015-06-11
1
-10
/
+9
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
1
-4
/
+8
*
[LoopUnrollRuntime] Clean up a predicate.
Sanjoy Das
2015-04-12
1
-3
/
+2
*
Fix a bug indicated by -fsanitize=shift-exponent.
Alexey Samsonov
2015-04-02
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+3
*
Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-3
/
+6
*
Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-6
/
+3
*
Partial fix for bug 22589
Sanjoy Das
2015-02-18
1
-23
/
+39
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-9
/
+2
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-3
/
+2
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
1
-1
/
+2
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
1
-4
/
+9
*
[PM] Sink the specific analyses preserved by SplitBlock into its
Chandler Carruth
2015-01-18
1
-1
/
+6
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-2
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-6
/
+7
*
Fix a trip-count overflow issue in LoopUnroll.
Michael Zolotukhin
2014-11-20
1
-2
/
+11
*
Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
2014-09-29
1
-118
/
+130
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
LoopUnrollRuntime: Check for overflow in the trip count calculation.
Benjamin Kramer
2014-06-21
1
-11
/
+12
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
1
-0
/
+2
[prev]
[next]