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
/
Scalar
/
LoopInstSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopInstSimplify] Move MemorySSA verification under flag.
Alina Sbirlea
2019-11-21
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+2
*
[MemorySSA] Loop passes should mark MSSA preserved when available.
Alina Sbirlea
2019-08-17
1
-1
/
+1
*
Only passes that preserve MemorySSA must mark it as preserved.
Alina Sbirlea
2019-06-11
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update MemorySSA in LoopInstSimplify.
Alina Sbirlea
2018-08-22
1
-6
/
+38
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[LoopInstSimplify] Re-implement the core logic of loop-instsimplify to
Chandler Carruth
2018-05-29
1
-104
/
+102
*
Restore the LoopInstSimplify pass, reverting r327329 that removed it.
Chandler Carruth
2018-05-25
1
-0
/
+223
*
Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar
2018-03-12
1
-223
/
+0
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
1
-5
/
+20
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+3
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-14
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+4
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Convert LoopInstSimplify Pass to new PM
Dehao Chen
2016-07-15
1
-60
/
+88
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Simplify logic. NFC.
Chad Rosier
2016-04-06
1
-7
/
+5
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-9
/
+4
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[LPM] Stop using the string based preservation API. It is an
Chandler Carruth
2015-01-28
1
-1
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+4
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-5
/
+6
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+5
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-1
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+1
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
1
-1
/
+9
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
1
-9
/
+1
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
1
-1
/
+9
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-2
/
+2
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
[next]