OSDN Git Service

Add self to CODE_OWNERS
[android-x86/external-llvm.git] / unittests /
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.
2016-02-08 Adrian PrantlAdd a unit test for r259973.
2016-02-07 Nico WeberRevert 259942, r259943, r259948.
2016-02-05 Richard SmithMore workarounds for undefined behavior exposed when...
2016-02-04 Xinliang David Li[PGO] Add interfaces to annotate instr with VP data
2016-02-04 Xinliang David Li[PGO] Profile interface cleanup
2016-02-03 Reid Kleckner[unittests] Move TargetRegistry test from Support to MC
2016-02-03 Reid KlecknerSilence -Wsign-conversion issue in ProgramTest.cpp
2016-02-03 Joseph Tremoulet[Unittest] Clean up formatting, NFC
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-02-02 Chandler Carruth[LCG] Build an edge abstraction for the LazyCallGraph...
2016-01-31 Frederic Riss[MCDwarf] Fix encoding of line tables with weird custom...
2016-01-30 Xinliang David LiFurther reduce test time
2016-01-29 Vedant Kumar[Profiling] Add a -sparse mode to llvm-profdata merge
2016-01-29 Xinliang David LiImprove test speed/trial 2
2016-01-29 Xinliang David LiRevert 259242, 259243 -- irrelvante changes pulled in
2016-01-29 Xinliang David LiUse range for loop
2016-01-29 Xinliang David LiImprove test speed (interchange loop, reducing padding)
2016-01-29 Matthias BraunSmallPtrSetTest: More checks for the swap() testing
2016-01-29 Matthias BraunSmallPtrSetTest: Check that iterators are still valid...
2016-01-29 Reid KlecknerReland "[CodeView] Use assembler directives for line...
2016-01-29 Reid KlecknerRevert "[CodeView] Use assembler directives for line...
2016-01-28 Reid Kleckner[CodeView] Use assembler directives for line tables
2016-01-28 Elena DemikhovskyFixed compilation issue.
2016-01-26 Kevin EnderbyFix identify_magic() to check that a file that starts...
2016-01-26 Reid KlecknerHandle more edge cases in intrinsic name binary search
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-25 Rafael EspindolaAdd a test showing we can write a vector of floats.
2016-01-23 NAKAMURA TakumiObjectTransformLayerTest.cpp: Rework r258633. [-Wincons...
next