summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/TestParallelismDetection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-2/+2
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* Affine loop parallelism detection: conservatively handle unknown opsAlex Zinenko2019-07-231-0/+2
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-1/+1
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-1/+1
* Add support for basic remark diagnostics. This is the minimal functionali...River Riddle2019-05-061-1/+1
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-2/+2
* Replace usages of "operator->" with "." for the AffineOps.River Riddle2019-03-291-1/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-2/+3
* Remove OpPointer, cleaning up a ton of code. This also moves Ops to usingChris Lattner2019-03-291-1/+1
* Change parallelism detection test pass to emit a noteUday Bondhugula2019-03-291-0/+54
OpenPOWER on IntegriCloud