2011-12-22 |
Eli Friedman | Some unittests for APInt rotates; patch by Cameron... |
tree | commitdiff |
2011-12-21 |
Manuel Klimek | Changes the JSON parser to use the SourceMgr. |
tree | commitdiff |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
tree | commitdiff |
2011-12-17 |
Chandler Carruth | As Doug pointed out (and I really should know), it... |
tree | commitdiff |
2011-12-16 |
Dylan Noblesmith | APInt: update asserts for base-36 |
tree | commitdiff |
2011-12-16 |
Manuel Klimek | Adds a JSON parser and a benchmark (json-bench) to... |
tree | commitdiff |
2011-12-16 |
Chandler Carruth | Put the '*' in the right place in the unit test. Forgot... |
tree | commitdiff |
2011-12-16 |
Chandler Carruth | Add a generic collection of class templates to ADT... |
tree | commitdiff |
2011-12-16 |
NAKAMURA Takumi | Tweak CMake build on Cygwin. |
tree | commitdiff |
2011-12-15 |
Daniel Dunbar | build/unittests: Fix llvm-config names for gtest librar... |
tree | commitdiff |
2011-12-12 |
Chad Rosier | Revert r146363 to allow buildbots to make forward progress. |
tree | commitdiff |
2011-12-12 |
Michael J. Spencer | Support/FileSystem: Implement bool equivalent(file_stat... |
tree | commitdiff |
2011-12-12 |
Michael J. Spencer | Support/FileSystem: Implement canonicalize. |
tree | commitdiff |
2011-12-12 |
Dylan Noblesmith | re-enable unittest |
tree | commitdiff |
2011-12-09 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [recursive_directory_iterat... |
tree | commitdiff |
2011-12-09 |
Michael J. Spencer | unittests/SupportTests: Fix test. pop modifies the... |
tree | commitdiff |
2011-12-09 |
Michael J. Spencer | unittests/SupportTests: Add some outs()'s to debug... |
tree | commitdiff |
2011-12-08 |
Michael J. Spencer | Support/FileSystem: Implement recursive_directory_itera... |
tree | commitdiff |
2011-12-05 |
Nadav Rotem | Add support for vectors of pointers. |
tree | commitdiff |
2011-12-02 |
Dylan Noblesmith | unittests: add ErrorStr to ExecutionEngine test |
tree | commitdiff |
2011-11-26 |
Eli Friedman | Fix APFloat::convert so that it handles narrowing conve... |
tree | commitdiff |
2011-11-14 |
Nick Lewycky | Fix Windows build, don't try to #include <pthread.h... |
tree | commitdiff |
2011-11-14 |
Nick Lewycky | Add support for tsan annotations (thread sanitizer... |
tree | commitdiff |
2011-11-09 |
NAKAMURA Takumi | unittests/MultiJITTest.cpp: Tweak how to check symbol... |
tree | commitdiff |
2011-10-24 |
Benjamin Kramer | Implement comparison operators for BranchProbability... |
tree | commitdiff |
2011-10-23 |
Benjamin Kramer | Add compare operators to BranchProbability and use... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-10-15 |
Benjamin Kramer | Add a bad char heuristic to StringRef::find. |
tree | commitdiff |
2011-10-12 |
Eli Friedman | Attempt to fix MSVC build. |
tree | commitdiff |
2011-10-12 |
Eli Friedman | Fix APFloat::getLargest so that it actually returns... |
tree | commitdiff |
2011-10-07 |
Eli Friedman | Fix APInt::operator*= so that it computes the correct... |
tree | commitdiff |
2011-10-04 |
Nick Lewycky | The product of two chrec's can always be represented... |
tree | commitdiff |
2011-09-30 |
Jakob Stoklund Olesen | Fix a bug in compare_numeric(). |
tree | commitdiff |
2011-09-28 |
Eli Friedman | NULL cannot be portably used as the last argument to... |
tree | commitdiff |
2011-09-14 |
Douglas Gregor | Add APInt support for converting to/from hexatridecimal... |
tree | commitdiff |
2011-09-13 |
NAKAMURA Takumi | unittests/Support/DataExtractorTest.cpp: Specify ULL... |
tree | commitdiff |
2011-09-13 |
Benjamin Kramer | Add the DataExtractor utility class. |
tree | commitdiff |
2011-09-03 |
Andrew Trick | Exclude more arm jit failures pending PR10783. |
tree | commitdiff |
2011-08-30 |
Jeffrey Yasskin | Fix C++0x narrowing errors when char is unsigned. |
tree | commitdiff |
2011-08-29 |
Matt Beaumont-Gay | Fix a test that wasn't testing the right thing. |
tree | commitdiff |
2011-08-27 |
John McCall | The 'expected' argument to EXPECT_EQ is actually the... |
tree | commitdiff |
2011-08-26 |
Andrew Trick | Excluding ARM JIT tests until someone can fix this... |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-07-29 |
Duncan Sands | Avoid undefined behaviour if somehow NUM_GRAPHS equals... |
tree | commitdiff |
2011-07-29 |
Jakub Staszak | Remove extra semicolon. |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Use unsigned rather than uint16_t in case anyone feels... |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Check an additional property specific to the way LLVM |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Add a unittest for the simply connected components... |
tree | commitdiff |
2011-07-27 |
Jakub Staszak | Add test cases for BlockFrequency. |
tree | commitdiff |
2011-07-27 |
Jay Foad | Remove some code that is no longer needed now that... |
tree | commitdiff |
2011-07-27 |
Jeffrey Yasskin | Explicitly cast narrowing conversions inside {}s that... |
tree | commitdiff |
2011-07-25 |
Jay Foad | Convert GetElementPtrInst to use ArrayRef. |
tree | commitdiff |
2011-07-24 |
Chris Lattner | Add Twine support for characters, and switch twine... |
tree | commitdiff |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Jeffrey Yasskin | Add an APFloat::convertToInt(APSInt) function that... |
tree | commitdiff |
2011-07-14 |
Chris Lattner | The key of a StringMap can contain nul's in it, so... |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-07-06 |
Owen Anderson | Fix a subtle issue in SmallVector. The following code... |
tree | commitdiff |
2011-06-22 |
Nick Lewycky | Fix the implementation of ConstantRange::sub(ConstantRa... |
tree | commitdiff |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
tree | commitdiff |
2011-06-16 |
Chris Lattner | add some #includes that will soon be needed. |
tree | commitdiff |
2011-06-15 |
Dylan Noblesmith | unittests: add test for APInt::toString() |
tree | commitdiff |
2011-06-15 |
Argyrios Kyrtzidis | Try fixing google1.osuosl.org:8011/builders/clang-i686... |
tree | commitdiff |
2011-06-15 |
Argyrios Kyrtzidis | Add unit tests for ADT/PackedVector |
tree | commitdiff |
2011-05-21 |
Nick Lewycky | Add CreateLifetimeStart and CreateLifetimeEnd to the... |
tree | commitdiff |
2011-05-18 |
Duncan Sands | Teach getCastOpcode about element-by-element vector... |
tree | commitdiff |
2011-05-11 |
Oscar Fuentes | Handle gcc-compatible compilers (such as clang) the... |
tree | commitdiff |
2011-04-28 |
Lenny Maiorani | Remove bounded StringRef::compare() since nothing but... |
tree | commitdiff |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
tree | commitdiff |
2011-04-15 |
Lenny Maiorani | Implements StringRef::compare with bounds. It is behave... |
tree | commitdiff |
2011-04-11 |
Jay Foad | Don't include Operator.h from InstrTypes.h. |
tree | commitdiff |
2011-04-01 |
Duncan Sands | While testing dragonegg I noticed that isCastable and... |
tree | commitdiff |
2011-03-31 |
Duncan Sands | Strip trailing whitespace. |
tree | commitdiff |
2011-03-30 |
Benjamin Kramer | Avoid turning a floating point division with a constant... |
tree | commitdiff |
2011-03-30 |
Benjamin Kramer | Add APFloat::getExactInverse. |
tree | commitdiff |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
tree | commitdiff |
2011-03-30 |
Jay Foad | (Almost) always call reserveOperandSpace() on newly... |
tree | commitdiff |
2011-03-17 |
Benjamin Kramer | Add an argument to APInt's magic udiv calculation to... |
tree | commitdiff |
2011-03-01 |
Oscar Fuentes | Fixes warnings emitted by Visual Studio 2010 compiler. |
tree | commitdiff |
2011-02-21 |
Duncan Sands | Simplify RecursivelyDeleteDeadPHINode. The only functi... |
tree | commitdiff |
2011-02-21 |
Cameron Zwarich | The signed version of our "magic number" computation... |
tree | commitdiff |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
tree | commitdiff |
2011-02-20 |
Nick Lewycky | Make RecursivelyDeleteDeadPHINode delete a phi node... |
tree | commitdiff |
2011-02-20 |
Nick Lewycky | Teach RecursivelyDeleteDeadPHINodes to handle multiple... |
tree | commitdiff |
2011-02-11 |
Zhanyong Wan | Adds llvm::sys::path::is_separator() to test whether... |
tree | commitdiff |
2011-02-04 |
Daniel Dunbar | build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build... |
tree | commitdiff |
2011-02-03 |
Duncan Sands | Part of this test is invariant inside the inner loop... |
tree | commitdiff |
2011-02-02 |
Duncan Sands | Remove NoVendor and NoOS, added in commit 123990, from... |
tree | commitdiff |
2011-01-27 |
Chris Lattner | Don't infinitely recurse! Patch by Marius Wachtler! |
tree | commitdiff |
2011-01-21 |
Renato Golin | Clang was not parsing target triples involving EABI... |
tree | commitdiff |
2011-01-15 |
Michael J. Spencer | Unittests/Support/Path: Tweak test. |
tree | commitdiff |
2011-01-15 |
Rafael Espindola | Allow unnamed_addr on declarations. |
tree | commitdiff |
2011-01-13 |
Oscar Fuentes | Disable RTTI when building unit tests. This avoids... |
tree | commitdiff |
2011-01-13 |
Rafael Espindola | Reject uses of unnamed_addr in declarations. |
tree | commitdiff |
next |