| Commit message (Expand) | Author | Age | Files | Lines |
* | Change SmallString::operator{=,+=} to take a StringRef. | Daniel Dunbar | 2009-08-22 | 1 | -3/+3 |
* | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 1 | -0/+2 |
* | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar | 2009-08-19 | 1 | -0/+10 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+1 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 1 | -8/+0 |
* | Add SmallString::str (which returns a StringRef); this is more efficient than | Daniel Dunbar | 2009-08-19 | 1 | -0/+3 |
* | Remove SmallString::append_*int* methods; how many copies of int -> str | Daniel Dunbar | 2009-08-19 | 1 | -41/+0 |
* | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -2/+20 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+16 |
* | Fix pasto in StringRef::count(char) | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add StringRef::count({char,StringRef}) | Daniel Dunbar | 2009-08-18 | 1 | -0/+22 |
* | Fixed spelling of MSP430. | Misha Brukman | 2009-08-18 | 1 | -1/+1 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar | 2009-08-18 | 1 | -0/+2 |
* | Make a declaration consistent with its definition. | Oscar Fuentes | 2009-08-17 | 1 | -1/+1 |
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -4/+5 |
* | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar | 2009-08-13 | 1 | -13/+13 |
* | Add StringRef::front (with some small tweaks while I was in the area). | Daniel Dunbar | 2009-08-13 | 1 | -1/+8 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | catch a typo and simplify call syntax | Gabor Greif | 2009-08-12 | 1 | -3/+3 |
* | add support for mingw64 target triples. | Chris Lattner | 2009-08-12 | 1 | -0/+1 |
* | add a couple of helpers to the Triple class for decoding | Chris Lattner | 2009-08-12 | 1 | -0/+15 |
* | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar | 2009-08-11 | 1 | -15/+47 |
* | add a simple back() method to StringRef. | Chris Lattner | 2009-08-10 | 1 | -0/+5 |
* | STLExtras: Add less_ptr. | Daniel Dunbar | 2009-08-09 | 1 | -0/+7 |
* | Use std::string() instead of std::string(""). | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | Add StringRef::endswith | Daniel Dunbar | 2009-08-05 | 1 | -0/+5 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -1/+5 |
* | Fix some comments referring to std::cerr. | Daniel Dunbar | 2009-08-03 | 1 | -2/+2 |
* | Adjust comment to distinguish between target name and triple target name they | Daniel Dunbar | 2009-08-02 | 1 | -15/+15 |
* | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+1 |
* | Make default ctor for ImmutableSet::iterator public. | Ted Kremenek | 2009-08-01 | 1 | -2/+1 |
* | Split DenseMapInfo into a separate header file, so that it can be | Dan Gohman | 2009-07-31 | 2 | -97/+122 |
* | Twine: Directly support int, long, and long long types. | Daniel Dunbar | 2009-07-30 | 1 | -16/+33 |
* | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 2009-07-30 | 1 | -7/+0 |
* | Remove itohexstr, which only had one user. | Daniel Dunbar | 2009-07-30 | 1 | -4/+0 |
* | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar | 2009-07-30 | 1 | -4/+4 |
* | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 2009-07-30 | 1 | -14/+31 |
* | Fix a typo, and all of its copies | Douglas Gregor | 2009-07-29 | 1 | -3/+3 |
* | Implement PointerUnion4. | Douglas Gregor | 2009-07-29 | 1 | -0/+109 |
* | MSVC build fix. Patch by Olaf Krzikalla! | Benjamin Kramer | 2009-07-29 | 1 | -0/+1 |
* | Twines: Support numeric conversion directly (uitostr, etc). | Daniel Dunbar | 2009-07-29 | 1 | -8/+45 |
* | Use the RHS length instead of the LHS length. They are both the same, | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar | 2009-07-26 | 1 | -0/+1 |
* | Update for API change. | Daniel Dunbar | 2009-07-26 | 1 | -5/+17 |
* | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 1 | -14/+14 |
* | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 2009-07-26 | 1 | -3/+38 |
* | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin | 2009-07-25 | 1 | -0/+1 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -3/+4 |
* | Fix constructor types | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |