Mehdi Amini
308571074c
Mass update the MLIR license header to mention "Part of the LLVM project"
...
This is an artifact from merging MLIR into LLVM, the file headers are
now aligned with the rest of the project.
2020-01-26 03:58:30 +00:00
Mehdi Amini
56222a0694
Adjust License.txt file to use the LLVM license
...
PiperOrigin-RevId: 286906740
2019-12-23 15:33:37 -08:00
River Riddle
4562e389a4
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in mlir namespace.
...
Aside from being cleaner, this also makes the codebase more consistent.
PiperOrigin-RevId: 286206974
2019-12-18 09:29:20 -08:00
Kazuaki Ishizaki
8bfedb3ca5
Fix minor spelling tweaks (NFC)
...
Closes tensorflow/mlir#177
PiperOrigin-RevId: 275692653
2019-10-20 00:11:34 -07:00
River Riddle
f1b100c77b
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
...
These directives were temporary during the generalization of FunctionPass/ModulePass to OpPass.
PiperOrigin-RevId: 268970259
2019-09-13 13:34:27 -07:00
River Riddle
ffde975e21
NFC: Move AffineOps dialect to the Dialect sub-directory.
...
PiperOrigin-RevId: 264482571
2019-08-20 15:36:39 -07:00
River Riddle
ba0fa92524
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
...
PiperOrigin-RevId: 264193915
2019-08-19 11:01:25 -07:00
Andy Davis
2e1187dd25
Globally change load/store/dma_start/dma_wait operations over to affine.load/store/dma_start/dma_wait.
...
In most places, this is just a name change (with the exception of affine.dma_start swapping the operand positions of its tag memref and num_elements operands).
Significant code changes occur here:
*) Vectorization: LoopAnalysis.cpp, Vectorize.cpp
*) Affine Transforms: Transforms/Utils/Utils.cpp
PiperOrigin-RevId: 256395088
2019-07-03 14:37:06 -07:00
Andy Davis
e33e36f178
Return dependence result enum to distiguish between dependence result and error cases (NFC).
...
PiperOrigin-RevId: 252437616
2019-06-11 10:12:36 -07:00
River Riddle
d5b60ee840
Replace Operation::isa with llvm::isa.
...
--
PiperOrigin-RevId: 247789235
2019-05-20 13:37:52 -07:00
Chris Lattner
81e478adca
rename -memref-dependence-check to -test-memref-dependence-check since it
...
generates remarks for testing, it isn't itself a transformation.
While there, upgrade its diagnostic emission to use the streaming interface.
Prune some unnecessary #includes.
--
PiperOrigin-RevId: 247768062
2019-05-20 13:36:38 -07:00