OSDN Git Service

[CostModel][X86] Add min/max reduction costs for all SSE targets
[android-x86/external-llvm.git] / unittests /
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.
2019-04-12 Nikita Popov[KnownBits] Add computeForAddCarry()
2019-04-11 Nikita Popov[ConstantRange] Add unsignedMulMayOverflow()
2019-04-11 Nikita Popov[ConstantRangeTest] Fix typos in test names; NFC
2019-04-11 Pavel LabathYAMLIO: Fix serialization of strings with embedded...
2019-04-08 Eugene LeviantAttempt to recommit r357901
2019-04-08 Eugene LeviantReverting r357901 as fails to build on some of the...
2019-04-08 Eugene Leviant[Support] Add zlib independent CRC32
2019-04-08 Pavel LabathObject/Minidump: Add support for reading the ModuleList...
2019-04-07 Nikita Popov[ConstantRange] Add signed/unsigned unionWith()
2019-04-07 Nikita Popov[ConstantRangeTest] Generalize intersection testing...
2019-04-07 Nikita Popov[ConstantRange] Add unsigned and signed intersection...
2019-04-07 Nikita Popov[ConstantRange] Add isAllNegative() and isAllNonNegativ...
2019-04-07 Marcello Maggioni[ConstantRange] Shl considers full-set shifting to...
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-04-05 Don Hinton[llvm] Add isa_and_nonnull
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-04 Nick LewyckyAn unreachable block may have a route to a reachable...
2019-04-04 Juergen Ributzka[TextAPI] Prefix all architecture enums to fix the...
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-04-03 Sam CleggFix TargetLibraryInfoTest.ValidProto after rL357552
2019-04-02 Nick LewyckyAdd an optional list of blocks to avoid when looking...
2019-04-01 Nick LewyckyNot all blocks are reachable from entry. Don't assume...
2019-03-29 Hubert Tong[Support] Implement is_local_impl with AIX mntctl
2019-03-29 Roman Lebedev[NFC][llvm-exegesis] Refactor ResolvedSchedClass &...
2019-03-28 Eli Friedman[MC] Fix floating-point literal lexing.
next