summaryrefslogtreecommitdiff
path: root/source/opt/compact_ids_pass.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-03Cleanup includes. (#1795)dan sinclair1-2/+3
2018-07-12Cleanup extraneous namespace qualifies in source/opt. (#1716)dan sinclair1-3/+0
2018-07-12use Pass::Run to set the context on each pass. (#1708)dan sinclair1-5/+3
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair1-3/+3
2017-12-08Add a new constant manager class.Diego Novillo1-1/+2
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo1-27/+30
2017-10-31Add the IRContext (part 1)Steven Perron1-4/+5
2017-10-27Re-factor Phi insertion code out of LocalMultiStoreElimPassDiego Novillo1-0/+2
2017-10-03Compact-ids pass should update the header ID boundPierre Moreau1-0/+3
2017-09-27Compact-ids pass should update instruction's result_id memberDavid Neto1-1/+8
2017-04-20Added --compact-ids to /tools/optAndrey Tuganov1-0/+57