summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Fix code style of method commentsThomas Preud'homme2019-05-081-47/+3
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-085-6/+9
* [CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton2019-05-071-12/+25
* Guard __builtin_available() with __has_builtin to support older host compilers.Adrian Prantl2019-05-071-1/+2
* Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper LakeLuo, Yuanke2019-05-061-0/+3
* [CommandLine] Enable Grouping for short options by default. Part 4 of 5Don Hinton2019-05-031-0/+2
* [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-34/+63
* [Support] Don't check MAP_ANONYMOUS, just use MAP_ANONFangrui Song2019-05-021-8/+1
* FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme2019-05-021-109/+157
* [CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5Don Hinton2019-04-291-4/+4
* FileCheck [3/12]: Stricter parsing of @LINE expressionsThomas Preud'homme2019-04-291-33/+72
* FileCheck [2/12]: Stricter parsing of -D optionThomas Preud'homme2019-04-291-43/+112
* Try to use /proc on FreeBSD for getExecutablePathDavid Chisnall2019-04-291-1/+14
* [DJB] Fix variable case after D61178Fangrui Song2019-04-271-3/+3
* caseFoldingDjbHash: simplify and make the US-ASCII fast path fasterFangrui Song2019-04-261-19/+16
* Assigning to a local object in a return statement prevents copy elision. NFC.David Blaikie2019-04-251-1/+2
* [Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall2019-04-252-129/+148
* Parallel: only allow the first TaskGroup to run tasks parallellyFangrui Song2019-04-251-6/+25
* [yaml2obj] - Don't crash on invalid inputs.George Rimar2019-04-251-0/+5
* posix_spawn should retry upon EINTRJF Bastien2019-04-241-6/+10
* Try once more to ensure constant initializaton of ManagedStaticsReid Kleckner2019-04-241-0/+1
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-242-22/+6
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-18/+20
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-242-8/+17
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* [CachePruning] Simplify comparatorFangrui Song2019-04-211-9/+2
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+29
* [APInt] Optimize umul_ovFangrui Song2019-04-191-5/+12
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-182-0/+50
* Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...Adrian Prantl2019-04-182-53/+0
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-182-0/+53
* [Support] Add LEB128 support to BinaryStreamReader/Writer.Lang Hames2019-04-172-1/+45
* Time profiler: optimize json output timeAnton Afanasyev2019-04-161-0/+5
* [llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya2019-04-162-0/+55
* Use native llvm JSON library for time profiler outputAnton Afanasyev2019-04-161-37/+37
* Reapply [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-161-4/+6
* Revert [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-6/+4
* Only use argv[0] as the main executable name if it exists.Sean Silva2019-04-151-2/+2
* [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-4/+6
* Time profiler: small fixes and optimizationsAnton Afanasyev2019-04-151-35/+43
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-5/+45
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-43/+5
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-151-85/+86
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-5/+43
* [KnownBits] Add computeForAddCarry()Nikita Popov2019-04-121-12/+31
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-111-6/+6
* Improve hashing for time profilerAnton Afanasyev2019-04-091-16/+19
* Attempt to recommit r357901Eugene Leviant2019-04-082-0/+69
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-082-69/+0
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-082-0/+69
OpenPOWER on IntegriCloud