summaryrefslogtreecommitdiff
path: root/source/opt/remove_duplicates_pass.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-05Linker code cleanupsPierre Moreau1-42/+46
2017-12-21Fixing bugs in type manager memory managementAlan Baker1-104/+22
2017-12-19Opt: Fix implementation and comment of AreDecorationsTheSamePierre Moreau1-7/+10
2017-12-04Change IRContext::KillInst to delete instructions.Steven Perron1-21/+25
2017-11-27Re-format source tree - NFC.Diego Novillo1-3/+5
2017-11-23Notify the context of instructions that are being erased.Alan Baker1-0/+3
2017-11-15Add the decoration manager to the IRContext.Steven Perron1-6/+3
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo1-8/+11
2017-11-08Add the IRContext (part 2): Add def-use managerSteven Perron1-11/+9
2017-10-31Add the IRContext (part 1)Steven Perron1-20/+21
2017-10-25Change the sections in the module to use the InstructionList class.Steven Perron1-2/+0
2017-10-06Implement Linker (module combiner)Pierre Moreau1-0/+274