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
/
mlir
/
lib
/
Transforms
/
LoopInvariantCodeMotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-2
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
Implement simple loop-invariant-code-motion based on dialect interfaces.
Stephan Herhut
2019-10-16
1
-184
/
+88
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Add a canonicalization to erase empty AffineForOps.
River Riddle
2019-08-30
1
-6
/
+0
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-1
/
+1
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+2
*
Move affine.for and affine.if to ODS
Nicolas Vasilache
2019-07-16
1
-4
/
+4
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-6
/
+8
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-1
/
+1
*
Loop invariant code motion - remove reliance on getForwardSlice. Add more...
Amit Sabne
2019-06-01
1
-22
/
+151
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-2
/
+2
*
Cleanups and simplifications to code, noticed by inspection. NFC.
Chris Lattner
2019-05-20
1
-17
/
+7
*
Prepend an "affine-" prefix to Affine pass option names - NFC
Nicolas Vasilache
2019-05-06
1
-1
/
+1
*
Fix LLVM_DEBUG instances
Amit Sabne
2019-04-18
1
-7
/
+7
*
Loop invariant code motion.
Amit Sabne
2019-04-18
1
-0
/
+130