aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-28Whoops, fixed bad mergeMichael Ilseman
2012-11-28Fixed bad test caseMichael Ilseman
2012-11-28Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy
2012-11-17Removing utf-8 smart quote and trailing whitespaceJoe Abbey
2012-11-17Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-12do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif
2012-11-12add unit test for waymarking algorithm (Use::getUser)Gabor Greif
2012-11-10Provide definitions for all functions.Benjamin Kramer
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer
2012-10-31MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson
2012-10-31Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson
2012-10-31Commit access test.Amara Emerson
2012-10-31Disable all old-JIT unit tests on PowerPC.Ulrich Weigand
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov
2012-10-30Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands
2012-10-29Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand
2012-10-23Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper
2012-10-18Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson
2012-10-17Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson
2012-10-15Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson
2012-10-14Update CMake build.Benjamin Kramer
2012-10-14Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands
2012-10-12JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-12Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor
2012-10-03Use unsigned long long instead of uin64_t for OS where that matters.Nick Kledzik
2012-10-03Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...Benjamin Kramer
2012-10-03Add getAsUnsignedInteger test case that checks that known bad values are reje...Nick Kledzik
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor
2012-09-26Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer
2012-09-26APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier