Allow PointerIntPairs to be created from const void *.
[oota-llvm.git] / unittests /
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Nuno Lopesmake ConstantRange::getSetSize() properly compute the...
2012-07-16 Chandler CarruthAdd support for attaching branch weight metadata direct...
2012-07-16 Chandler CarruthAdd a boring bit of boilerplate to start testing IRBuil...
2012-07-16 Chandler CarruthMove the IRBuilder unittest from Support to VMCore...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-28 Nuno Lopesfix a off-by-one bug in intersectWith(), and add a...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Stepan DyatkovskiyIntegersSubsetTest: Due to compilation failure with...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 NAKAMURA Takumillvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP...
2012-06-21 NAKAMURA Takumillvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-21 Chandler CarruthAdd some missing dependencies here that I missed in...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Chandler CarruthFactor the logic for setting up a GoogleTest unit test...
2012-06-21 Chandler CarruthSimplify the naming pattern in the unittests' CMake...
2012-06-21 Chandler CarruthRemove one of the LLVM-specific CMake hacks in favor...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2012-06-17 Benjamin KramerFor reasons I can't fathom MSVC supports ULL but not...
2012-06-17 Benjamin KramerAdd missing unittest files to the cmake build.
2012-06-17 Benjamin KramerRemove SmallMap unittests, unbreaking the build.
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthDisable a particular assertion on MSVC... I'm deeply...
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-17 Chandler CarruthAdd some somewhat exhaustive tests of sizeof properties...
2012-06-16 Benjamin KramerUpdate CMake build.
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-06-16 Chandler CarruthRelax one assertion -- long double has strange alignmen...
2012-06-16 Chandler CarruthTry to reduce the size of the array used for compile...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Justin HolewinskiFix gtest build issue on Visual Studio 2012 RC
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-02 Stepan DyatkovskiyAdded unittests for IntegersSubset and IntegersSubsetMa...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
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...
next