summaryrefslogtreecommitdiff
path: root/lld/utils
AgeCommit message (Expand)Author
2025-10-16[lld][utils] Remove Python2 compatible imports in benchmark.pyDavid Spickett
2025-10-09Add Nix recipe for collecting linker reproducers. (#145789)Peter Collingbourne
2025-05-02Add lld benchmarking script.Peter Collingbourne
2024-08-31[lld] Fix invalid Python escape sequences (#94033)Eisuke Kawashima
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2019-03-20Python 2/3 compatibilitySerge Guelton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-14Add a script to run various benchmarks and send the result to lnt.Rafael Espindola
2015-07-29Remove astyle-options.Rui Ueyama
2015-03-11Move the 'linker-script-test' binary to the tools directory.Chandler Carruth
2015-02-05lldReaderWriter.a depends on lldCore.a so make sureEric Christopher
2015-02-03Make ELFLinkingContext own LinkerScript buffersRafael Auler
2015-01-21add_lld_library -> add_llvm_libraryGreg Fitzgerald
2014-11-11Revert "Add support library."Shankar Easwaran
2014-11-10Add support library.Shankar Easwaran
2014-07-06Update for llvm api change.Rafael Espindola
2014-06-12Refer to error_code with an std prefix.Rafael Espindola
2014-06-04Initial set of MakefilesIain Sandoe
2014-03-13Replace OwningPtr with std::unique_ptr.Ahmed Charles
2013-03-01Add basic linker script parsing.Michael J. Spencer
2011-12-18Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer