- 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
- b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
- 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
- 1d75d3a Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 15 years ago
- 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
- f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
- e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
- c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
- 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
- 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
- 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
- db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- 4a38930 Make TypeBuilder's result depend on the LLVMContext it's passed. by Jeffrey Yasskin · 15 years ago
- 7b26b58 Update unittests for MDNode uniquing disable. by Daniel Dunbar · 15 years ago
- 46e1246 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 15 years ago
- 8211bec Now that googletest can print ConstantRange, use EXPECT_EQ when testing for by Nick Lewycky · 15 years ago
- 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
- 83fecfa Add test for PR4873, which works for me. by Daniel Dunbar · 15 years ago
- 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
- 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
- d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
- d2a5cfe Disable uniqueness test for now. by Devang Patel · 15 years ago
- 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
- ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 15 years ago
- 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
- 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
- 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
- 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
- 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
- 5504225 Correct for recent assert change. by Bill Wendling · 15 years ago
- ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 15 years ago
- bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
- c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
- cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
- 36891e6 Fixed header comment. by Misha Brukman · 15 years ago
- 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
- d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
- c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
- 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
- 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
- 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
- 2ad40a3 Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 15 years ago
- 33d7dd6 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 15 years ago
- a15d890 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 15 years ago
- 1b9104f Add failure tests to APInt unit test. by Erick Tryzelaar · 15 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
- 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
- 5232f41 Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. by Benjamin Kramer · 15 years ago
- 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
- 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 15 years ago
- 5b1e79e Update unit test. by Owen Anderson · 15 years ago
- 0a96231 Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old by Jeffrey Yasskin · 15 years ago
- d6f034b Remove now empty unit test directory. by Benjamin Kramer · 15 years ago
- fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 15 years ago
- 27a3260 update for new api by Chris Lattner · 15 years ago
- 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
- feba756 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
- 66e7a97 Adjust unit test for the MCSection changes. by Benjamin Kramer · 15 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
- 0fffbaf Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 15 years ago
- 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
- 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
- bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
- fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
- 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
- 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
- 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
- f83264b fix unittest by Benjamin Kramer · 15 years ago
- b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
- a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
- d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
- 7d50913 Added a test and fixed a bug in BumpPtrAllocator relating to large alignment by Reid Kleckner · 15 years ago
- 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
- f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
- 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
- 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 15 years ago
- 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
- 8f51a62 Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 15 years ago
- 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
- 2f9c3b0 MDString by Devang Patel · 15 years ago
- 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
- 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
- 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
- 95eb3ad Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 15 years ago
- dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
- b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
- f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
- 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
- 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
- 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
- 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
- d370d77 Unbreak unittests build. by Daniel Dunbar · 15 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
- 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
- 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago