aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InstructionNamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-08[InstNamer] Use range-forSanjoy Das1-4/+3
2017-05-08[InstNamer] Don't check type of arguments (they're never void)Sanjoy Das1-1/+1
2017-05-08Delete trailing whitespaceSanjoy Das1-3/+3
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-7/+7
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-10-07Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson1-3/+2
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-2/+2
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-2/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+2
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-2/+2
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer1-2/+2
2009-10-19Change instnamer to name arguments "arg" instead of "tmp" for clarity, andDan Gohman1-2/+2
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-2/+2
2008-12-18make instnamer name unnamed blocks as well as instructions and args.Chris Lattner1-1/+5
2008-11-20Don't forget arguments!Devang Patel1-1/+6
2008-11-06InstructionNamer preserves everything.Devang Patel1-0/+4
2008-10-27export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin1-0/+1
2008-08-23Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner1-0/+49