aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-split/llvm-split.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-1/+1
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-03-28Remove personality for declarations in CloneModule.Evgeniy Stepanov1-0/+2
2016-01-18 Add to the split module utility an SCC based method which allows not to g...Sergei Larin1-1/+5
2015-08-21TransformUtils: Introduce module splitter.Peter Collingbourne1-0/+67