aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/InstructionNamer.cpp
AgeCommit message (Expand)Author
2009-10-19Change instnamer to name arguments "arg" instead of "tmp" for clarity, andDan Gohman
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2008-12-18make instnamer name unnamed blocks as well as instructions and args.Chris Lattner
2008-11-20Don't forget arguments!Devang Patel
2008-11-06InstructionNamer preserves everything.Devang Patel
2008-10-27export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin
2008-08-23Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner