summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-171-1/+8
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-1/+1
* Make llvm::crc32() work also for input sizes larger than 32 bits.Hans Wennborg2020-02-061-0/+20
* [Support] Fix race in threading test, found by TSanSam McCall2020-01-271-1/+3
* [DebugInfo][Support] Replace DWARFDataExtractor size functionJames Henderson2020-01-131-0/+9
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-111-0/+30
* [Support][NFC] Add an explicit unit test for Process::getPageSize()Bruno Ricci2020-01-091-0/+38
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-081-1/+46
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-071-2/+2
* [FileCheck] Remove FileCheck prefix in APIThomas Preud'homme2020-01-061-73/+71
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-1/+1
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-1/+1
* llvm-cxxmap: fix support for remapping non-mangled names.Richard Smith2019-12-181-1/+14
* [VFS] Disable check for ../foo on WindowsJonas Devlieghere2019-12-111-0/+2
* [VFS] Extend virtual working directory testJonas Devlieghere2019-12-111-0/+25
* Implement LWG#1203 for raw_ostream.Christian Sigg2019-12-091-2/+11
* [CommandLine] Add missing CallbacksDavid Green2019-12-091-0/+8
* [CommandLine] Add callbacks to OptionsDon Hinton2019-12-061-2/+64
* Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya2019-12-041-100/+119
* Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya2019-12-041-98/+100
* [llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFilesKadir Cetinkaya2019-12-041-100/+98
* [NFC][KnownBits] Add getMinValue() / getMaxValue() methodsRoman Lebedev2019-12-031-0/+14
* [unittest] Fix unittests/Support/Path.cpp after D49466Fangrui Song2019-11-261-6/+12
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+29
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-2/+4
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-2/+1
* [Support] Optimize SHA1 implementationNick Terrell2019-11-111-0/+16
* Fix null dereference in yaml::Document::skipThomas Finch2019-11-111-0/+11
* [Support] Add erase() to json::ObjectSam McCall2019-11-111-5/+32
* [CommandLine] Add inline ArgName printingDon Hinton2019-11-061-0/+50
* YAML parser robustness improvementsThomas Finch2019-11-051-0/+52
* TargetParserTest - testARMArch - stop bitwise operators on boolean warnings. ...Simon Pilgrim2019-11-021-4/+5
* [clang][llvm] Obsolete Exynos M1 and M2Evandro Menezes2019-10-302-33/+11
* [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar2019-10-301-7/+52
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-0/+22
* Fix https://bugs.llvm.org/show_bug.cgi?id=43791Guillaume Chatelet2019-10-281-1/+1
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-242-55/+0
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-231-0/+54
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-231-54/+0
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-231-0/+54
* Fix llvm signal tests build.David Carlier2019-10-211-0/+1
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-182-0/+54
* [Error] Make llvm::cantFail include the original error messagesDon Hinton2019-10-171-7/+10
* Reapply r375051: [support] GlobPattern: add support for `\` and `[!...]`, and...Jordan Rupprecht2019-10-171-38/+96
* Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...Jordan Rupprecht2019-10-161-96/+38
* [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...Jordan Rupprecht2019-10-161-38/+96
* Fix an unused variable introduced in rL374955 / rG21703543.David L. Jones2019-10-161-0/+1
* [Reland][VirtualFileSystem] Support virtual working directory in the Redirect...Jonas Devlieghere2019-10-151-4/+171
* Revert "[VirtualFileSystem] Support virtual working directory in the Redirec...Jonas Devlieghere2019-10-151-171/+4
OpenPOWER on IntegriCloud