OSDN Git Service

Revert r328386 "[X86] Fix Windows `i1 zeroext` conventions to use i8 instead of i32"
[android-x86/external-llvm.git] / unittests /
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-22 Roman Tereshin[MIR] Making MIR Printing, opt -dot-cfg, and -debug...
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-21 David BlaikieFix a couple of layering violations in Transforms
2018-03-21 Mircea Trofin[InstrProf] Encapsulates access to AddrToMD5Map.
2018-03-21 Zachary Turner[PDB] Don't ignore bucket 0 when writing the PDB string...
2018-03-21 Mircea Trofin[InstrProf] Support for external functions in text...
2018-03-21 Pavel Labath[dwarf] Unify unknown dwarf enum formatting code
2018-03-20 Lang Hames[ORC] Rename SymbolSource to MaterializationUnit, and...
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-03-16 Pavel LabathHashTableTest: squelch some "comparison of integers...
2018-03-15 Zachary TurnerFix structure alignment issue.
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-15 Aaron Smith[DebugInfo] Add a new method IPDBSession::findLineNumbe...
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-03-14 Pavel LabathDWARF: Unify form size handling code
2018-03-14 Lang Hames[ORC] Add a 'lookup' convenience function for finding...
2018-03-13 Aditya Nandakumar[GISel]: Fix incorrect type used in Pattern Match for...
2018-03-13 Zachary TurnerImplement pure virtual method to fix build.
2018-03-09 Aditya Nandakumar[GISel]: Add helpers for easy building G_FCONSTANT...
2018-03-08 Benjamin Kramer[Support] Pacify -Wsign-compare in unit test.
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-03-08 Alina SbirleaExpose must/may alias info in MemorySSA.
2018-03-08 Daniel SandersFix unused function warning in StatisticTest.cpp
2018-03-08 James Henderson[DWARF] Don't attempt to parse line tables at invalid...
2018-03-08 Daniel SandersSupport resetting STATISTIC() values using llvm::ResetS...
2018-03-07 Zachary TurnerTeach identify_file_magic to identify PDB files.
2018-03-07 Wei Mi[SampleFDO] Extend SampleProfReader to handle demangled...
2018-03-07 Aaron Smith[DebugInfoPDB] Add DIA implementation for getSrcLineOnT...
2018-03-06 Florian Hahn[CloneFunction] Support BB == PredBB in DuplicateInstru...
2018-03-05 Volkan KelesGlobalISel: IRTranslate llvm.fabs.* intrinsic
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Dmitry MikulinOn Windows we need to be able to process response files...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-03-05 Florian Hahn[IPSCCP] Add getCompare which returns either true,...
2018-03-02 Vedant Kumar[Utils] Salvage debug info in block simplification
2018-03-02 Vedant Kumar[Utils] Salvage debug info in recursive inst deletion
2018-03-02 Vedant Kumar[unittests] Make some parseIR calls more readable, NFC
2018-03-02 George KarpenkovUtility functions for checked arithmetic
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
next