aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/InstructionNamer.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-10-07Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
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