2009-09-13 |
Daniel Dunbar | Revert unittests build changes temporarily, the unit... |
tree | commitdiff |
2009-09-13 |
Daniel Dunbar | Build (not test) the unittests as part of a normal... |
tree | commitdiff |
2009-09-09 |
Jeffrey Yasskin | Make TypeBuilder's result depend on the LLVMContext... |
tree | commitdiff |
2009-09-07 |
Daniel Dunbar | Update unittests for MDNode uniquing disable. |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Simplify, now that gtest supports raw_ostream directly. |
tree | commitdiff |
2009-09-05 |
Nick Lewycky | Now that googletest can print ConstantRange, use EXPECT... |
tree | commitdiff |
2009-09-05 |
Jeffrey Yasskin | Teach googletest to use raw_ostream instead of just... |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Add test for PR4873, which works for me. |
tree | commitdiff |
2009-09-03 |
Devang Patel | Now Bitcode reader bug is fixed. Reapply 80839. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Revert 80839 for now. It causes test failures. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Use CallbackVH, instead of WeakVH, to hold MDNode elements. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Disable uniqueness test for now. |
tree | commitdiff |
2009-08-31 |
Chris Lattner | update unit test for previous change. |
tree | commitdiff |
2009-08-30 |
Torok Edwin | Add regular expression matching support, based on OpenB... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | split raw_os_ostream out to its own header and implemen... |
tree | commitdiff |
2009-08-24 |
Daniel Dunbar | Unbreak unit tests. |
tree | commitdiff |
2009-08-23 |
Daniel Dunbar | Fix off-by-one in llvm::Format::print. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | convert all the constant range EXPECT_EQ tests to use... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | upgrade for removed functions. |
tree | commitdiff |
2009-08-21 |
Bill Wendling | Correct for recent assert change. |
tree | commitdiff |
2009-08-21 |
Erick Tryzelaar | Fix bug with APInt::getBitsNeeded with for base 10... |
tree | commitdiff |
2009-08-21 |
Erick Tryzelaar | Allow '+' to appear in APInt strings, and add more... |
tree | commitdiff |
2009-08-20 |
Erick Tryzelaar | Add support for including '+' in APFloat strings, more... |
tree | commitdiff |
2009-08-20 |
Daniel Dunbar | Fix two APFloat bugs in converting hexadecimal constants. |
tree | commitdiff |
2009-08-20 |
Misha Brukman | Fixed header comment. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Add min and max tests. |
tree | commitdiff |
2009-08-19 |
Benjamin Kramer | Remove SmallString::append_*int* unit tests. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Add SmallVector::{capacity,set_size}. |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Improve Triple to recognize the OS in i386-mingw32. |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Fix pasto in StringRef::count(char) |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Add StringRef::count({char,StringRef}) |
tree | commitdiff |
2009-08-17 |
Erick Tryzelaar | Wrap unit test death tests in GTEST_HAS_DEATH_TEST |
tree | commitdiff |
2009-08-17 |
Erick Tryzelaar | Change APFloatTest from using ASSERTs to EXPECTs |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Modify APFloat to take a StringRef instead of a c string. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Add failure tests to APInt unit test. |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-13 |
Daniel Dunbar | Convert APint::{fromString,APInt,getBitsNeeded} to... |
tree | commitdiff |
2009-08-12 |
Benjamin Kramer | Fix unit test on FreeBSD. We need to make sure there... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | StringRef: Add find(char) and find(StringRef). |
tree | commitdiff |
2009-08-07 |
Jeffrey Yasskin | To catch bugs like the one fixed in |
tree | commitdiff |
2009-08-05 |
Owen Anderson | Update unit test. |
tree | commitdiff |
2009-08-04 |
Jeffrey Yasskin | Make ExecutionEngine::updateGlobalMapping(GV, NULL... |
tree | commitdiff |
2009-08-01 |
Benjamin Kramer | Remove now empty unit test directory. |
tree | commitdiff |
2009-08-01 |
Chris Lattner | daniel says it's fine to nuke this. |
tree | commitdiff |
2009-08-01 |
Chris Lattner | update for new api |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Fix unit tests. |
tree | commitdiff |
2009-07-31 |
Benjamin Kramer | Update unittest for LLVM API change. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
tree | commitdiff |
2009-07-31 |
Benjamin Kramer | Adjust unit test for the MCSection changes. |
tree | commitdiff |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Twine: Use raw_ostream::write_hex, remove unused itohex... |
tree | commitdiff |
2009-07-30 |
Benjamin Kramer | fix a unitialized pointer in NamedMDNode (and reenable... |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Twine: Provide [u]int{32,64} conversions via implicit... |
tree | commitdiff |
2009-07-30 |
Daniel Dunbar | Disable the NamedMDNodeTest, it is failing everywhere. |
tree | commitdiff |
2009-07-30 |
Devang Patel | Add NamedMDNode test. |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
tree | commitdiff |
2009-07-29 |
Benjamin Kramer | Update unittest for LLVM API change. |
tree | commitdiff |
2009-07-29 |
Benjamin Kramer | fix unittest on platforms with unsigned chars (e.g... |
tree | commitdiff |
2009-07-29 |
Daniel Dunbar | Twines: Support numeric conversion directly (uitostr... |
tree | commitdiff |
2009-07-28 |
Benjamin Kramer | fix unittest |
tree | commitdiff |
2009-07-27 |
Benjamin Kramer | Remove trailing slashes from include paths. Some versio... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Update Triple to use StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Add StringRef::{slice, split}, two convenient string... |
tree | commitdiff |
2009-07-25 |
Reid Kleckner | Added a test and fixed a bug in BumpPtrAllocator relati... |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-25 |
Jeffrey Yasskin | Add a missing ilist_node.h #include to SparseBitVector... |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Add Twine ADT. |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Fixing unittests on 32-bit Darwin, using 0x...ULL inste... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing changes from r76825 to BumpPtrAllocator... |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Convert StringMap to using StringRef for its APIs. |
tree | commitdiff |
2009-07-23 |
Devang Patel | MDString |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Reverting r76825 and r76828, since they caused clang... |
tree | commitdiff |
2009-07-23 |
Devang Patel | Derive MDNode from MetadataBase instead of Constant... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Make the JIT code emitter properly retry and ask for... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Parameterize the BumpPtrAllocator over a slab allocator... |
tree | commitdiff |
2009-07-22 |
Daniel Dunbar | Support writing a StringRef to a raw_ostream directly. |
tree | commitdiff |
2009-07-22 |
Ryan Flynn | cast signed APInt constructor params to uint64_t to... |
tree | commitdiff |
2009-07-21 |
Daniel Dunbar | Add StringRef::{substr, startswith}. |
tree | commitdiff |
2009-07-21 |
Daniel Dunbar | Add StringRef class, with fixes. |
tree | commitdiff |
2009-07-21 |
Torok Edwin | unbreak unit-tests on gcc-4.4. |
tree | commitdiff |
2009-07-19 |
Nick Lewycky | Fix ConstantRange::unionWith. Also make it work a littl... |
tree | commitdiff |
2009-07-18 |
Nick Lewycky | Replace intersectWith with maximalIntersectWith. The... |
tree | commitdiff |
2009-07-18 |
Daniel Dunbar | Unbreak unittests build. |
tree | commitdiff |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Add SmallString unit test. |
tree | commitdiff |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
tree | commitdiff |
2009-07-14 |
Dan Gohman | Port this unittest to use LLVMContext. |
tree | commitdiff |
2009-07-13 |
Nick Lewycky | Fix an error in ConstantRange::getSignedMax on wrapped... |
tree | commitdiff |
2009-07-13 |
Nick Lewycky | 'i8 full-range' sign extended to i16 should equal ... |
tree | commitdiff |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
tree | commitdiff |
2009-07-13 |
Nick Lewycky | Multiply was very wrong for wrapped ranges. This suppli... |
tree | commitdiff |
2009-07-13 |
Nick Lewycky | Fix a bug summing two full sets. The overflow checking... |
tree | commitdiff |
2009-07-12 |
Daniel Dunbar | Clarify a FIXME. |
tree | commitdiff |
2009-07-12 |
Nick Lewycky | Implement udiv for ConstantRanges. |
tree | commitdiff |
2009-07-12 |
Nick Lewycky | This is not overly conservative. |
tree | commitdiff |
2009-07-12 |
Nick Lewycky | Implement ConstantRange::multiply based on the code... |
tree | commitdiff |
2009-07-11 |
Nick Lewycky | Fix handling of max and full set. |
tree | commitdiff |
2009-07-11 |
Nick Lewycky | Break the world's largest unit test down a few logical... |
tree | commitdiff |
next |