aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/ValueSymbolTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-2/+6
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer1-5/+5
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-11-22Have a single way for creating unique value names.Rafael Espindola1-29/+21
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava1-1/+1
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-5/+5
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-14/+11
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+117