summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] APFloat::Storage::Storage - refix use after moveNick Desaulniers2019-06-071-1/+2
* [ARM] Fix bugs introduced by the fp64/d32 rework.Simon Tatham2019-06-071-79/+55
* [X86] -march=cooperlake (llvm)Pengfei Wang2019-06-071-1/+9
* FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme2019-06-061-124/+283
* [ARM] Allow "-march=foo+fp" to vary with fooSjoerd Meijer2019-06-051-8/+71
* [PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaults on PPC machinesNemanja Ivanovic2019-06-031-3/+2
* [ARM] Fix recent breakage of -mfpu=none.Simon Tatham2019-06-031-0/+1
* [X86] Resync Host.cpp with compiler-rt's cpu_model.c to enable 0x55 to be ide...Craig Topper2019-05-311-5/+10
* [ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer2019-05-304-1/+26
* [X86] Add ENQCMD instructionsPengfei Wang2019-05-301-0/+1
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-17/+22
* [FileCheck] Remove llvm:: prefixThomas Preud'homme2019-05-231-25/+23
* [FileCheck] Introduce substitution subclassesThomas Preud'homme2019-05-231-27/+39
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-231-69/+66
* [X86] Add more icelake model numbers to getHostCPUName.Craig Topper2019-05-221-0/+8
* [VirtualFileSystem] Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-05-221-1/+1
* [PPC64] Parse -elfv1 -elfv2 when specified on target tripleFangrui Song2019-05-221-0/+4
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-204-26/+32
* [X86] Add icelake-client and tremont model numbers to getHostCPUName.Craig Topper2019-05-201-0/+9
* [CommandLine] Don't allow duplicate categories.Don Hinton2019-05-161-1/+1
* Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue2019-05-163-11/+39
* Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim2019-05-151-3/+3
* [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim2019-05-141-3/+3
* Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-67/+235
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-142-3/+18
* Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-235/+67
* FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme2019-05-131-67/+235
* [AArch64][SVE2] Add SVE2 target features to backend and TargetParserCullen Rhodes2019-05-131-0/+10
* [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton2019-05-111-20/+40
* [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
OpenPOWER on IntegriCloud