summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-163-6/+6
* [FileCheck] Store line numbers as optional valuesThomas Preud'homme2019-07-151-10/+12
* [TargetParser][ARM] Account dependencies when processing target featuresAlexandros Lamprineas2019-07-141-6/+20
* [clang][Driver][ARM] Favor -mfpu over default CPU featuresAlexandros Lamprineas2019-07-141-24/+6
* FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme2019-07-131-84/+124
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-0/+2
* [Support] Move the static initializer install_out_memory_new_handler to InitLLVMFangrui Song2019-07-122-17/+6
* Add missing <atomic> include to appease MSVC builds.Simon Pilgrim2019-07-121-0/+1
* Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose2019-07-123-17/+119
* [YAMLIO] Remove trailing spaces when outputting mapsFangrui Song2019-07-121-11/+23
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-112-7/+13
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-53/+59
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-59/+53
* [FileCheck] Simplify numeric variable interfaceThomas Preud'homme2019-07-101-9/+5
* [FileCheck] Fix @LINE value after match failureThomas Preud'homme2019-07-101-1/+3
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-105-78/+170
* [AMDGPU] gfx908 targetStanislav Mekhanoshin2019-07-091-1/+3
* Revert "[FileCheck] Simplify numeric variable interface"Michael Liao2019-07-051-5/+9
* [FileCheck] Simplify numeric variable interfaceThomas Preud'homme2019-07-051-9/+5
* [FileCheck] Share variable instance among usesThomas Preud'homme2019-07-051-28/+39
* [FileCheck] Don't diagnose undef vars at parse timeThomas Preud'homme2019-07-051-5/+11
* [AMDGPU] Added a new metadata for multi grid sync implicit argumentYaxun Liu2019-07-051-0/+2
* [FileCheck] Fix comment in parseNumericVariableUseThomas Preud'homme2019-07-051-6/+6
* [FileCheck] Factor some parsing checks outThomas Preud'homme2019-07-051-35/+14
* [FileCheck] Add missing final dot in commentThomas Preud'homme2019-07-051-1/+1
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-033-3/+3
* [triple] Use 'macabi' environment name for the Mac Catalyst triplesAlex Lorenz2019-07-031-2/+2
* [triple] add 'macCatalyst' environment typeAlex Lorenz2019-07-021-0/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+53
* getMainExecutable: handle realpath() failure, falling back to getprogpath().Sam McCall2019-07-021-10/+10
* [llvm] [Support] Clean PrintStackTrace() ptr arithmetic upMichal Gorny2019-07-021-5/+2
* [APInt] Fix getBitsNeeded for INT_MIN valuesDmitry Venikov2019-06-291-1/+4
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-282-2/+19
* [CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 3)Roman Lebedev2019-06-271-0/+2
* DataExtractor: use decodeSLEB128 to implement getSLEB128David Blaikie2019-06-241-21/+10
* NFC: DataExtractor: use decodeULEB128 to implement getULEB128David Blaikie2019-06-241-17/+11
* [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
OpenPOWER on IntegriCloud