aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-301-0/+6
* NULL cannot be portably used as the last argument to a function with __attrib...Eli Friedman2011-09-281-3/+3
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-141-1/+24
* unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few cons...NAKAMURA Takumi2011-09-131-3/+3
* Add the DataExtractor utility class.Benjamin Kramer2011-09-131-0/+111
* Exclude more arm jit failures pending PR10783.Andrew Trick2011-09-032-3/+4
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-301-1/+1
* Fix a test that wasn't testing the right thing.Matt Beaumont-Gay2011-08-291-4/+6
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-271-23/+23
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-261-0/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-2/+2
* Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands2011-07-291-10/+6
* Remove extra semicolon.Jakub Staszak2011-07-291-1/+1
* Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands2011-07-281-4/+4
* Check an additional property specific to the way LLVMDuncan Sands2011-07-281-0/+15
* Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands2011-07-281-0/+335
* Add test cases for BlockFrequency.Jakub Staszak2011-07-271-0/+56
* Remove some code that is no longer needed now that googletest knows howJay Foad2011-07-271-17/+0
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-271-1/+1
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-1/+1
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-2/+6
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-0/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-189-27/+27
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+49
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-141-3/+3
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-125-9/+9
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-125-9/+9
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-115-7/+7
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-89/+0
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-061-21/+27
* Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!Nick Lewycky2011-06-221-0/+2
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+1
* fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner2011-06-181-3/+3
* add some #includes that will soon be needed.Chris Lattner2011-06-162-0/+2
* unittests: add test for APInt::toString()Dylan Noblesmith2011-06-151-0/+46
* Try fixing http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/...Argyrios Kyrtzidis2011-06-151-0/+4
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-152-0/+112
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-211-0/+70
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-181-0/+8
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-281-13/+0
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-6/+6
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-151-0/+13
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-113-0/+3
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-011-0/+13
* Strip trailing whitespace.Duncan Sands2011-03-312-14/+14
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-301-4/+2
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-301-0/+23
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3