summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...Benjamin Kramer2012-06-17
* Add missing unittest files to the cmake build.Benjamin Kramer2012-06-17
* Remove SmallMap unittests, unbreaking the build.Benjamin Kramer2012-06-17
* Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer2012-06-17
* SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer2012-06-17
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-17
* Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth2012-06-17
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-17
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-17
* Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth2012-06-17
* Update CMake build.Benjamin Kramer2012-06-16
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-16
* Relax one assertion -- long double has strange alignments on lots ofChandler Carruth2012-06-16
* Try to reduce the size of the array used for compile-time testing byChandler Carruth2012-06-16
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-16
* Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth2012-06-16
* Type parameterize the DenseMap unit tests.Chandler Carruth2012-06-16
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-06
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-05
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-05
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-02
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-22
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-18
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-16
* Remove warning about testing unsigned int with int.Bill Wendling2012-05-15
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-15
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-14
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-14
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-09
* SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer2012-04-29
* Fixed SmallMap test. The order of items is undefined in DenseMap. So being ch...Stepan Dyatkovskiy2012-04-26
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-25
* Revert "First implementation of:"Eric Christopher2012-04-25
* First implementation of:Stepan Dyatkovskiy2012-04-25
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-20
* Goodbye, JSONParser...Manuel Klimek2012-04-17
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-15
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands2012-03-31
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* Fix missed files in JIT unittests MakefileDanil Malyshev2012-03-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22