summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-031-0/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-302-0/+185
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-3/+45
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-1/+4
* New methods to check for under-/overflow in the SMT APIMikhail R. Gadelha2019-03-271-0/+70
* [Support] MemoryBlock size should reflect the requested sizeAndrew Ng2019-03-271-3/+4
* Moved body of methods dump to .cpp file to fix compilation when modulesMikhail R. Gadelha2019-03-261-0/+4
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-252-1/+842
* [Legacy][TimePasses] allow -time-passes reporting into a custom streamFedor Sergeev2019-03-221-6/+11
* [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ...Craig Topper2019-03-201-0/+1
* [AMDGPU] Factored PAL metadata handling out into its own classTim Renouf2019-03-201-14/+0
* [llvm-objcopy] Make .build-id linking atomicJake Ehrlich2019-03-181-26/+27
* AMDGPU: Partially fix default device for HSAMatt Arsenault2019-03-171-4/+6
* Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava2019-03-141-0/+7
* [Support] Treat truncation of fullpath as errorJonas Hahnfeld2019-03-131-1/+5
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-131-0/+17
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+6
* [FileCheck]Remove assertions that prevent matching an empty string at file st...James Henderson2019-03-121-12/+0
* [llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD"Michal Gorny2019-03-041-18/+2
* [llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSDMichal Gorny2019-03-031-2/+18
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-21/+24
* [CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin2019-03-011-4/+7
* Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...Alexandre Ganea2019-02-281-3/+3
* Fix non-Windows platforms build break introduced by r355065. Fixes:Alexandre Ganea2019-02-281-0/+1
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-282-19/+56
* Support: enable backtraces on WindowsSaleem Abdulrasool2019-02-271-9/+8
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-261-1/+8
* VFS: Avoid some unnecessary std::string copiesDuncan P. N. Exon Smith2019-02-231-12/+12
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-193-0/+126
* [LLVMSupport]: Remove a severely outdated README.Kristina Brooks2019-02-171-43/+0
* Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-02-141-30/+73
* [Support] Fix TempFile::discard to not leave behind temporary filesAndrew Ng2019-02-141-13/+14
* [X86] Add 'mpx' to getHostCPUFeatures.Craig Topper2019-02-131-0/+1
* [X86] Add 'fxsr' to the getHostCPUFeatures detection code.Craig Topper2019-02-131-0/+1
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-092-848/+1
* Move SMTSolver dump() methods out-of-line.Adrian Prantl2019-02-071-0/+6
* [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
OpenPOWER on IntegriCloud