OSDN Git Service

Add optional arg to profile count getters to filter
[android-x86/external-llvm.git] / unittests /
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.
2019-03-28 Roman Lebedev[llvm-exegesis] Introduce a 'naive' clustering algorith...
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-27 Nikita Popov[ConstantRangeTest] Add exhaustive intersectWith()...
2019-03-27 Nikita Popov[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
2019-03-27 Nikita Popov[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
2019-03-26 Nikita Popov[ConstantRange] Exclude full set from isSignWrappedSet()
2019-03-26 Clement Courbet[llvm-exegesis] Allow the target to disable the selecti...
2019-03-26 Fangrui Song[ADT] Update SmallVectorTest.EmplaceBack tests after...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-23 Juergen RibutzkaDisable MachO TBD write tests for Windows.
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Clement Courbet[llvm-exegesis] Fix compilation before c++17.
2019-03-22 Clement Courbet[llvm-exegesis] Add clustering test.
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Pavel LabathFix two more issues with r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-19 Francis Visoiu MistrihReland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu MistrihRevert "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu Mistrih[Remarks] Add a new Remark / RemarkParser abstraction
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-17 Nikita Popov[ConstantRange] Add fromKnownBits() method
2019-03-15 Fedor Sergeev[TimePasses] allow -time-passes reporting into a custom...
2019-03-15 Nikita Popov[ConstantRange] Try to fix compiler warnings; NFC
2019-03-15 Nikita Popov[ConstantRange] Add overflow check helpers
next