summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-01
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-31
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-31
* Remove unused member.Rafael Espindola2013-05-30
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-30
* Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman2013-05-30
* Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman2013-05-30
* Add a unittest for APFloat::getSmallest.Michael Gottesman2013-05-29
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* Add to testsuite.Eric Christopher2013-05-24
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24
* [Support][MathExtras] Fix literal type issues.Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-21
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-20
* SubArch support in MCJIT unittestRenato Golin2013-05-19
* AArch64: enable MCJIT unittestsTim Northover2013-05-19
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-14
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-13
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-10
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
* Support command line option categories.Andrew Trick2013-05-06
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-06
* Add missing PatternMatch.cpp to CMakeLists.txtArnold Schwaighofer2013-05-05
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-05
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo2013-05-01
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-30
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25