aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing unittest files to the cmake build.Benjamin Kramer2012-06-171-1/+9
* Remove SmallMap unittests, unbreaking the build.Benjamin Kramer2012-06-171-162/+0
* Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer2012-06-171-4/+30
* SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer2012-06-171-0/+7
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-171-0/+36
* Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth2012-06-171-0/+5
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-171-1/+46
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-171-27/+35
* Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth2012-06-171-0/+60
* Update CMake build.Benjamin Kramer2012-06-161-1/+0
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-162-212/+25
* Relax one assertion -- long double has strange alignments on lots ofChandler Carruth2012-06-161-1/+6
* Try to reduce the size of the array used for compile-time testing byChandler Carruth2012-06-161-44/+48
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-162-0/+249
* Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth2012-06-161-0/+9
* Type parameterize the DenseMap unit tests.Chandler Carruth2012-06-161-87/+102
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-2/+2
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-061-0/+6
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-051-0/+174
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-051-0/+1
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-021-0/+180
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-022-2/+2
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-6/+6
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-221-0/+28
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-181-0/+5
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-161-6/+8
* Remove warning about testing unsigned int with int.Bill Wendling2012-05-151-1/+1
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-151-0/+15
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-141-3/+4
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-141-1/+29
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-111-0/+28
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-091-0/+65
* SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer2012-04-291-0/+13
* Fixed SmallMap test. The order of items is undefined in DenseMap. So being ch...Stepan Dyatkovskiy2012-04-261-10/+24
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-251-0/+133
* Revert "First implementation of:"Eric Christopher2012-04-251-133/+0
* First implementation of:Stepan Dyatkovskiy2012-04-251-0/+133
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-201-1/+1
* 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