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