summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2012-05-18fix corner case in ConstantRange::intersectWith().Nuno Lopes1-0/+5
2012-05-16Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan1-6/+8
2012-05-15Remove warning about testing unsigned int with int.Bill Wendling1-1/+1
2012-05-15Fixed one small stupid, but critical bug.Stepan Dyatkovskiy1-0/+15
2012-05-14Remove the expensive BitVector::operator~().Jakob Stoklund Olesen1-3/+4
2012-05-14Add BitVector::anyCommon().Jakob Stoklund Olesen1-1/+29
2012-05-11[Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer1-0/+28
2012-05-09Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier1-0/+65
2012-04-29SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer1-0/+13
2012-04-26Fixed SmallMap test. The order of items is undefined in DenseMap. So being ch...Stepan Dyatkovskiy1-10/+24
2012-04-25Reapply the SmallMap patch with a fix.Benjamin Kramer1-0/+133
2012-04-25Revert "First implementation of:"Eric Christopher1-133/+0
2012-04-25First implementation of:Stepan Dyatkovskiy1-0/+133
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick1-1/+1
2012-04-17Goodbye, JSONParser...Manuel Klimek2-192/+0
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2-20/+0
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2-19/+70
2012-04-15Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands1-0/+91
2012-04-03Add YAML parser to Support.Michael J. Spencer2-0/+180
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel1-0/+18
2012-03-31I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands1-0/+7
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola3-1/+197
2012-03-29Fix missed files in JIT unittests MakefileDanil Malyshev1-1/+2
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev1-0/+4
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth1-4/+0
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev1-0/+4
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky7-34/+32
2012-03-14Clean up removed file after r152620Eli Bendersky1-0/+0
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky7-239/+771
2012-03-11Fix warnings.Michael J. Spencer1-4/+4
2012-03-10Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer1-0/+118
2012-03-07Add support to the hashing infrastructure for automatically hashing bothChandler Carruth1-0/+6
2012-03-06SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer1-0/+72
2012-03-04Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth1-0/+19
2012-03-04Teach the hashing facilities how to hash std::string objects.Chandler Carruth1-0/+17
2012-03-04Split this test up into two smaller, and more focused tests.Chandler Carruth1-0/+2
2012-03-03Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet1-33/+33
2012-03-03Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet1-28/+24
2012-03-03unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi1-0/+4
2012-03-02Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth1-0/+20
2012-03-02Add a golden data test that I missed somehow the first time around.Chandler Carruth1-0/+1
2012-03-02Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth1-52/+52
2012-03-02We really want to hash pairs of directly-hashable data as directlyChandler Carruth1-5/+7
2012-03-02Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth1-0/+11
2012-03-02Remove the misguided extension here that reserved two special values inChandler Carruth1-11/+1
2012-03-01Re-disable the debug output. The comment is there explaining why we wantChandler Carruth1-1/+1
2012-03-01Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth1-3/+60
2012-03-01BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...Benjamin Kramer1-1/+1
2012-03-01If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,Argyrios Kyrtzidis1-0/+8
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth1-25/+286