summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/InstructionNamer.cpp
Commit message (Expand)AuthorAge
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change instnamer to name arguments "arg" instead of "tmp" for clarity, andDan Gohman2009-10-19
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* make instnamer name unnamed blocks as well as instructions and args.Chris Lattner2008-12-18
* Don't forget arguments!Devang Patel2008-11-20
* InstructionNamer preserves everything.Devang Patel2008-11-06
* export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin2008-10-27
* Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner2008-08-23