Add llvm.fabs intrinsic.
[oota-llvm.git] / unittests /
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
2012-05-15 Bill WendlingRemove warning about testing unsigned int with int.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-14 Jakob Stoklund OlesenRemove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund OlesenAdd BitVector::anyCommon().
2012-05-11 Michael J. Spencer[Support/StringRef] Add find_last_not_of and {r,l,...
2012-05-09 Chad RosierAdd unittests for Triple::getMacOSXVersion and Triple...
2012-04-29 Benjamin KramerSmallVector: Don't rely on having an assignment operato...
2012-04-26 Stepan DyatkovskiyFixed SmallMap test. The order of items is undefined...
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-03-31 Duncan SandsI noticed in passing that the Metadata getIfExists...
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-29 Danil MalyshevFix missed files in JIT unittests Makefile
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-15 Eli BenderskyFollow-up to r152620: restore JIT event listener tests...
2012-03-14 Eli BenderskyClean up removed file after r152620
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-11 Michael J. SpencerFix warnings.
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-04 Chandler CarruthSplit this test up into two smaller, and more focused...
2012-03-03 Francois PichetMove the NonPOD struct out of the anonymous namespace...
2012-03-03 Francois PichetFixes the Hashing tests on MSVC by adding llvm:: prefix...
2012-03-03 NAKAMURA Takumiunittests/ADT/HashingTest.cpp: Temporarily disable...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthAdd a golden data test that I missed somehow the first...
2012-03-02 Chandler CarruthFix bad indenting that was left over from cut/paste...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-02 Chandler CarruthAdd support for hashing pairs by delegating to each...
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-01 Chandler CarruthRe-disable the debug output. The comment is there expla...
2012-03-01 Chandler CarruthProvide the 32-bit variant of the golden tests. Not...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-22 Jakob Stoklund OlesenFix typos.
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-22 Jakob Stoklund OlesenAdd a Briggs and Torczon sparse set implementation.
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-07 Benjamin KramerAdd a unittest for rotating a really big APInt.
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-24 TalinAdditional methods for SmallString.
2012-01-22 NAKAMURA Takumiunittests/Support/Casting.cpp: [PR8226] Workaround...
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...
2012-01-02 Chandler CarruthFix unittest makefile after r147425. This should unbrea...
2012-01-02 Rafael EspindolaMaterialize functions whose basic blocks are used by...
2011-12-22 Eli FriedmanSome unittests for APInt rotates; patch by Cameron...
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chandler CarruthPut the '*' in the right place in the unit test. Forgot...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-16 NAKAMURA TakumiTweak CMake build on Cygwin.
2011-12-15 Daniel Dunbarbuild/unittests: Fix llvm-config names for gtest librar...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Dylan Noblesmithre-enable unittest
2011-12-09 NAKAMURA Takumiunittests/Support/Path.cpp: [recursive_directory_iterat...
2011-12-09 Michael J. Spencerunittests/SupportTests: Fix test. pop modifies the...
2011-12-09 Michael J. Spencerunittests/SupportTests: Add some outs()'s to debug...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-14 Nick LewyckyFix Windows build, don't try to #include <pthread.h...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-09 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
next