Age | Commit message (Expand) | Author |
2009-12-24 | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall |
2009-12-21 | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman |
2009-12-03 | Add an implementation of the delta debugging algorithm. | Daniel Dunbar |
2009-11-19 | Only run this mutex test if threading is enabled. This | Duncan Sands |
2009-11-19 | Reenable Split2 StringRef test with Apple gcc. | Benjamin Kramer |
2009-11-17 | "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. | Daniel Dunbar |
2009-11-13 | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola |
2009-11-13 | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola |
2009-11-13 | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola |
2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar |
2009-11-10 | Fix DenseMap iterator constness. | Jeffrey Yasskin |
2009-10-27 | Type.h doesn't need to #include LLVMContext.h | Chris Lattner |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-23 | Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and | Jeffrey Yasskin |
2009-10-22 | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin |
2009-10-22 | Revert r84890, which broke the linux build. | Jeffrey Yasskin |
2009-10-22 | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin |
2009-10-13 | Pacify the compiler (signed with unsigned comparison) by making | Duncan Sands |
2009-10-13 | Add a ceilLogBase2 function to APInt. | Dan Gohman |
2009-09-18 | Fix a few more conversion warnings on 4.0 | Daniel Dunbar |
2009-09-17 | Another try at fixing compile warnings on 4.0 | Daniel Dunbar |
2009-09-16 | Add StringRef::{rfind, rsplit} | Daniel Dunbar |
2009-09-14 | Attempt to fix some 4.0.0 build warnings. | Daniel Dunbar |
2009-09-06 | Simplify, now that gtest supports raw_ostream directly. | Daniel Dunbar |
2009-09-03 | Add test for PR4873, which works for me. | Daniel Dunbar |
2009-08-24 | split raw_os_ostream out to its own header and implementation file. This | Chris Lattner |
2009-08-24 | Unbreak unit tests. | Daniel Dunbar |
2009-08-21 | Correct for recent assert change. | Bill Wendling |
2009-08-21 | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar |
2009-08-21 | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar |
2009-08-20 | Add support for including '+' in APFloat strings, more asserts, | Erick Tryzelaar |
2009-08-20 | Fix two APFloat bugs in converting hexadecimal constants. | Daniel Dunbar |
2009-08-19 | Remove SmallString::append_*int* unit tests. | Benjamin Kramer |
2009-08-19 | Add SmallVector::{capacity,set_size}. | Daniel Dunbar |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
2009-08-17 | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar |
2009-08-17 | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar |
2009-08-16 | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar |
2009-08-16 | Add failure tests to APInt unit test. | Erick Tryzelaar |
2009-08-13 | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar |
2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar |
2009-07-29 | fix unittest on platforms with unsigned chars (e.g. linux-ppc) | Benjamin Kramer |
2009-07-29 | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar |
2009-07-26 | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar |
2009-07-26 | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar |
2009-07-25 | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin |