OSDN Git Service

[X86] Regenerate cmpxchg tests
[android-x86/external-llvm.git] / unittests /
2018-02-28 David Green[Dominators] Remove verifyDomTree and add some verifyin...
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-27 George Burgess IV[MemorySSA] Invalidate def caches on deletion
2018-02-26 David Zarzycki[ADT] Simplify and optimize StringSwitch
2018-02-26 Tim Renouf[LiveIntervals] Handle moving up dead partial write
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Aditya Nandakumar[GISel]: Fix base case for m_any_of PatternMatcher.
2018-02-23 Aaron Smith[PDB] Check the result of setLoadAddress()
2018-02-22 Aaron Smith[PDB] Add missing override to silence buildbots
2018-02-22 Aaron Smith[PDB] Implement more find methods for PDB symbols
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-20 Sanjay Patel[IRBuilder] fix CreateMaxNum to actually produce maxnum...
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-19 Aditya Nandakumar[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT...
2018-02-16 Eric ChristopherSilence an unsigned vs signed compare warning.
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-14 Volkan KelesGlobalISel: Add templated functions and pattern matcher...
2018-02-14 Rafael EspindolaPass a module reference to CloneModule.
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-14 Momchil VelikovUse EXPECT_FALSE instead of EXPECT_EQ(false, ...
2018-02-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Pavel LabathFix build broken by r325107
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2018-02-13 Aditya Nandakumar[GISel]: Add Pattern Matcher for G_FMUL.
2018-02-12 Sam Clegg[WebAssembly] Update ADT/TripleTest.cpp now that defaul...
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-08 Erich KeaneFix signed/unsigned compare warning I introduced
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-02-02 Richard SmithFix incorrect usage of std::is_assignable.
2018-01-31 Matt ArsenaultUtils: Fix DomTree update for entry block
2018-01-31 Puyan LotfiFollowup on Proposal to move MIR physical register...
2018-01-29 Daniel Sanders[globalisel][legalizer] Fix a fallthrough case in the...
2018-01-29 Daniel Sanders[globalisel][legalizer] Adapt LegalizerInfo to support...
2018-01-29 Daniel Sanders[globalisel] Make LegalizerInfo::LegalizeAction availab...
2018-01-25 Benjamin Kramer[ADT] Make moving Optional not reset the Optional it...
2018-01-25 Sam McCallGive scope_exit helper correct move semantics
2018-01-25 Igor Laevsky[FuzzMutate] Inst deleter doesn't work with PhiNodes
2018-01-25 Aditya NandakumarAdd support for pattern matching MachineInsts.
2018-01-25 Lang Hames[ORC] Refactor the various lookupFlags methods to retur...
2018-01-24 Lang Hames[ORC] Add helpers for building orc::SymbolResolvers...
2018-01-24 Lang Hames[ORC] Add a LambdaSymbolResolver convenience class...
2018-01-24 Daniel Sanders[globalisel] Fix long lines from r323342
2018-01-24 Daniel Sanders[globalisel] Introduce LegalityQuery to better encapsul...
2018-01-24 Malcolm ParsonsFix typos of occurred and occurrence
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-22 Haojian Wu[YAML] Plain scalars can not begin with most indicators.
2018-01-22 Lang Hames[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop...
2018-01-21 Lang Hames[ORC] Add a lookupFlags method to VSO.
2018-01-21 Jakub Kuderski[Dominators] Remove misleading double-deletion test
2018-01-20 David Green[Dominators] Fix some edge cases for PostDomTree updating
2018-01-19 Jakub Kuderski[Dominators] Visit affected node candidates found at...
2018-01-19 Francis Visoiu Mistrih[CodeGen] Unify printing format of debug-location in...
2018-01-18 Francis Visoiu Mistrih[CodeGen][NFC] Rename IsVerbose to IsStandalone in...
2018-01-18 Francis Visoiu Mistrih[CodeGen] Print RegClasses on MI in verbose mode
2018-01-18 Benjamin Kramer[ADT] Just give up on GCC, I can't fix this.
2018-01-18 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2018-01-18 Clement CourbetRevert "Add a value_type to ArrayRef."
2018-01-17 Easwaran RamanAdd a ProfileCount class to represent entry counts.
2018-01-17 Daniel Neilson[Attributes] Fix crash when attempting to remove alignm...
2018-01-17 Matt ArsenaultAdd tests for ConstantFoldTerminator preserving DomTree
2018-01-16 Francis Visoiu Mistrih[CodeGen][NFC] Correct case for printSubRegIdx
2018-01-16 Clement CourbetAdd a value_type to ArrayRef.
2018-01-12 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2018-01-11 Aaron BallmanUse size_t to represent the size of a StringMapEntry...
2018-01-11 Igor Laevsky[FuzzMutate] Avoid using swifterror as a source operand
2018-01-10 Puyan Lotfi[MIR] Repurposing '$' sigil used by external symbols...
2018-01-10 Lang Hames[ORC] Re-apply r321838 again with a workaround for...
2018-01-09 Brian Gesiak[Option] For typo '-foo', suggest '--foo'
2018-01-09 Florian Hahn[TargetParser] Add missing armv8l ARMv8 variant.
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2018-01-09 Serguei Katkov[SCEV] Do not cache S -> V if S is not equivalent of V
2018-01-06 Lang Hames[ORC] Remove AsynchronousSymbolQuery while I debug...
2018-01-06 Lang Hames[ORC] More debugging output to track down tester failures.
2018-01-06 Lang Hames[ORC] Temporarily adding some redundant asserts / debug...
2018-01-06 Lang Hames[ORC] Fix a think-o in the current AsynchronousSymbolQu...
2018-01-05 Lang Hames[ORC] Re-apply just the AsynchronousSymbolLookup class...
2018-01-05 Zachary Turner[MSF] Fix FPM interval calcluation
2018-01-05 Brian Gesiak[Option] Add 'findNearest' method to catch typos
2018-01-05 Lang Hames[ORC] Re-revert r321838: Tests are still failing.
2018-01-05 Lang Hames[ORC] Re-apply r321838 - Addition of new ORC core APIs.
2018-01-05 Lang HamesRevert r321838 -- It broke some of the builders.
2018-01-05 Lang Hames[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO...
2018-01-05 Lang Hames[ORC] Add dereference operator to SymbolStringPtr.
next