Fix a performance regression when combining to smaller types in icmp (shl %v, C1...
[oota-llvm.git] / unittests /
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-21 David BlaikieOnly include move-related Optional<T> tests when rvalue...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-30 Michael GottesmanAdded a unit test for r173983 that verifies that Target...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-27 Bill WendlingFix test to not use the AttributeSet's AttributeWithInd...
2013-01-25 Dmitri GribenkoAdd file to CMakeLists (file added in r173505)
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/WaymarkTest.cpp: Fix in --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yours...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: Let GV added to the module.
2013-01-23 NAKAMURA TakumiIRTests/ConstantsTest.cpp: AsInstructionsTest: Delete...
2013-01-23 NAKAMURA TakumiUntabify.
2013-01-23 NAKAMURA TakumiWhitespace.
2013-01-23 NAKAMURA TakumiDominatorTreeTest.cpp: Add the file header.
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-21 Michael J. Spencer[Support] Make test C++03.
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Evgeniy StepanovA test for r172535.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 David GreeneFix Casts
2013-01-12 Benjamin KramerAdd a unit test to verifies that attribute uniquing...
2013-01-11 Eli BenderskyFix bug in exception table allocation (PR13678)
2013-01-10 Dmitri GribenkoReplace memcpys by a static_cast and an integral promotion.
2013-01-10 Dmitri GribenkoFix coding style
2013-01-10 Jakub StaszakUnbreak tests after regression from r172081.
2013-01-10 David GreeneFix Alias Bug
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-05 Chandler CarruthRename the unittest from ArrayRecylerTest.cpp to ArrayR...
2013-01-05 Jakob Stoklund OlesenAdd an ArrayRecycler class.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-21 Duncan SandsTest that a landingpad gets the name provided when...
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-12 Nick KledzikTemporarily disable test cases until they compile with...
2012-12-12 David BlaikieUnbreak the build. Fallout from r170019.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-04 NAKAMURA TakumiVMCoreTests/PassManagerTest.cpp: Appease msvc not to...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-28 Michael IlsemanWhoops, fixed bad merge
2012-11-28 Michael IlsemanFixed bad test case
2012-11-28 Michael IlsemanFast-math: IRBuilder test for creating instructions...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Andrew KaylorImplementing page permission setting in MCJIT unit...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-17 Joe AbbeyRemoving utf-8 smart quote and trailing whitespace
2012-11-17 Joe AbbeySuppressing the 'direct base ‘{anonymous}::S1’ inaccess...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-12 Gabor Greifdo not play preprocessor tricks with 'private', use...
2012-11-12 Gabor Greifadd unit test for waymarking algorithm (Use::getUser)
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-10-31 Amara EmersonMCJIT unit test: add calls to ensure that instruction...
2012-10-31 Amara EmersonPort lli bug fix from r166920 to MCJIT unit test.
2012-10-31 Amara EmersonCommit access test.
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2012-10-31 Evgeniy StepanovAdd IRBuilderBase::getIntPtrTy.
next