summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-241-14/+14
* [Support] Fix build under EmscriptenKeno Fischer2019-06-231-0/+3
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-221-49/+58
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-221-58/+49
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-8/+3
* [FileCheck] Stop qualifying expressions as numericThomas Preud'homme2019-06-191-40/+39
* FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme2019-06-191-201/+214
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+36
* [BranchProbability] Delete a redundant overflow checkFangrui Song2019-06-151-4/+0
* Fix failing test on ARM buildbotEugene Leviant2019-06-141-1/+1
* [AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin2019-06-141-1/+5
* Extra error checking to ARMAttributeParserEugene Leviant2019-06-131-0/+6
* [Path] Set FD to -1 in moved-from TempFileJonas Devlieghere2019-06-111-0/+1
* [AArch64] Add more CPUs to host detectionYi Kong2019-06-111-0/+6
* [Support] Explicitly detect recursive response filesShoaib Meenai2019-06-101-9/+50
* [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
OpenPOWER on IntegriCloud