summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: Implement lower for min/maxMatt Arsenault2019-07-011-0/+78
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-4/+5
* [ADT] Implement llvm::bsearch() with std::partition_point()Fangrui Song2019-06-301-12/+0
* [IR][Patternmatch] Add m_SpecificInt_ULT() predicateRoman Lebedev2019-06-291-0/+21
* [APInt] Fix getBitsNeeded for INT_MIN valuesDmitry Venikov2019-06-291-2/+15
* [unittests][Support] Fix LLVM-Unit :: Support/./SupportTests/FileSystemTest.p...Rainer Orth2019-06-281-2/+3
* [DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRangesFangrui Song2019-06-281-26/+21
* [DebugInfo] GSYM cleanups after D63104/r364427Fangrui Song2019-06-282-56/+47
* Silence gcc warning in testcase [NFC]Mikael Holmen2019-06-281-1/+1
* [Support] Fix add fs::getUmask() patchAlex Brachet2019-06-281-2/+2
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-0/+53
* [NFC][APInt] Add (exhaustive) test for multiplicativeInverse()Roman Lebedev2019-06-271-0/+17
* Use "willreturn" in isGuaranteedToTransferExecutionToSuccessorJohannes Doerfert2019-06-271-0/+3
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-272-165/+0
* BitStream reader: propagate errorsJF Bastien2019-06-261-11/+25
* Add GSYM utility files along with unit tests.Greg Clayton2019-06-263-0/+406
* GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault2019-06-241-8/+8
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-243-16/+16
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-241-0/+10
* Follow up of rL363913. NFC.Sjoerd Meijer2019-06-241-5/+7
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-221-43/+17
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-221-17/+43
* TargetParserTest.ARMExtensionFeatures run out of memory on 32-bit (PR42316)Sjoerd Meijer2019-06-201-21/+68
* [FileCheck] Stop qualifying expressions as numericThomas Preud'homme2019-06-191-29/+29
* FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme2019-06-191-137/+120
* [test] Fix TargetParserTest runtime.Jordan Rupprecht2019-06-191-2/+5
* Make TargetParserTest.ARMExtensionFeatures not run out of memory on 32-bit (P...Hans Wennborg2019-06-191-2/+3
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-182-0/+165
* GlobalISel: Use the original flags when lowering fneg to fsubMatt Arsenault2019-06-171-0/+46
* [GISel]: Fix pattern matcher for m_OneUseAditya Nandakumar2019-06-141-0/+25
* [ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames2019-06-132-36/+36
* [Analysis] add isSplatValue() for vectors in IRSanjay Patel2019-06-111-0/+190
* Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea2019-06-111-2/+10
* [Path] Set FD to -1 in moved-from TempFileJonas Devlieghere2019-06-111-0/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-117-12/+6
* [Support] Explicitly detect recursive response filesShoaib Meenai2019-06-101-19/+67
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-107-6/+12
* [Analysis] add unit test file for VectorUtils; NFCSanjay Patel2019-06-102-0/+92
* [IRBuilder] Add CreateFNegFMF(...) to the IRBuilderCameron McInally2019-06-101-1/+11
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-092-165/+0
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-073-15/+45
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-073-151/+102
* [IR] Add UnaryOperator::CreateFNegFMF(...)Cameron McInally2019-06-071-0/+18
* Revert "[ADT] Enable set_difference() to be used on StringSet"Vlad Tsyrklevich2019-06-073-44/+15
* [ADT] Enable set_difference() to be used on StringSetMichael Pozulp2019-06-073-15/+44
* FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme2019-06-061-97/+197
* [LOOPINFO] Extend Loop object to add utilities to get the loop bounds,Whitney Tsang2019-06-051-0/+900
* Revert "Title: [LOOPINFO] Extend Loop object to add utilities to get the loop"Whitney Tsang2019-06-051-900/+0
* Title: [LOOPINFO] Extend Loop object to add utilities to get the loopWhitney Tsang2019-06-051-0/+900
* Make SwitchInstProfUpdateWrapper saferYevgeny Rouban2019-06-041-0/+79
OpenPOWER on IntegriCloud