aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2012-12-18Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen
2012-12-17Fix some integer constant warnings by using a suffixNick Kledzik
2012-12-17re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik
2012-12-12Temporarily disable test cases until they compile with g++ too.Nick Kledzik
2012-12-12Unbreak the build. Fallout from r170019.David Blaikie
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-05Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
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