summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Test that a landingpad gets the name provided when it was created (see commitDuncan Sands2012-12-21
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-18
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-17
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-17
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-12
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi2012-12-04
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-04
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-03
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-29
* Whoops, fixed bad mergeMichael Ilseman2012-11-28
* Fixed bad test caseMichael Ilseman2012-11-28
* Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman2012-11-28
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-27
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* Removing utf-8 smart quote and trailing whitespaceJoe Abbey2012-11-17
* Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey2012-11-17
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Remove DOS line endings.Jakub Staszak2012-11-14
* do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif2012-11-12
* add unit test for waymarking algorithm (Use::getUser)Gabor Greif2012-11-12
* Provide definitions for all functions.Benjamin Kramer2012-11-10
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-08
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-31
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-31
* Commit access test.Amara Emerson2012-10-31
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-31
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-31
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-29
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-23
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-18
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-17
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-16
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-15