OSDN Git Service

Revert rL361731 : [LLParser] Fix uninitialized variable warnings. NFCI.
[android-x86/external-llvm.git] / unittests /
2019-05-23 Kit BartonRevert [LOOPINFO] Extend Loop object to add utiliti...
2019-05-23 Kit Barton [LOOPINFO] Extend Loop object to add utilities...
2019-05-23 Thomas Preud'homme[FileCheck] Introduce substitution subclasses
2019-05-23 Thomas Preud'hommeFileCheck: Improve FileCheck variable terminology
2019-05-20 Lang Hames[Support] Renamed member 'Size' to 'AllocatedSize'...
2019-05-20 Nick Desaulniers[INLINER] allow inlining of blockaddresses if sole...
2019-05-20 Petar Jovanovic[DebugInfoMetadata] Refactor DIExpression::prepend...
2019-05-17 Matt ArsenaultGlobalISel: Define integer min/max instructions
2019-05-17 Matt ArsenaultGlobalISel: Add fp<->int casts to MachineIRBuilder
2019-05-17 Matt ArsenaultGlobalISel: Add MIRBuilder wrappers for bitcount instru...
2019-05-17 Richard TrieuFix broken test case.
2019-05-17 Richard SmithConvert PointerUnion to a variadic template.
2019-05-16 Don Hinton[CommandLine] Don't allow duplicate categories.
2019-05-16 Pavel LabathMinidump: Add support for the MemoryList stream
2019-05-16 Matt ArsenaultGlobalISel: Add buildFMA to MachineIRBuilder
2019-05-16 Matt ArsenaultGlobalISel: Add buildXor/buildNot
2019-05-16 Matt ArsenaultGlobalISel: Add DstOp version of buildIntrinsic
2019-05-16 Matt ArsenaultGlobalISel: Add buildFConstant for APFloat
2019-05-16 Matt ArsenaultGlobalISel: Add some FP instructions to MachineIRBuilder
2019-05-15 Tim Northoverarm64_32: add some unittests that were in the wrong...
2019-05-14 Kit BartonSave the induction binary operator in IVDescriptors...
2019-05-14 Thomas Preud'hommeReinstate "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Thomas Preud'hommeRevert "FileCheck [5/12]: Introduce regular numeric...
2019-05-13 David L. Jones[Support] Ensure redirected outputs don't contain outpu...
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 Petar Jovanovic[Support] Fix unit test for fs::is_local
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-06 Nikita Popov[ConstantRange] Add srem() support
2019-05-06 Alexandre GaneaFix compilation warnings when compiling with GCC 7.3
2019-05-05 Cameron McInallyAdd FNeg IR constant folding support
2019-05-03 Cameron McInallyUpdate PatternMatcher for FNeg
2019-05-03 Don Hinton[CommandLine] Change help output to prefix long options...
2019-05-02 Pavel LabathObject/Minidump: Add support for the ThreadList stream
2019-05-02 Thomas Preud'hommeFileCheck [4/12]: Introduce @LINE numeric expressions
2019-05-01 Nico WeberOption spell checking: Penalize delimiter flags if...
2019-05-01 Nico WeberFix OptTable::findNearest() adding delimiter for free
2019-04-30 Dan Gohman[WebAssembly] Test the "wasm32-wasi" triple
2019-04-30 Alina Sbirlea[AliasAnalysis/NewPassManager] Invalidate AAManager...
2019-04-30 Nico WeberRe-reland "[Option] Fix PR37006 prefix choice in findNe...
2019-04-30 Lang Hames[ORC] Fix an ambiguous call in a unit test.
2019-04-30 Don Hinton[CommandLine} Wire-up cl::list::setDefault() so it...
2019-04-30 Lang Hames[ORC] Allow JITDylib definition generators to return...
2019-04-29 Nico Weber[PDB] Fix hash function used to write /src/headerblock
2019-04-29 Reid KlecknerFix string UAF in new FileCheck test
2019-04-29 Thomas Preud'hommeFileCheck [3/12]: Stricter parsing of @LINE expressions
2019-04-29 Thomas Preud'hommeFileCheck [2/12]: Stricter parsing of -D option
2019-04-28 Nikita Popov[ConstantRange] Add makeExactNoWrapRegion()
2019-04-26 Nikita Popov[ConstantRange] Add abs() support
2019-04-25 Lang Hames[ORC] Remove symbols from dependency lists when failing...
2019-04-25 Sam McCall[Support] Add JSON streaming output API, faster where...
2019-04-25 Ilya Biryukov[Support] Try to unbreak windows buildbot
2019-04-25 Florian Hahn[ConstantRange] [a, b) udiv a full range is [0, umax...
2019-04-25 Ilya Biryukov[Testing] Move clangd::Annotations to llvm testing...
2019-04-25 Ilya Biryukov[Support] Add a GTest matcher for Optional<T>
2019-04-24 Xinliang David LiAdd optional arg to profile count getters to filter
2019-04-24 Alina SbirleaRevert [AliasAnalysis] AAResults preserves AAManager.
2019-04-24 Francis Visoiu Mistrih[Remarks] Add string deduplication using a string table
2019-04-23 Nikita Popov[ConstantRange] Add urem support
2019-04-23 Nikita Popov[ConstantRangeTest] Move helper methods; NFC
2019-04-23 Alina Sbirlea[AliasAnalysis] AAResults preserves AAManager.
2019-04-23 Joel E. Denny[APSInt][OpenMP] Fix isNegative, etc. for unsigned...
2019-04-22 Bob Haarman[Support] unflake TempFileCollisions test
2019-04-22 Nikita PopovRevert "[ConstantRange] Rename make{Guaranteed -> Exact...
2019-04-22 Nikita Popov[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapR...
2019-04-22 Lang Hames[JITLink] Remove a lot of reduntant 'JITLink_' prefixes...
2019-04-21 Nikita Popov[ConstantRange] Add saturating add/sub methods
2019-04-21 Fangrui Song[JITLink] Add dependency on MCParser to unit test after...
2019-04-21 Lang Hames[JITLink] Add dependencies on MCDissassembler and Targe...
2019-04-20 Lang Hames[JITLink] Add check to JITLink unit test to bail out...
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-04-20 Sam McCall[ADT] Avoid warning in bsearch testcase
2019-04-19 Alina Sbirlea[NewPassManager] Adding pass tuning options: loop vecto...
2019-04-19 Fangrui Song[APInt] Optimize umul_ov
2019-04-18 Cullen RhodesTest commit access [NFC]
2019-04-17 Lang Hames[Support] Add LEB128 support to BinaryStreamReader...
2019-04-16 Sam McCall[ADT] llvm::bsearch, binary search for mere mortals
2019-04-16 Shoaib MeenaiReapply [Support] Fix recursive response file expansion...
2019-04-16 Shoaib MeenaiReapply [Support] Add a test for recursive response...
2019-04-15 Shoaib MeenaiRevert [Support] Add a test for recursive response...
2019-04-15 Shoaib MeenaiRevert [Support] Fix recursive response file expansion...
2019-04-15 Shoaib Meenai[Support] Fix recursive response file expansion guard
2019-04-15 Shoaib Meenai[Support] Add a test for recursive response file expansion
2019-04-15 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-15 Ilya BiryukovRevert r358337: "[CommandLineParser] Add DefaultOption...
2019-04-15 Thomas Preud'hommeFileCheck [1/12]: Move variable table in new object
2019-04-15 Fangrui Song[DWARF] Fix DWARFVerifier::DieRangeInfo::contains
2019-04-15 Fangrui Song[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
2019-04-15 Bjorn Pettersson[SelectionDAG] Use KnownBits::computeForAddSub/computeF...
2019-04-15 Amara Emerson[GlobalISel] Introduce a CSEConfigBase class to allow...
2019-04-14 Fangrui Song[ConstantRange] Simplify unittests after getSetSize...
2019-04-14 Fangrui Song[ConstantRange] Fix unittest after rL358347
2019-04-13 Bill Wendling[X86] Use PC-relative mode for the kernel code model
2019-04-13 Nikita Popov[ConstantRange] Disallow NUW | NSW in makeGuaranteedNoW...
2019-04-13 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-13 Fangrui Song[ADT] Fix OwningArrayRef's move ctor
2019-04-12 Nikita Popov[ConstantRange] Clarify makeGuaranteedNoWrapRegion...
2019-04-12 Alina Sbirlea[SCEV] Add option to forget everything in SCEV.
next