OSDN Git Service

Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
[android-x86/external-llvm.git] / unittests /
2018-12-19 Richard SmithFix use-after-free with profile remapping.
2018-12-17 Michael J. Spencer[VFS] Add isLocal to ProxyFileSystem and add unit tests.
2018-12-14 Zachary Turner[ADT] Fix bugs in SmallBitVector.
2018-12-14 Daniel Sanders[globalisel][combiner] Make the CombinerChangeObserver...
2018-12-12 Daniel Sanders[globalisel] Add GISelChangeObserver::changingInstr()
2018-12-12 Daniel Sanders[globalisel] Rename GISelChangeObserver's erasedInstr...
2018-12-11 Fedor Sergeev[NewPM] fixing asserts on deleted loop in -print-after-all
2018-12-11 Armando Montanez[TextAPI][elfabi] Make SoName optional
2018-12-11 Aditya Nandakumar[GISel]: Refactor MachineIRBuilder to allow passing...
2018-12-10 Sam CleggFix LLVM_LINK_LLVM_DYLIB build of TapiTests
2018-12-10 JF BastienAPFloat: allow 64-bit of payload
2018-12-10 David Spickett[NFC][AArch64] Remove duplicate Arch list in target...
2018-12-10 Armando Montanez[TextAPI][elfabi] Make TBE handlers functions that...
2018-12-07 Sam Clegg[llvm-tapi] Don't try to override SequenceTraits for...
2018-12-07 Vedant Kumar[CodeExtractor] Store outputs at the first valid insert...
2018-12-05 Aditya Nandakumar[GISel]: Provide standard interface to observe changes...
2018-12-05 Michael Kruse[ADT] Add zip_longest iterators.
2018-12-04 Michael KruseRevert "[ADT] Add zip_longest iterators"
2018-12-04 Michael Kruse[ADT] Add zip_longest iterators
2018-12-03 Vedant Kumar[CodeExtractor] Split PHI nodes with incoming values...
2018-12-03 Armando Montanez[llvm-tapi] initial commit, supports ELF text stubs
2018-12-03 Pablo Barrio[AArch64] Add command-line option for SSBS
2018-12-02 Nikita Popov[ValueTracking] Support funnel shifts in computeKnownBits()
2018-11-30 Nikita Popov[ValueTracking] Make unit tests easier to write; NFC
2018-11-29 Hans WennborgRevert r347823 "[TextAPI] Switch back to a custom Platf...
2018-11-29 Juergen Ributzka[TextAPI] Switch back to a custom Platform enum.
2018-11-29 Kristina BrooksAdd Hurd target to LLVMSupport (1/2)
2018-11-29 Juergen Ributzka[TextAPI] TBD Reader/Writer (bot fixes: take 2)
2018-11-29 Juergen Ributzka[TextAPI] TBD Reader/Writer (bot fixes)
2018-11-29 Juergen Ributzka[TextAPI] TBD Reader/Writer
2018-11-28 Juergen RibutzkaRevert "[TextAPI] TBD Reader/Writer"
2018-11-28 Juergen Ributzka[TextAPI] TBD Reader/Writer
2018-11-28 Michael PlatingsFix DynamicLibraryTests build on Windows when LLVM_EXPO...
2018-11-28 David Spickett[ARM, AArch64] Move ARM/AArch64 target parsers into
2018-11-27 Pavel Labath[Demangle] remove itaniumFindTypesInMangledName
2018-11-26 Diana Picus[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
2018-11-25 Florian Hahn[MetadataTest] Fix off-by-one strncpy warning reported...
2018-11-20 Simon Atanasyan[unittests] Fix ExpandTilde test to match handling...
2018-11-20 Michal Gorny[unittest] Skip W+X MappedMemoryTests when MPROTECT...
2018-11-20 Sanjay Patel[APInt] Add methods for saturated add and sub
2018-11-20 Sanjay Patel[PatternMatch] Handle undef vectors consistently
2018-11-20 Jinsong Ji[llvm-exegesis][NFC] Some code style cleanup
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-19 Clement Courbet[llvm-exegesis][NFC] More tests for ExegesisTarget...
2018-11-19 Michael PlatingsTest commit - delete a trailing space.
2018-11-19 Vedant Kumar[ProfileSummary] Standardize methods and fix comment
2018-11-16 Volodymyr Sapsai[VFS] Update unittest to fix Windows buildbot.
2018-11-16 Volodymyr Sapsai[VFS] Implement `RedirectingFileSystem::getRealPath`.
2018-11-16 Tom StellardRe-apply r346985: [ADT] Drop llvm::Optional clang-speci...
2018-11-15 Scott Linder[BinaryFormat] Add MsgPackTypes
2018-11-14 Scott Linder[Support] Teach YAMLIO about polymorphic types
2018-11-14 Florian Hahn[VPlan, SLP] Add simple SLP analysis on top of VPlan.
2018-11-14 David BlaikieCorrectly instantiate `iterator_adaptor_base` when...
2018-11-13 Matthew VossMake the ExpandTilde unit test expect "\" (not "/"...
2018-11-13 David BlaikieDebugInfo: Add a CU metadata attribute for use of DWARF...
2018-11-13 Jonas Devlieghere[FileSystem] Add expand_tilde function
2018-11-13 Florian Hahn[CSP, Cloning] Update DuplicateInstructionsInSplitBetwe...
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-09 Bryan Chan[AArch64] Support HiSilicon's TSV110 processor
2018-11-09 Sam McCallRevert "[VFS] Add "expand tilde" argument to getRealPath."
2018-11-09 Clement Courbet[llvm-exegesis] Fix unit tests on PowerPC/AArch64.
2018-11-09 Clement Courbet[llvm-exegesis][NFC] Add a way to declare the default...
2018-11-09 Dean Michael Berris[XRay] Improve FDR trace handling and error messaging
2018-11-09 Jonas Devlieghere[VFS] Add "expand tilde" argument to getRealPath.
2018-11-08 Craig Topper[SelectionDAG] Assert on the width of DemandedElts...
2018-11-08 Jinsong Ji[PowerPC][llvm-exegesis] Add a PowerPC target
2018-11-08 Max Kazantsev[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedB...
2018-11-08 Jonas DevlieghereExtend virtual file system with `isLocal` method
2018-11-07 Calixte DenizetFix unit tests after patch https://reviews.llvm.org...
2018-11-07 Dean Michael Berris[XRay] Use TSC delta encoding for custom/typed events
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-04 Sanjay Patel[ValueTracking] determine sign of 0.0 from select when...
2018-11-04 Craig Topper[SelectionDAG] Remove special methods for creating...
2018-11-03 Sanjay Patel[ValueTracking] peek through 2-input shuffles in Comput...
2018-11-02 Sanjay Patel[ValueTracking] add test for non-canonical shuffle...
2018-11-02 Sanjay Patel[ValueTracking] allow non-canonical shuffles when compu...
2018-11-02 David StenbergAllow null-valued function operands in getCalledFunction()
2018-11-02 Dean Michael Berris[XRay] Fix tests with updated fdr-dump
2018-11-01 Alina Sbirlea[AliasSetTracker] Misc cleanup (NFCI)
2018-11-01 Benjamin Kramer[ADT] Clean up SparseBitVector copying and make it...
2018-11-01 Dean Michael Berris[XRay] Add CPU ID in Custom Event FDR Records
2018-10-31 Jonas Devlieghere[VFS] Add support for "no_push" to VFS recursive iterators.
2018-10-31 Sanjay Patel[ValueTracking] add tests for fmin/fmax; NFC
2018-10-31 Daniel Sanders[adt] SparseBitVector::test() should be const
2018-10-31 Florian Hahn[ADT] Remove illegal comparison of singular iterators...
2018-10-31 Matthias Braun2nd attempt to fix ambiguities because of ADL
2018-10-31 Matthias BraunTry to fix ambiguities with C++17 headers in unittest
2018-10-31 Matthias BraunADT/STLExtras: Introduce llvm::empty; NFC
2018-10-30 Jonas Devlieghere[DebugInfo] Define base function on DWARFDie reverse...
2018-10-26 Volodymyr Sapsai[VFS] Add property 'fallthrough' that controls fallback...
2018-10-24 Thomas Lively[NFC] Rename minnan and maxnan to minimum and maximum
2018-10-24 Vedant Kumar[HotColdSplitting] Identify larger cold regions using...
2018-10-24 Guillaume Chatelet[llvm-exegesis] Implements a cache of Instruction objects.
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-23 Aleksandr UrakovRevert "Revert "[PDB] Extend IPDBSession's interface...
2018-10-22 Fangrui Song[llvm-exegesis] Move namespace exegesis inside llvm::
2018-10-22 Aleksandr UrakovRevert "[PDB] Extend IPDBSession's interface to retriev...
2018-10-22 Aleksandr Urakov[PDB] Extend IPDBSession's interface to retrieve frame...
next