OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / unittests /
2019-09-09 Hans WennborgMerging r371262:
2019-09-05 Hans WennborgMerging r369310:
2019-07-31 Hans WennborgMerging r367124, r367292, r367394, r367396, and r367398.
2019-07-17 Matt ArsenaultGlobalISel: Handle widenScalar of arbitrary G_MERGE_VAL...
2019-07-17 Matt ArsenaultGlobalISel: Handle more cases for widenScalar of G_MERG...
2019-07-17 Momchil VelikovRevert [AArch64] Add support for Transactional Memory...
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-17 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-17 Serguei Katkov[LoopInfo] Fix getUniqueNonLatchExitBlocks
2019-07-16 Francis Visoiu Mistrih[Remarks] Simplify and refactor the RemarkParser interface
2019-07-16 Francis Visoiu Mistrih[Remarks][NFC] Combine ParserFormat and SerializerFormat
2019-07-16 Igor Kudrin[DWARF] Fix the reserved values for unit length in...
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Thomas Preud'homme[FileCheck] Store line numbers as optional values
2019-07-15 Ilya BiryukovRevert "r366069: [PatternMatch] Implement matching...
2019-07-15 Dmitry Venikov[PatternMatch] Implement matching code for LibFunc
2019-07-15 Serguei Katkov[LoopInfo] Introduce getUniqueNonLatchExitBlocks utilit...
2019-07-14 Alexandros Lamprineas[clang][Driver][ARM] Favor -mfpu over default CPU features
2019-07-13 Thomas Preud'hommeFileCheck [7/12]: Arbitrary long numeric expressions
2019-07-12 Nico WeberPDB HashTable: Move TraitsT from class parameter to...
2019-07-12 Vitaly BukaisBytewiseValue checks ConstantVector element by element
2019-07-12 Fangrui Song[YAMLIO] Wrap explicit specialization in llvm::yaml...
2019-07-12 Fangrui Song[YAMLIO] Remove trailing spaces when outputting maps
2019-07-12 Vitaly BukaReturn Undef from isBytewiseValue for empty arrays...
2019-07-12 Vitaly BukaHandle IntToPtr in isBytewiseValue
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
2019-07-11 Mikael Holmen[test] Silence gcc 7.4 warning [NFC]
2019-07-10 Vitaly BukaAdd IsBytewiseValue unit test
2019-07-10 Don HintonRecommit "[CommandLine] Remove OptionCategory and SubCo...
2019-07-10 Roman Lebedev[PatternMatch] Generalize m_SpecificInt_ULT() to take...
2019-07-10 Thomas Preud'homme[FileCheck] Use bool operator to test Expected
2019-07-10 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-10 Thomas Preud'homme[FileCheck] Fix @LINE value after match failure
2019-07-10 Reid Kleckner[Support] Move llvm::MemoryBuffer to sys::fs::file_t
2019-07-09 Vedant Kumar[Profile] Support raw/indexed profiles larger than 4GB
2019-07-09 Michael Liao[unittest] Add the missing bogus machine register info...
2019-07-09 Michael Liao[unittest] Add bogus register info.
2019-07-09 Simon Pilgrim[ADT] Remove MSVC-only "no two-phase name lookup" typen...
2019-07-09 Tim NorthoverOpaquePtr: pass type to CreateLoad. NFC.
2019-07-09 Simon Pilgrim[ADT] Enable ArrayRef/StringRef is_assignable tests...
2019-07-09 Yevgeny RoubanPrepare for making SwitchInstProfUpdateWrapper strict
2019-07-08 Reid KlecknerStandardize on MSVC behavior for triples with no enviro...
2019-07-08 Whitney TsangKeep the order of the basic blocks in the cloned loop...
2019-07-08 Denis Bakhvalov[SCEV] Fix for PR42397. SCEVExpander wrongly adds nsw...
2019-07-08 Kevin P. NealTeach the IRBuilder about fadd and friends.
2019-07-08 Alex Bradbury[Triple] Add isRISCV function
2019-07-08 Matt ArsenaultGlobalISel: widenScalar for G_BUILD_VECTOR
2019-07-05 Michael LiaoRevert "[FileCheck] Simplify numeric variable interface"
2019-07-05 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-05 Michael Liao[CodeGen] Enhance `MachineInstrSpan` to allow the end...
2019-07-05 Thomas Preud'homme[FileCheck] Share variable instance among uses
2019-07-05 Thomas Preud'homme[FileCheck] Don't diagnose undef vars at parse time
2019-07-05 Graham HunterScalable Vector IR Type with further LTO fixes
2019-07-04 Francis Visoiu Mistrih[Remarks] Require an explicit format to the parser
2019-07-04 Francis Visoiu Mistrih[Remarks][NFC] Move the string table parsing out of...
2019-07-03 Francis Visoiu Mistrih[Bitcode] Move Bitstream to a separate library
2019-07-03 Alex Lorenz[triple] Use 'macabi' environment name for the Mac...
2019-07-03 Jonas Devlieghere[VFS] Add reverse iterator to OverlayFileSystem
2019-07-02 Alex Lorenz[triple] add 'macCatalyst' environment type
2019-07-02 Roman Lebedev[APIntTest] multiplicativeInverse(): clarify test
2019-07-01 Matt ArsenaultGlobalISel: Implement lower for min/max
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-30 Fangrui Song[ADT] Implement llvm::bsearch() with std::partition_point()
2019-06-29 Roman Lebedev[IR][Patternmatch] Add m_SpecificInt_ULT() predicate
2019-06-29 Dmitry Venikov[APInt] Fix getBitsNeeded for INT_MIN values
2019-06-28 Rainer Orth[unittests][Support] Fix LLVM-Unit :: Support/./Support...
2019-06-28 Fangrui Song[DebugInfo] Simplify GSYM::AddressRange and GSYM::Addre...
2019-06-28 Fangrui Song[DebugInfo] GSYM cleanups after D63104/r364427
2019-06-28 Mikael HolmenSilence gcc warning in testcase [NFC]
2019-06-28 Alex Brachet[Support] Fix add fs::getUmask() patch
2019-06-28 Alex Brachet[Support] Add fs::getUmask() function and change fs...
2019-06-27 Roman Lebedev[NFC][APInt] Add (exhaustive) test for multiplicativeIn...
2019-06-27 Johannes DoerfertUse "willreturn" in isGuaranteedToTransferExecutionToSu...
2019-06-27 Hans WennborgRevert r363658 "[SVE][IR] Scalable Vector IR Type with...
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-26 Greg ClaytonAdd GSYM utility files along with unit tests.
2019-06-24 Matt ArsenaultGlobalISel: Remove unsigned variant of SrcOp
2019-06-24 Matt ArsenaultCodeGen: Introduce a class for registers
2019-06-24 Pavel Labath[Support] Fix error handling in DataExtractor::get...
2019-06-24 Sjoerd MeijerFollow up of rL363913. NFC.
2019-06-22 Don HintonRevert [CommandLine] Remove OptionCategory and SubComma...
2019-06-22 Don Hinton[CommandLine] Remove OptionCategory and SubCommand...
2019-06-20 Sjoerd MeijerTargetParserTest.ARMExtensionFeatures run out of memory...
2019-06-19 Thomas Preud'homme[FileCheck] Stop qualifying expressions as numeric
2019-06-19 Thomas Preud'hommeFileCheck: Return parse error w/ Error & Expected
2019-06-19 Jordan Rupprecht[test] Fix TargetParserTest runtime.
2019-06-19 Hans WennborgMake TargetParserTest.ARMExtensionFeatures not run...
2019-06-18 Graham Hunter[SVE][IR] Scalable Vector IR Type with pr42210 fix
2019-06-17 Matt ArsenaultGlobalISel: Use the original flags when lowering fneg...
2019-06-14 Aditya Nandakumar[GISel]: Fix pattern matcher for m_OneUse
2019-06-13 Lang Hames[ORC] Rename MaterializationResponsibility resolve...
2019-06-11 Sanjay Patel[Analysis] add isSplatValue() for vectors in IR
2019-06-11 Alina SbirleaOnly passes that preserve MemorySSA must mark it as...
2019-06-11 Jonas Devlieghere[Path] Set FD to -1 in moved-from TempFile
2019-06-11 Tom StellardRevert CMake: Make most target symbols hidden by default
2019-06-10 Shoaib Meenai[Support] Explicitly detect recursive response files
2019-06-10 Tom StellardCMake: Make most target symbols hidden by default
2019-06-10 Sanjay Patel[Analysis] add unit test file for VectorUtils; NFC
2019-06-10 Cameron McInally[IRBuilder] Add CreateFNegFMF(...) to the IRBuilder
next