summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Goodbye, JSONParser...Manuel Klimek2012-04-172-192/+0
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-162-20/+0
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-162-19/+70
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-151-0/+91
* Add YAML parser to Support.Michael J. Spencer2012-04-032-0/+180
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-021-0/+18
* I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands2012-03-311-0/+7
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-303-1/+197
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-291-1/+2
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+4
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-4/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+4
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-157-34/+32
* Clean up removed file after r152620Eli Bendersky2012-03-141-0/+0
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-137-239/+771
* Fix warnings.Michael J. Spencer2012-03-111-4/+4
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-101-0/+118
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-071-0/+6
* SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer2012-03-061-0/+72
* Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth2012-03-041-0/+19
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-041-0/+17
* Split this test up into two smaller, and more focused tests.Chandler Carruth2012-03-041-0/+2
* Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet2012-03-031-33/+33
* Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet2012-03-031-28/+24
* unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi2012-03-031-0/+4
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-021-0/+20
* Add a golden data test that I missed somehow the first time around.Chandler Carruth2012-03-021-0/+1
* Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth2012-03-021-52/+52
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-021-5/+7
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-021-0/+11
* Remove the misguided extension here that reserved two special values inChandler Carruth2012-03-021-11/+1
* Re-disable the debug output. The comment is there explaining why we wantChandler Carruth2012-03-011-1/+1
* Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth2012-03-011-3/+60
* BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...Benjamin Kramer2012-03-011-1/+1
* If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,Argyrios Kyrtzidis2012-03-011-0/+8
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-011-25/+286
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-291-6/+6
* Fix typos.Jakob Stoklund Olesen2012-02-221-4/+4
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-221-9/+0
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-222-0/+187
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-6/+1
* Hashing.h - utilities for hashing various data types.Talin2012-02-182-0/+58
* Add a unittest for rotating a really big APInt.Benjamin Kramer2012-02-071-0/+4
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+62
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-312-0/+65
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+57
* DenseMap::find_as() and unit tests.Talin2012-01-301-0/+41
* Additional methods for SmallString.Talin2012-01-241-0/+148
* unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi2012-01-221-3/+2
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-171-0/+46