summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-071-3/+28
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-072-1/+842
* Add OpenBSD support to be able to get the thread nameBrad Smith2019-02-071-0/+6
* build: Remove the cmake check for malloc.h.Peter Collingbourne2019-02-061-4/+1
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-5/+14
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* Revert r353048.James Henderson2019-02-041-63/+16
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* Revert r352750.James Henderson2019-02-011-27/+5
* [CommandLine] Improve help text for cl::values style optionsJames Henderson2019-01-311-5/+27
* Revert "Add support for prefix-only CLI options"Thomas Preud'homme2019-01-271-14/+5
* [JSON] Work around excess-precision issue when comparing T_Integer numbers.Sam McCall2019-01-251-0/+6
* MemoryBlock: Do not automatically extend a given size to a multiple of page s...Rui Ueyama2019-01-231-6/+4
* FileOutputBuffer: handle mmap(2) failureRui Ueyama2019-01-221-2/+6
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-17/+39
* FileOutputBuffer: Handle "-" as stdout.Rui Ueyama2019-01-221-0/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19139-556/+417
* Remove F_modify flag from FileOutputBuffer.Rui Ueyama2019-01-191-26/+11
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-182-0/+16
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-171-0/+1
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-162-18/+18
* [WebAssembly] COWS has been renamed to WASI.Dan Gohman2019-01-161-2/+2
* [VFS] Move RedirectingFileSystem interface into header (NFC)Jonas Devlieghere2019-01-151-339/+166
* [Nios2] Remove Nios2 backendCraig Topper2019-01-151-11/+0
* [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman2019-01-151-0/+2
* Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson2019-01-141-73/+30
* [VFS] Fix unused variable warning. NFCSam McCall2019-01-141-1/+1
* [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-01-141-30/+73
* Add support for prefix-only CLI optionsThomas Preud'homme2019-01-141-5/+14
* Don't write #include "Windows/WindowsSupport.h" from the Windows dir.Zachary Turner2019-01-081-1/+1
* [NFC] Fixed extra semicolon warningDavid Bolvansky2018-12-301-1/+1
* Add vtable anchor to classes.Richard Trieu2018-12-294-0/+7
* Buildfix for r345516 (Clang compilation failing).Alexandre Ganea2018-12-181-1/+1
* [llvm-symbolizer] Omit stderr output when symbolizing a crashAlexandre Ganea2018-12-181-3/+11
* [Support] Fix GNU/kFreeBSD buildEli Friedman2018-12-181-1/+1
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-5/+5
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-5/+4
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-1/+1
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-181-6/+13
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-18/+23
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-3/+13
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-4/+8
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-23/+61
* [Support] Fix FileNameLength passed to SetFileInformationByHandleShoaib Meenai2018-12-131-1/+1
* Add Hurd target to LLVMSupport (1/2)Kristina Brooks2018-11-291-0/+2
* Fix build error due to missing cctype includeDavid Spickett2018-11-282-1/+1
* [ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett2018-11-284-931/+784
* [X86] Add cascade lake arch in X86 target.Craig Topper2018-11-271-0/+6
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-5/+16
OpenPOWER on IntegriCloud