aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-11-09[AArch64] Support HiSilicon's TSV110 processorBryan Chan
2018-11-09Revert "[VFS] Add "expand tilde" argument to getRealPath."Sam McCall
2018-11-09[llvm-exegesis] Fix unit tests on PowerPC/AArch64.Clement Courbet
2018-11-09[llvm-exegesis][NFC] Add a way to declare the default counter binding for unb...Clement Courbet
2018-11-09[XRay] Improve FDR trace handling and error messagingDean Michael Berris
2018-11-09[VFS] Add "expand tilde" argument to getRealPath.Jonas Devlieghere
2018-11-08[SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBi...Craig Topper
2018-11-08[PowerPC][llvm-exegesis] Add a PowerPC targetJinsong Ji
2018-11-08[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedByCondMax Kazantsev
2018-11-08Extend virtual file system with `isLocal` methodJonas Devlieghere
2018-11-07Fix unit tests after patch https://reviews.llvm.org/rL346313Calixte Denizet
2018-11-07[XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris
2018-11-05MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun
2018-11-04[ValueTracking] determine sign of 0.0 from select when matching min/max FPSanjay Patel
2018-11-04[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG node...Craig Topper
2018-11-03[ValueTracking] peek through 2-input shuffles in ComputeNumSignBitsSanjay Patel
2018-11-02[ValueTracking] add test for non-canonical shuffle; NFCSanjay Patel
2018-11-02[ValueTracking] allow non-canonical shuffles when computing signbitsSanjay Patel
2018-11-02Allow null-valued function operands in getCalledFunction()David Stenberg
2018-11-02[XRay] Fix tests with updated fdr-dumpDean Michael Berris
2018-11-01[AliasSetTracker] Misc cleanup (NFCI)Alina Sbirlea
2018-11-01[ADT] Clean up SparseBitVector copying and make it moveableBenjamin Kramer
2018-11-01[XRay] Add CPU ID in Custom Event FDR RecordsDean Michael Berris
2018-10-31[VFS] Add support for "no_push" to VFS recursive iterators.Jonas Devlieghere
2018-10-31[ValueTracking] add tests for fmin/fmax; NFCSanjay Patel
2018-10-31[adt] SparseBitVector::test() should be constDaniel Sanders
2018-10-31[ADT] Remove illegal comparison of singular iterators from SmallSetTestFlorian Hahn
2018-10-312nd attempt to fix ambiguities because of ADLMatthias Braun
2018-10-31Try to fix ambiguities with C++17 headers in unittestMatthias Braun
2018-10-31ADT/STLExtras: Introduce llvm::empty; NFCMatthias Braun
2018-10-30[DebugInfo] Define base function on DWARFDie reverse iteratorsJonas Devlieghere
2018-10-26[VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai
2018-10-24[NFC] Rename minnan and maxnan to minimum and maximumThomas Lively
2018-10-24[HotColdSplitting] Identify larger cold regions using domtree queriesVedant Kumar
2018-10-24[llvm-exegesis] Implements a cache of Instruction objects.Guillaume Chatelet
2018-10-23[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames
2018-10-23Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner
2018-10-23[ORC] Change how non-exported symbols are matched during lookup.Lang Hames
2018-10-23Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov
2018-10-22[llvm-exegesis] Move namespace exegesis inside llvm::Fangrui Song
2018-10-22Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov
2018-10-22[PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov
2018-10-19[llvm-exegesis] X87 RFP setup code.Clement Courbet
2018-10-18DivergenceAnalysisTest: fix use of uninitialized memoryNicolai Haehnle
2018-10-18[DA] DivergenceAnalysis for unstructured, reducible CFGsNicolai Haehnle
2018-10-18[Support] json::Value construction from std::vector<T> and std::map<string,T>.Sam McCall
2018-10-17Port libcxxabi r344607 into llvmPavel Labath
2018-10-17[llvm-exegeis] Computing Latency configuration upfront so we can generate man...Guillaume Chatelet
2018-10-17[NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev