aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2024-01-30Backport [RISCV] Graduate Zicond to non-experimental (#79811) (#80018)Alex Bradbury1-2/+1
2024-01-23[Support] Avoid a VirtualBox shared folders mmap bug (#78597)Martin Storsjö1-2/+23
2024-01-22[LLVM][ADT] Explicitly convert size_t values to SmallVector's size type (#77939)Andrei Golubev1-2/+1
2024-01-19Revert "[InstrProf] Adding utility weights to BalancedPartitioning (#72717)"spupyrev1-35/+22
2024-01-19[InstrProf] Adding utility weights to BalancedPartitioning (#72717)spupyrev1-22/+35
2024-01-19[RISCV] Add support for Smepmp 1.0 (#78489)Min-Yih Hsu1-0/+1
2024-01-19[RISCV] Add support for new unprivileged extensions defined in profiles spec ...Luke Lau1-0/+7
2024-01-18[Path] Fix off-by-one in finding filename for win style paths (#78055)Matheus Izvekov1-1/+1
2024-01-17[Support] Use SmallString::operator std::string (NFC)Kazu Hirata8-17/+17
2024-01-17[Clang] Update Unicode version to 15.1 (#77147)cor3ntin4-19986/+20000
2024-01-17BalancedPartitioning: minor updates (#77568)Fangrui Song1-10/+6
2024-01-16[RISCV] Bump Zfbfmin, Zvfbfmin, and Zvfbfwma to 1.0. (#78021)Craig Topper1-3/+3
2024-01-16[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs (#76777)Wang Pengcheng1-4/+4
2024-01-15[Support] Windows Filesystem fs::status Conditionally Call GetFileAttributes ...Haydn Trigg1-7/+9
2024-01-14[CMake] Fix building on Haiku and Solaris after c0d5d36dda04cdd409aabc015da0b...Brad Smith1-2/+2
2024-01-13[Support] Use StringRef::consume_front (NFC)Kazu Hirata3-12/+5
2024-01-12[Support] Use StringRef::ltrim (NFC)Kazu Hirata1-2/+1
2024-01-13[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77722)Igor Kudrin1-16/+13
2024-01-11[llvm] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata1-9/+3
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-0/+5
2024-01-11[RISCV] Deduplicate version struct in RISCVISAInfo. NFC (#77645)Luke Lau1-170/+161
2024-01-10Revert "[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#770...Igor Kudrin1-12/+16
2024-01-11[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77041)Igor Kudrin1-16/+12
2024-01-09[RISCV] Deduplicate RISCVISAInfo::toFeatures/toFeatureVector. NFC (#76942)Luke Lau1-27/+14
2024-01-09[CommandLine] Do not print empty categories with '--help-hidden' (#77043)Igor Kudrin1-8/+1
2023-12-30[RISCV] Add MC layer support for Zicfiss. (#66043)Yeting Kuo1-0/+4
2023-12-28[RISCV] Remove XSfcie extension.Craig Topper1-1/+0
2023-12-28[RISCV][MC] Add support for experimental Zcmop extension (#76395)Wang Pengcheng1-0/+4
2023-12-26[Support] Resolve symlinks in `getMainExecutable()` on Windows (#76304)Alexandre Ganea1-1/+4
2023-12-26[RISCV][MC] Add support for experimental Zimop extension (#75182)Jivan Hakobyan1-0/+2
2023-12-23[llvm] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-12-20[RISCV] Make Zcmt imply Zicsr. (#75464)Yvan Roux1-1/+1
2023-12-19[RISCV] Remove Zfbfmin dependency from Zvfbfmin. (#75851)Craig Topper1-3/+3
2023-12-20[CommandLine][NFC] Replace 'std::function' with 'function_ref' (#75973)Igor Kudrin1-2/+1
2023-12-20[CommandLine][NFCI] Simplify enumerating subcommands of an option (#75679)Igor Kudrin1-55/+24
2023-12-18[RISCV] Remove experimental from Vector Crypto extensions (#74213)Eric Biggers1-19/+19
2023-12-18[llvm][Support] Lift raw_socket_stream implementation out into own files (#75...criis3-162/+181
2023-12-18[RISCV] Rename Xsf->XSf for SiFive extension names in RISCVISAInfo.cpp. NFCCraig Topper1-10/+10
2023-12-18[RISCV] Make Zhinx and Zvfh imply Zhinxmin and Zvfhmin respectively (#75735)Yeting Kuo1-2/+2
2023-12-17[RISCV] Simplify PrintExtension. NFC (#75427)Craig Topper1-7/+8
2023-12-16[RISCV] Make Zfh imply Zfhmin. (#75576)Yeting Kuo1-1/+1
2023-12-15[clang][RISCV] Change default abi with f extension but without d extension (#...Jianjian Guan1-0/+4
2023-12-14Revert "[ADT][StringMap] Add ability to precompute and reuse the string hash"David Blaikie1-11/+4
2023-12-14Revert "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-1/+1
2023-12-14[SystemZ][z/OS] Fix STDOUT to STDERRAbhina Sree1-1/+1
2023-12-14[llvm][Support] Fix missing field in WSADATA warningDavid Spickett1-1/+2
2023-12-14[Support] Canonicalise ws2_32 casing, fix MinGW cross compilationMartin Storsjö1-1/+1
2023-12-13[CommandLine] Remove unused variable 'NearestHandler' (fixup for #74811)Igor Kudrin1-3/+1
2023-12-13[Support] Fix WS2_32 casingShoaib Meenai1-1/+1
2023-12-13[LLVM][Support] Fixed the compile error caused by #73603 (#75418)Shilei Tian1-2/+1