aboutsummaryrefslogtreecommitdiff
path: root/test/opt/instruction_test.cpp
AgeCommit message (Expand)Author
2020-04-30Generalize IsReadOnlyVariable() to apply to pointers (#3325)Alastair Donaldson
2020-04-27Add spvtools::opt::Operand::AsLiteralUint64 (#3320)David Neto
2020-03-25Fix identification of Vulkan images and buffers (#3253)alan-baker
2020-03-19Add opt::Operand::AsCString and AsString (#3240)David Neto
2018-11-14Instruction::GetBaseAddress to handle OpPtrAccessChain (#2050)Steven Perron
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-19Add variable pointer support to IsValidBasePointerAlan Baker
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair
2018-01-05Allow getting the base pointer of an image load/store.Steven Perron
2017-12-21Store all enabled capabilities in the feature manger.Steven Perron
2017-12-19Allow pointers to pointers in logical addressing mode.Steven Perron
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-11-23Create a local value numbering passSteven Perron
2017-11-20Adding an unique id to Instruction generated by IRContextAlan Baker
2017-07-05Include memory and semantics IDs when iterating over inbound IDsDavid Neto
2016-11-07Renaming test files to comply with Google style guide.Lei Zhang