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
...
*
Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when ...
Michael Zolotukhin
2015-11-19
1
-12
/
+2
*
[PR25538]: Fix a failure caused by r253126.
Michael Zolotukhin
2015-11-16
1
-2
/
+2
*
Don't recompute LCSSA after loop-unrolling when possible.
Michael Zolotukhin
2015-11-14
1
-1
/
+11
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-06
1
-1
/
+1
*
[Unroll] When completely unrolling the loop, replace conditinal branches with...
Michael Zolotukhin
2015-09-23
1
-2
/
+3
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+6
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
1
-3
/
+12
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+2
*
Resurrect the assertion removed by r227717
Jingyue Wu
2015-02-02
1
-3
/
+4
*
Removed assert that doesn't typecheck and breaks debug MSVC build.
Michael Kuperstein
2015-02-01
1
-1
/
+0
*
[NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
2015-02-01
1
-0
/
+23
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-2
/
+2
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+5
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
LoopUnroll: Create sub-loops in LoopInfo
Duncan P. N. Exon Smith
2014-10-07
1
-1
/
+29
*
LoopUnroll: Only check for ScalarEvolution analysis once, NFC
Duncan P. N. Exon Smith
2014-10-07
1
-7
/
+4
*
LoopUnroll: Change code order of changes to new basic blocks
Duncan P. N. Exon Smith
2014-10-06
1
-2
/
+2
*
Sink comment, NFC
Duncan P. N. Exon Smith
2014-10-06
1
-2
/
+2
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+1
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-1
/
+7
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-6
/
+8
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-8
/
+6
*
Partially fix PR20058: reduce compile time for loop unrolling with very high ...
Mark Heffernan
2014-07-10
1
-7
/
+17
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
1
-1
/
+4
*
Fix some Twine locals.
Benjamin Kramer
2014-07-08
1
-5
/
+9
*
LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
2014-05-29
1
-0
/
+9
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
1
-4
/
+5
*
Add optimization remarks to the loop unroller and vectorizer.
Diego Novillo
2014-04-29
1
-0
/
+14
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
2014-01-28
1
-3
/
+5
*
[LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Chandler Carruth
2014-01-23
1
-8
/
+26
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-2
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Don't #include heavy Dominators.h file in LoopInfo.h. This change reduces
Jakub Staszak
2013-12-07
1
-0
/
+1
*
Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...
NAKAMURA Takumi
2013-11-17
1
-1
/
+3
*
Use StringRef instead of std::string
Jakub Staszak
2013-11-13
1
-1
/
+1
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+0
*
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
*
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-05
1
-3
/
+5
*
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
1
-20
/
+24
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+6
*
Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.
Andrew Trick
2011-12-16
1
-0
/
+5
*
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
1
-7
/
+22
[prev]
[next]