summaryrefslogtreecommitdiff
path: root/tools/llvm-split
AgeCommit message (Expand)Author
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2016-11-18[CMake] llvm-split depends on intrinsics_genChris Bieneman
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-28Remove personality for declarations in CloneModule.Evgeniy Stepanov
2016-01-26Remove autoconf supportChris Bieneman
2016-01-18 Add to the split module utility an SCC based method which allows not to g...Sergei Larin
2015-08-21TransformUtils: Introduce module splitter.Peter Collingbourne