OSDN Git Service

AMDGPU: Remove function pointer type hack
[android-x86/external-llvm.git] / unittests /
2018-09-10 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-07 Alexandre Ganea[Error] Reintroduce type validation in createFileError()
2018-09-07 Dean Michael BerrisRevert "[XRay] Add a BlockVerifier visitor for FDR...
2018-09-07 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-06 Fangrui SongQuick fix for -DBUILD_SHARED_LIBS=on build after rL341502
2018-09-06 Lang Hames[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory...
2018-09-06 Scott LinderMove init code in AArch64SelectionDAGTest to SetUpTestC...
2018-09-06 Zachary TurnerFix a warning.
2018-09-06 Dean Michael Berris[XRay] Add a BlockIndexer visitor for FDR Records.
2018-09-05 Zachary Turner[PDB] Refactor the PDB symbol classes to fix a reuse...
2018-09-05 Zachary TurnerAdd support for unittest inputs.
2018-09-05 Lang HamesRemove some unnecessary constructor arguments.
2018-09-05 Dean Michael Berris[XRay] Use a function to return a constant
2018-09-05 Dean Michael Berris[XRay] Use `const` instead of `constexpr` in storage...
2018-09-05 Dean Michael Berris[XRay] Add a RecordPrinter visitor for FDR Records
2018-09-04 Jordan Rupprecht[Codegen] Fix test added in rL341380: AArch64SelectionD...
2018-09-04 Scott Linder[CodeGen] Fix remaining zext() assertions in SelectionDAG
2018-09-03 Brian GesiakRevert r341329 due to MSAN error
2018-09-03 Brian GesiakRe-push "[Option] Fix PR37006 prefix choice in findNearest"
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-08-31 Dean Michael Berris[XRay] Use correct type for PID records
2018-08-31 Tim NorthoverTests: fix tests encoding specific hash values for...
2018-08-31 Dean Michael Berris[XRay] Improve test matching granularity (NFC)
2018-08-31 Dean Michael Berris[XRay] Make the FDRTraceWriter Endian-aware
2018-08-31 Dean Michael Berris[XRay] Attempt to fix failure on Windows
2018-08-31 Roman Lebedev[XRay] FDRProducerConsumerTest: unbreak (gcc?) build
2018-08-31 Dean Michael Berris[XRay] FDR Record Producer/Consumer Implementation
2018-08-31 Lang Hames[ORC] Remove a stray debugging output line left in...
2018-08-31 Lang Hames[ORC] Add utilities to RTDyldObjectLinkingLayer2 to...
2018-08-30 Sanjay Patel[IR] add shuffle queries for identity extend/extract
2018-08-30 Alexandre GaneaMore build fix for r341064.
2018-08-30 Alexandre Ganea[Error] Add FileError helper; upgrade StringError behavior
2018-08-30 Dean Michael Berris[XRay] FDRTraceWriter and FDR Trace Loading
2018-08-30 Max Kazantsev[NFC] Move OrderedInstructions and InstructionPrecedenc...
2018-08-30 Dean Michael Berris[XRay][llvm] Load XRay Profiles
2018-08-29 Alexandre Ganea[DebugCounters] Fix DebugCounterTest when running all...
2018-08-29 Aditya Nandakumar[GISel]: Add legalization support for Widening UADDO...
2018-08-28 Lang Hames[ORC] Replace lookupFlags in JITSymbolResolver with...
2018-08-28 Kristof Umann[ADT] ImmutableList no longer requires elements to...
2018-08-27 Lang Hames[ORC] Add unit tests for the new RTDyldObjectLinkingLay...
2018-08-27 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-08-26 Lang Hames[ORC] Remove a workaround for systems lacking 8-byte...
2018-08-26 Chandler CarruthReplace fancy use of initializer lists with simple...
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-25 Eric ChristopherThis patch adds support to LLVM for writing HermitCore...
2018-08-24 Adrian PrantlPrevent DILocation::getMergedLocation() from creating...
2018-08-24 Richard SmithAllow demangler's node allocator to fail, and bail...
2018-08-24 Richard SmithAdd data structure to form equivalence classes of mangl...
2018-08-23 George Burgess IV[MemorySSA] Fix def optimization handling
2018-08-23 Vitaly BukaFix comparison of char and int64 in TestWriteFixNegativeInt
2018-08-22 Scott Linder[BinaryFormat] Add MessagePack reader/writer
2018-08-22 Aditya Nandakumar[GISel]: Add legalization support for widening bit...
2018-08-21 Aditya NandakumarRevert "Revert rr340111 "[GISel]: Add Legalization...
2018-08-20 Reid KlecknerRevert rr340111 "[GISel]: Add Legalization/lowering...
2018-08-20 Kirill Bobyrev[llvm] Make YAML serialization up to 2.5 times faster
2018-08-18 Lang Hames[ORC] Rename 'finalize' to 'emit' to avoid potential...
2018-08-18 Aditya Nandakumar[GISel]: Add Legalization/lowering code for bit countin...
2018-08-17 Lang Hames[ORC] Rename VSO to JITDylib.
2018-08-17 Bernard Ogden[ARM/AArch64] Support FP16 +fp16fml instructions
2018-08-17 Bernard Ogden[ARM/AArch64] TargetParserTest fixes
2018-08-17 Chen Zheng[MISC]Fix wrong usage of std::equal()
2018-08-16 David BlaikieDebugInfo: Add metadata support for disabling DWARF...
2018-08-16 Reid Kleckner[codeview] Use push_macro to avoid conflicts instead...
2018-08-16 Tom StellardRevert "unittests: Don't install TestPlugin.so"
2018-08-16 Tom Stellardunittests: Don't install TestPlugin.so
2018-08-16 Easwaran Raman[BFI] Use rounding while computing profile counts.
2018-08-15 Lang Hames[Support] Add a basic C API for llvm::Error.
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-14 Alina Sbirlea[DomTree] Cleanup Update and LegalizeUpdate API moved...
2018-08-13 Wouter van OortmerssenRevert "[WebAssembly] Added default stack-only instruct...
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-08-13 Erik PilkingtonAttempt to fix some MSVC build errors.
2018-08-13 Kristof Umann[ADT] Implemented unittests for ImmutableList
2018-08-13 Erik Pilkington[itanium demangler] Add llvm::itaniumFindTypesInMangled...
2018-08-13 Simon PilgrimRemove extra semicolon (fixes -Wpedantic warning)....
2018-08-11 Chijun Sima[Dominators] Remove the DeferredDominance class
2018-08-10 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-08-10 George Burgess IV[MemorySSA] "Fix" lifetime intrinsic handling
2018-08-08 Stefan Granitz[Demangle] Add another test for ItaniumPartialDemangler
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-08-07 Anastasis Grammenos[Local] Add dbg location on unreachable inst in changeT...
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
2018-08-06 Hsiangkai Wang[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
2018-08-04 Chandler Carruth[ADT] Add an early-increment iterator-like type and...
2018-08-04 Galina KistanovaReverted r338825 and all the following tries to fix...
2018-08-04 Rui UeyamaUse the same constants as zlib to represent compression...
2018-08-03 Chijun Sima[Dominators] Make RemoveUnreachableBlocks return false...
2018-08-03 Nico Weberconvert some tabs to spaces
2018-08-03 Guillaume Chatelet[llvm-exegesis] Renaming classes and functions.
2018-08-03 Dean Michael Berris[XRay][llvm] Load XRay Profiles
2018-08-03 Chijun Sima[Dominators] Refine the logic of recalculate() in the...
2018-08-03 Chijun Sima[Dominators] Convert existing passes and utils to use...
2018-08-02 Krzysztof Parzyszek[Unittests] Fix returning string in SolveQuadraticEquat...
2018-08-02 Lang Hames[ORC] Add a re-exports fallback definition generator.
2018-08-02 Krzysztof Parzyszek[SCEV] Properly solve quadratic equations
2018-08-02 Bob Haarman[Support] fix TempFile infinite loop and permission...
2018-08-02 Guillaume Chatelet[llvm-exegesis] Rename InstructionInstance into Instruc...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [2/4] Type units no longer in a std...
next