summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/Liveness.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-0/+2
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-9/+9
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-17/+17
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-2/+2
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-2/+2
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-2/+2
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-17/+17
* Roll-forward initial liveness analysis including test cases.Alexander Belyaev2019-12-111-0/+382
* Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761Alexander Belyaev2019-12-111-382/+0
* Add initial liveness analysis including test cases.Marcel Koester2019-12-111-0/+382
OpenPOWER on IntegriCloud