summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Test that a landingpad gets the name provided when it was created (see commitDuncan Sands1-0/+7
2012-12-18Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen1-0/+21
2012-12-17Fix some integer constant warnings by using a suffixNick Kledzik1-7/+7
2012-12-17re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik1-12/+7
2012-12-12Temporarily disable test cases until they compile with g++ too.Nick Kledzik1-0/+4
2012-12-12Unbreak the build. Fallout from r170019.David Blaikie1-1/+1
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik2-0/+1289
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman1-2/+2
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-7/+7
2012-12-05Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka1-4/+6
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer4-0/+131
2012-12-04Sort the #include lines for unittest/...Chandler Carruth49-131/+103
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi1-0/+2
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay1-0/+4
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer1-18/+7
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