OSDN Git Service

[Support] Fix return type deduction in RetryAfterSignal
[android-x86/external-llvm.git] / unittests /
2017-06-22 Pavel Labath[Support] Fix return type deduction in RetryAfterSignal
2017-06-21 Reid Kleckner[PDB] Add symbols to the PDB
2017-06-21 Pavel Labath[Support] Add RetryAfterSignal helper function
2017-06-20 Lang HamesAdd a cantFail overload for Expected-reference (Expecte...
2017-06-20 Saleem AbdulrasoolSupport: chunk writing on Linux
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-20 Vedant Kumar[Coverage] PR33517: Check for failure to load func...
2017-06-20 Vedant Kumar[ProfileData] PR33517: Check for failure of symtab...
2017-06-19 Zachary TurnerTry to fix uninitialized read in unit test.
2017-06-18 Ismail DonmezRevert r305642
2017-06-18 Ismail DonmezTest to correct triple for SUSE on ARMv7
2017-06-16 Zachary Turner[CodeView] Fix random access of type names.
2017-06-15 Matthias BraunUnitTests: Followup to 305519
2017-06-15 Matthias BraunUnitTests: Replace some if(x)report_fatal_error() with...
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-15 Zachary Turner[formatv] Add the ability to specify a fill character...
2017-06-14 Zachary TurnerDon't include TestingSupport in LLVM_LINK_COMPONENTS.
2017-06-14 Galina KistanovaSupressed warning: declared ‘static’ but never defined.
2017-06-14 Zachary Turner[gtest] Create a shared include directory for gtest...
2017-06-14 Florian HahnAlign definition of DW_OP_plus with DWARF spec [3/3]
2017-06-13 Frederich MunchRevert r305313 & r305303, self-hosting build-bot isn...
2017-06-13 Frederich MunchFix self hosting build-bot failure from r305303 by...
2017-06-13 Craig TopperFix m_[Ord|Unord][FMin|FMax] matchers to correctly...
2017-06-13 Florian HahnAlign definition of DW_OP_plus with DWARF spec [1/3]
2017-06-13 Frederich MunchForce RegisterStandardPasses to construct std::function...
2017-06-12 Francis Ricci[ADT] Don't use __used__ attribute on struct members...
2017-06-12 Roger Ferrer IbanezExport the required symbol from DynamicLibraryTests
2017-06-11 Francis Ricci[ADT] Use LLVM_ATTRIBUTE_USED instead of __attribute__...
2017-06-11 Francis Ricci[ADT] Suppress unused attribute warning in unit test
2017-06-10 Davide Italiano[SmallVector] Reinstate the typedefs.
2017-06-10 Davide Italiano[SmallVector] Remove unused typedefs, spotted by GCC...
2017-06-09 Francis Ricci[ADT] Make iterable SmallVector template overrides...
2017-06-09 Zachary TurnerAllow VarStreamArray to use stateful extractors.
2017-06-07 David BlaikieGlobalsModRef: Ensure optnone+readonly/readnone attribu...
2017-06-07 Alina Sbirlea[mssa] Fix case when there is no definition in a block...
2017-06-07 Galina KistanovaDisable all warning for AlignOfTest.cpp.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 David BlaikieGlobalsModRef+OptNone: Don't prove readnone/other prope...
2017-06-06 Matthias BraunUnitTests: Do not use assert() for error checking
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-06 Chandler CarruthFix an unused variable warning in non-asserts builds.
2017-06-06 Xin TongAdd a dominanance check interface that uses caching...
2017-06-06 Matthias BraunCodeGen: Refactor MIR parsing
2017-06-05 Adam NemetHandle non-unique edges in edge-dominance
2017-06-05 Frederich MunchClose DynamicLibraries in reverse order they were opened.
2017-06-04 Craig Topper[ConstantRange] Add another truncate unittest for wrapp...
2017-06-04 Craig Topper[ConstantRange] Add a few more truncate unittests.
2017-06-04 Craig Topper[ConstantRange] Add missing result check to the Constan...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-03 Saleem AbdulrasoolADT: handle special case of ARM environment for SUSE
2017-06-03 Zachary Turner[PDB] Fix use after free.
2017-06-02 David BlaikieTidy up a bit of r304516, use SmallVector::assign rathe...
2017-06-02 Benjamin Kramer[OrderedBasicBlock] Return false for comesBefore(A, A)
2017-06-01 Keno FischerReapply "[Cloning] Take another pass at properly clonin...
2017-06-01 Kristof BeylsMake mcpu=generic the default for armv7-a and armv8-a.
2017-05-31 Vedant KumarAvoid a UB pointer overflow in the ArrayRef unit test
2017-05-31 Reid KlecknerFix assertion when merging multiple empty AttributeLists
2017-05-30 Keno FischerRevert "[Cloning] Take another pass at properly cloning...
2017-05-30 Keno Fischer[Cloning] Take another pass at properly cloning debug...
2017-05-30 Galina KistanovaReverted r303602, as it will be fixed in gtest.
2017-05-29 Benjamin Kramer[ManagedStatic] Avoid putting function pointers in...
2017-05-29 Benjamin KramerDon't destroy ManagedStatics in a unit test.
2017-05-29 Benjamin KramerTry to work around MSVC being buggy. Attempt #1.
2017-05-29 Benjamin Kramer[ManagedStatic] Add a way to pass custom creators/deleters.
2017-05-28 Galina KistanovaReverted r304083 as it seems there is a desire to addre...
2017-05-28 Galina KistanovaAdded braces to address gcc warning: suggest explicit...
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-27 Gor NishanovScalarEvolution unit test: fix typo that breaks check-all
2017-05-27 Adam NemetRearrange Dom unittest to accommodate multiple tests
2017-05-27 Adam Nemetclang-format DomTree unittest
2017-05-27 Keno Fischer[SCEVExpander] Try harder to avoid introducing inttoptr
2017-05-26 Vitaly Bukaallow_user_segv_handler was already removed
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 Roger Ferrer IbanezRevert "Export the required symbol from DynamicLibraryT...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 George RimarRevert "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRecommit r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 Roger Ferrer IbanezExport the required symbol from DynamicLibraryTests
2017-05-26 Daniel JasperRemove unnecessary double-assignment triggering -Wseque...
2017-05-26 Chandler Carruth[IR] Add an iterator and range accessor for the PHI...
2017-05-25 Zachary Turner[CV Type Merging] Find nested type indices faster.
2017-05-25 Zachary TurnerFix a bug in MappedBlockStream.
2017-05-24 Vitaly BukaRevert "Revert "Attempt to pacify ASan and UBSan report...
2017-05-24 Vitaly BukaPrevent UBSan report in CrashRecovery tests
2017-05-24 Vitaly BukaRevert "Attempt to pacify ASan and UBSan reports in...
2017-05-23 Galina KistanovaCosmetic. Added braces to address gcc warning: suggest...
2017-05-21 Xin TongRevert "Add pthread_self function prototype and make...
2017-05-20 Xin TongAdd pthread_self function prototype and make it specula...
2017-05-20 Xin TongFix test typo. NFC
2017-05-20 Galina KistanovaCosmetic. Added braces to address gcc warning: suggest...
2017-05-19 Reid KlecknerFix off-by-one bug in AttributeList::addAttributes...
2017-05-19 Zachary TurnerResubmit "[CodeView] Provide a common interface for...
2017-05-19 Craig Topper[APInt] Add support for dividing or remainder by a...
2017-05-19 Daniel Sanders[globalisel][tablegen] Demote OptForSize/OptForMinSize...
2017-05-19 Zachary TurnerRevert "[CodeView] Provide a common interface for type...
2017-05-18 Zachary Turner[CodeView] Provide a common interface for type collections.
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-17 Reid KlecknerAttempt to pacify ASan and UBSan reports in CrashRecove...
2017-05-17 Zachary TurnerAdd some helpers for manipulating BinaryStreamRefs.
next