OSDN Git Service

[StatepointLowering] Minor NFC cleanups
[android-x86/external-llvm.git] / unittests /
2016-03-22 Vedant Kumar[unittests] clang-format a line, NFC
2016-03-22 Mehdi AminiFix unittests: resize() -> reserve()
2016-03-21 Lang Hames[Orc] Switch RPC Procedure to take a function type...
2016-03-21 Matt ArsenaultAPFloat: Add frexp
2016-03-21 Matt ArsenaultImplement constant folding for bitreverse
2016-03-18 Easwaran RamanInterface to get/set profile summary metadata to module
2016-03-18 Lang Hames[Support] Refactor Error unit tests to avoid duplicatin...
2016-03-17 Mike AizatskyRevert "allow lambdas in mapped_iterator"
2016-03-17 Mike Aizatskyallow lambdas in mapped_iterator
2016-03-17 Lang Hames[Support] Add ExitOnError utility to support tools...
2016-03-17 Lang Hames[Support] Make Error::isA<T>() works on success values.
2016-03-16 Lang Hames[Support] Update Error unit test to remove implementati...
2016-03-16 Lang Hames[Support] Add the 'Error' class for structured error...
2016-03-15 Fiona GlaserDenseMap: make .resize() do the intuitive thing
2016-03-14 NAKAMURA TakumiMathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead...
2016-03-14 Easwaran RamanRemove code added for debugging purposes. NFC.
2016-03-14 Quentin Colombet[ADT] Add a pop_back_val method to the SparseSet container.
2016-03-13 David BlaikieRemove some unused variables
2016-03-13 Mehdi AminiRemove PreserveNames template parameter from IRBuilder
2016-03-13 Amjad AboudFixed DIBuilder to verify that same imported entity...
2016-03-13 Matt ArsenaultAPFloat: Fix ilogb for denormals
2016-03-13 Matt ArsenaultAPFloat: Fix scalbn handling of denormals
2016-03-12 Eric ChristopherTemporarily revert:
2016-03-12 Michael Zolotukhin[LoopUnroll] Convert some existing tests to unit-tests.
2016-03-11 Mehdi AminiRemove PreserveNames template parameter from IRBuilder
2016-03-11 Marianne Mailhot... More UTF string conversion wrappers
2016-03-11 Chandler Carruth[PM] Make the AnalysisManager parameter to run methods...
2016-03-11 Chandler Carruth[PM] Rename the CRTP mixin base classes for the new...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-08 Quentin Colombet[AsmParser] Expose an API to parse a string starting...
2016-03-07 Quentin Colombet[AsmParser] Add a function to parse a standalone type.
2016-03-06 Saleem Abdulrasoolunitests: add some ARM TargetParser tests
2016-03-03 Easwaran RamanFix memory leak in tests.
2016-03-03 Lang Hames[RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager...
2016-03-03 Sanjoy Das[ConstantRange] Rename test; NFC
2016-03-03 Sanjoy Das[ConstantRange] Generalize makeGuaranteedNoWrapRegion...
2016-03-03 Dehao ChenUse LineLocation instead of CallsiteLocation to index...
2016-03-02 Daniel BerlinReally fix ASAN leak/etc issues with MemorySSA unittests
2016-03-02 Daniel BerlinRevert "Fix ASAN detected errors in code and test"...
2016-03-02 Daniel BerlinFix ASAN detected errors in code and test
2016-03-02 Chandler Carruth[AA] Hoist the logic to reformulate various AA queries...
2016-03-02 Daniel BerlinFix SHARED_LIBS build
2016-03-01 Rafael EspindolaMove ObjectYAML code to a new library.
2016-03-01 Daniel BerlinAdd the beginnings of an update API for preserving...
2016-03-01 Easwaran RamanMetadata support for profile summary.
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-02-26 Philip Reames[ConstantRange] Add umin/smin operators
2016-02-26 Chandler Carruth[PM] Introduce CRTP mixin base classes to help define...
2016-02-26 Michael Zolotukhin[LoopUnrollAnalyzer] Check that we're using SCEV for...
2016-02-26 Michael Zolotukhin[UnitTests] UnrollAnalyzer: make unit-test more general...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Hongbin ZhengRevert "Introduce analysis pass to compute PostDominato...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Justin BognerPM: Implement a basic loop pass manager
2016-02-25 Chandler Carruth[Support] Add a fancy helper function to get a static...
2016-02-23 Chandler Carruth[PM] Remove an overly aggressive assert now that I...
2016-02-23 Chandler Carruth[PM] Add a unittest for the CGSCC pass manager in the...
2016-02-22 Sanjoy Das[ConstantRange] Rename a method and add more doc
2016-02-22 Tobias GrosserUse EXPECT_EQ in the unittests instead of plain assert
2016-02-21 Tobias GrosserScalarEvolution: Do not keep temporary PHI values in...
2016-02-20 Chandler Carruth[PM/AA] Port alias analysis evaluator to the new pass...
2016-02-19 Easwaran RamanAdd profile summary support for sample profile.
2016-02-18 Jordan Rose[ADT] Fix PointerEmbeddedInt when the underlying type...
2016-02-18 Zachary Turner[DebugInfoPDB] Add source / line number accessors for...
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-18 NAKAMURA TakumiMake a stub version of MITests, instead of reverting.
2016-02-18 Matthias BraunRevert "LiveIntervalAnalysis: Remove LiveVariables...
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-17 Chandler Carruth[LCG] Construct an actual call graph with call-edge...
2016-02-16 Craig TopperRemove an unnecessary std::move to fix -Wpessimizing...
2016-02-16 Vedant Kumar[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
2016-02-16 Amaury SechetKill LLVMAddTargetData
2016-02-16 NAKAMURA TakumiMITests: Update libdeps. llvm/Target/TargetOptions...
2016-02-15 Matthias Braununittests/MI: Add Core library reference
2016-02-15 Matthias BraunFix typo in LiveIntervalTest
2016-02-15 Matthias BraunAdd unittest for LiveIntervalAnalysis::handleMove()
2016-02-13 Keno Fischer[Cloning] Clone every Function's Debug Info
2016-02-13 Matt ArsenaultAdd AMDGPU related triple vendors/OSes
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-12 Argyrios Kyrtzidis[ADT] Revert the llvm/ADT/OptionSet.h header and unit...
2016-02-12 Rafael EspindolaDelete the deprecated LLVMLinkModules.
2016-02-12 Argyrios Kyrtzidis[unittests/ADT] OptionSetTest: ifdef out for now a...
2016-02-12 Argyrios Kyrtzidis[unittests/ADT] OptionSetTest: ifdef out a part that...
2016-02-12 Argyrios Kyrtzidis[ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which...
2016-02-11 Tim NorthoverARMv7k: use Cortex-A7 by default even for tvOS
2016-02-11 Jacques Pienaar[lanai] Add Lanai triple.
2016-02-10 Rong Xu[PGO] Make the number of records for each value site...
2016-02-10 Reid KlecknerFix a -Wsign-compare in Support Path unittests
2016-02-10 Reid KlecknerSilence some MSVC warnings about zero extending unsigne...
2016-02-10 Xinliang David Li[PGO] fix prof symbol lookup bug
2016-02-10 Lang Hames[Orc] Add lazy-JITting support for i386.
2016-02-09 Peter CollingbourneWholeProgramDevirt: introduce.
2016-02-09 Xinliang David LiAdd comments to some tests
2016-02-09 Xinliang David LiFurther reduce test overhead
2016-02-09 Nick LewyckyUse std::forward to make ErrorOr<T> constructible from...
2016-02-09 Richard SmithRemove TrailingObjects::operator delete. It's still...
2016-02-09 Richard SmithRe-commit r259942 (reverted in r260053) with a differen...
2016-02-09 David BlaikieSimplify some expressions involving unique_ptr and...
2016-02-08 Michael ZolotukhinFactor out UnrollAnalyzer to Analysis, and add unit...
2016-02-08 Adrian PrantlSimplify this unittest.
next