OSDN Git Service

DO NOT MERGE: android: translate Android.mk build rules for libLLVM80
[android-x86/external-llvm.git] / lib / Support /
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Mauro Rossiandroid: [Support] update cpp sources
2020-03-24 Mauro Rossiandroid: Lift JSON library from clang-tools-extra/clang...
2020-03-24 Mauro Rossiandroid: Support: update sources list
2020-03-24 Mauro Rossiandroid: [Support] Move syntax highlighting into support
2020-03-24 Mauro Rossiandroid: update sources file names for llvm70
2020-03-24 Qiang YuLLVM_DEVICE_BUILD_MK to LLVM70_DEVICE_BUILD_MK
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yunow mesa can be compiled
2020-03-24 Qiang Yumove all mk file
2019-10-10 Tom Stellard[9.0 branch][ARM] VFPv2 only supports 16 D registers.
2019-08-14 Hans WennborgMerging r367084:
2019-07-31 Hans WennborgMerging r367124, r367292, r367394, r367396, and r367398.
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-15 Thomas Preud'homme[FileCheck] Store line numbers as optional values
2019-07-14 Alexandros Lamprineas[TargetParser][ARM] Account dependencies when processin...
2019-07-14 Alexandros Lamprineas[clang][Driver][ARM] Favor -mfpu over default CPU features
2019-07-13 Thomas Preud'hommeFileCheck [7/12]: Arbitrary long numeric expressions
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Fangrui Song[Support] Move the static initializer install_out_memor...
2019-07-12 Simon PilgrimAdd missing <atomic> include to appease MSVC builds.
2019-07-12 Jordan RoseSupport for dumping current PrettyStackTrace on SIGINFO...
2019-07-12 Fangrui Song[YAMLIO] Remove trailing spaces when outputting maps
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
2019-07-10 Don HintonRecommit "[CommandLine] Remove OptionCategory and SubCo...
2019-07-10 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-10 Thomas Preud'homme[FileCheck] Fix @LINE value after match failure
2019-07-10 Reid Kleckner[Support] Move llvm::MemoryBuffer to sys::fs::file_t
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 target
2019-07-05 Michael LiaoRevert "[FileCheck] Simplify numeric variable interface"
2019-07-05 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-05 Thomas Preud'homme[FileCheck] Share variable instance among uses
2019-07-05 Thomas Preud'homme[FileCheck] Don't diagnose undef vars at parse time
2019-07-05 Yaxun Liu[AMDGPU] Added a new metadata for multi grid sync impli...
2019-07-05 Thomas Preud'homme[FileCheck] Fix comment in parseNumericVariableUse
2019-07-05 Thomas Preud'homme[FileCheck] Factor some parsing checks out
2019-07-05 Thomas Preud'homme[FileCheck] Add missing final dot in comment
2019-07-03 Sven van HaastregtRemove some autoconf references from docs and comments
2019-07-03 Alex Lorenz[triple] Use 'macabi' environment name for the Mac...
2019-07-02 Alex Lorenz[triple] add 'macCatalyst' environment type
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-07-02 Sam McCallgetMainExecutable: handle realpath() failure, falling...
2019-07-02 Michal Gorny[llvm] [Support] Clean PrintStackTrace() ptr arithmetic up
2019-06-29 Dmitry Venikov[APInt] Fix getBitsNeeded for INT_MIN values
2019-06-28 Alex Brachet[Support] Add fs::getUmask() function and change fs...
2019-06-27 Roman Lebedev[CodeGen] [SelectionDAG] More efficient code for X...
2019-06-24 David BlaikieDataExtractor: use decodeSLEB128 to implement getSLEB128
2019-06-24 David BlaikieNFC: DataExtractor: use decodeULEB128 to implement...
2019-06-24 Pavel Labath[Support] Fix error handling in DataExtractor::get...
2019-06-23 Keno Fischer[Support] Fix build under Emscripten
2019-06-22 Don HintonRevert [CommandLine] Remove OptionCategory and SubComma...
2019-06-22 Don Hinton[CommandLine] Remove OptionCategory and SubCommand...
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-19 Thomas Preud'homme[FileCheck] Stop qualifying expressions as numeric
2019-06-19 Thomas Preud'hommeFileCheck: Return parse error w/ Error & Expected
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-06-15 Fangrui Song[BranchProbability] Delete a redundant overflow check
2019-06-14 Eugene LeviantFix failing test on ARM buildbot
2019-06-14 Stanislav Mekhanoshin[AMDGPU] gfx1011/gfx1012 targets
2019-06-13 Eugene LeviantExtra error checking to ARMAttributeParser
2019-06-11 Jonas Devlieghere[Path] Set FD to -1 in moved-from TempFile
2019-06-11 Yi Kong[AArch64] Add more CPUs to host detection
2019-06-10 Shoaib Meenai[Support] Explicitly detect recursive response files
2019-06-07 Nick Desaulniers[APFloat] APFloat::Storage::Storage - refix use after...
2019-06-07 Simon Tatham[ARM] Fix bugs introduced by the fp64/d32 rework.
2019-06-07 Pengfei Wang[X86] -march=cooperlake (llvm)
2019-06-06 Thomas Preud'hommeFileCheck [6/12]: Introduce numeric variable definition
2019-06-05 Sjoerd Meijer[ARM] Allow "-march=foo+fp" to vary with foo
2019-06-03 Nemanja Ivanovic[PowerPC] Set PROT_READ flag for MF_EXEC to prevent...
2019-06-03 Simon Tatham[ARM] Fix recent breakage of -mfpu=none.
2019-05-31 Craig Topper[X86] Resync Host.cpp with compiler-rt's cpu_model...
2019-05-30 Sjoerd Meijer[ARM] add target arch definitions for 8.1-M and MVE
2019-05-30 Pengfei Wang[X86] Add ENQCMD instructions
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-23 Thomas Preud'homme[FileCheck] Remove llvm:: prefix
2019-05-23 Thomas Preud'homme[FileCheck] Introduce substitution subclasses
2019-05-23 Thomas Preud'hommeFileCheck: Improve FileCheck variable terminology
2019-05-22 Craig Topper[X86] Add more icelake model numbers to getHostCPUName.
2019-05-22 Simon Pilgrim[VirtualFileSystem] Fix uninitialized variable warning...
2019-05-22 Fangrui Song[PPC64] Parse -elfv1 -elfv2 when specified on target...
2019-05-20 Lang Hames[Support] Renamed member 'Size' to 'AllocatedSize'...
2019-05-20 Craig Topper[X86] Add icelake-client and tremont model numbers...
2019-05-16 Don Hinton[CommandLine] Don't allow duplicate categories.
2019-05-16 Xing XueFixes for builds that require strict X/Open and POSIX...
2019-05-15 Simon PilgrimRevert rL360675 : [APFloat] APFloat::Storage::Storage...
2019-05-14 Simon Pilgrim[APFloat] APFloat::Storage::Storage - fix use after...
2019-05-14 Thomas Preud'hommeReinstate "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Tim NorthoverAArch64: support binutils-like things on arm64_32.
2019-05-14 Thomas Preud'hommeRevert "FileCheck [5/12]: Introduce regular numeric...
2019-05-13 Thomas Preud'hommeFileCheck [5/12]: Introduce regular numeric variables
2019-05-13 Cullen Rhodes[AArch64][SVE2] Add SVE2 target features to backend...
2019-05-11 Don Hinton[CommandLine] Add long option flag for cl::ParseCommand...
2019-05-08 Thomas Preud'homme[FileCheck] Fix code style of method comments
2019-05-08 Lang Hames[Support] Add error handling to sys::Process::getPageSi...
2019-05-07 Don Hinton[CommandLine] Allow Options to specify multiple OptionC...
2019-05-07 Adrian PrantlGuard __builtin_available() with __has_builtin to suppo...
2019-05-06 Luo, YuankeEnable AVX512_BF16 instructions, which are supported...
next