summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-split/llvm-split.cpp
AgeCommit message (Expand)Author
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault
2025-08-05[offload][SYCL] Add Module splitting by categories. (#131347)Maksim Sabianin
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-03-11Revert "[offload][SYCL] Add SYCL Module splitting (#119713)"Joseph Huber
2025-03-11[offload][SYCL] Add SYCL Module splitting (#119713)Maksim Sabianin
2024-12-17[llvm-split][nfc] Harmonize help and error message (#120062)serge-sans-paille
2024-07-03[llvm][transforms] Add a new algorithm to SplitModule (#95941)Ilia Sergachev
2024-04-22[llvm-split] Correctly deallocate TargetMachinepvanhout
2024-04-22[LTO] Allow target-specific module splittting (#83128)Pierre van Houtryve
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-07-22[llvm][tools] Hide remaining unrelated llvm- tool optionsTimm Bäder
2021-01-29[LTO] Update splitCodeGen to take a reference to the module. (NFC)Florian Hahn
2020-05-18Fix several places that were calling verifyFunction or verifyModule without c...Craig Topper
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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-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-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