aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-split
AgeCommit message (Expand)AuthorFilesLines
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+1
2021-07-22[llvm][tools] Hide remaining unrelated llvm- tool optionsTimm Bäder1-8/+16
2021-01-29[LTO] Update splitCodeGen to take a reference to the module. (NFC)Florian Hahn1-16/+19
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-05-18Fix several places that were calling verifyFunction or verifyModule without c...Craig Topper1-1/+5
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 Carruth2-8/+6
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-18[CMake] llvm-split depends on intrinsics_genChris Bieneman1-0/+3
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-26Remove autoconf supportChris Bieneman1-17/+0
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 Collingbourne4-0/+117