aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-101-1/+28
* [Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer2013-04-051-2/+10
* Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma2013-04-051-2/+3
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-041-0/+3
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-3/+1
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-291-0/+55
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-291-55/+0
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-291-0/+55
* Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma2013-03-282-3/+10
* Disable Initialize.MultipleThreads test under MemorySanitizer.Evgeniy Stepanov2013-03-271-1/+1
* Test case for graceful handling of long file names on Windows. Patch thanks ...Aaron Ballman2013-03-161-0/+12
* [Support][Test] Missed this in the API change.Michael J. Spencer2013-03-141-0/+1
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-281-3/+3
* Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie2013-02-211-30/+32
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-211-0/+109
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-0/+10
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-201-1/+1
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-202-0/+174
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-191-1/+15
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-071-0/+8
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-061-0/+13
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-051-11/+0
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-051-0/+11
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-4/+4
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-301-0/+30
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-1/+3
* Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling2013-01-271-5/+5
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-251-0/+1
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-251-0/+41
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-251-0/+26
* unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi2013-01-241-0/+2
* unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi2013-01-241-2/+17
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-234-6/+11
* IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi2013-01-231-0/+2
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-231-0/+1
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-231-2/+2
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-231-6/+8
* Untabify.NAKAMURA Takumi2013-01-231-5/+5
* Whitespace.NAKAMURA Takumi2013-01-231-1/+1
* DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi2013-01-231-0/+9
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-231-0/+11
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi2013-01-221-1/+1
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi2013-01-221-2/+2
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-221-0/+2
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-212-0/+236
* [Support] Make test C++03.Michael J. Spencer2013-01-211-4/+2
* Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer2013-01-201-0/+2
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-202-0/+79
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-0/+30