| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+347 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -61/+35 |
* | enhance DepthFirstIterator to support more robust operations in the face | Chris Lattner | 2009-07-23 | 1 | -23/+49 |
* | remove a really old and dead header | Chris Lattner | 2009-07-23 | 1 | -62/+0 |
* | Define npos in a way that should make MSVC happier. | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Add missing include | Daniel Dunbar | 2009-07-21 | 1 | -0/+1 |
* | Add freed memory poisoning in !NDEBUG mode for DenseMap. | Edwin Török | 2009-07-21 | 1 | -1/+15 |
* | Move StringRef comparison operators out of class. | Daniel Dunbar | 2009-07-21 | 1 | -16/+38 |
* | Add StringRef::{substr, startswith}. | Daniel Dunbar | 2009-07-21 | 1 | -1/+27 |
* | Add StringRef class, with fixes. | Daniel Dunbar | 2009-07-21 | 1 | -0/+127 |
* | Remove redundant qualifiers. | Daniel Dunbar | 2009-07-19 | 1 | -2/+2 |
* | Fix a fixme, patch by Ryan Flynn! | Chris Lattner | 2009-07-15 | 1 | -2/+1 |
* | Add NetBSD to the Triple class, patch by Krister Walfridsson! | Chris Lattner | 2009-07-13 | 1 | -0/+1 |
* | Add an optional optimization to FoldingSet to allow ID values to be | Dan Gohman | 2009-07-13 | 1 | -0/+14 |
* | ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the tree | Ted Kremenek | 2009-07-10 | 1 | -21/+12 |
* | ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ... | Ted Kremenek | 2009-07-09 | 1 | -37/+45 |
* | Make SmallPtrSet iterators real iterators | Douglas Gregor | 2009-07-08 | 1 | -0/+8 |
* | fix a bug in post-order iterators with external storage, patch by | Chris Lattner | 2009-07-07 | 1 | -2/+2 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 1 | -2/+0 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -2/+2 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl | 2009-06-29 | 1 | -1/+1 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 1 | -1/+2 |
* | Add a 'const' in a comment. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Update for DOTGraphTraits changes. | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 1 | -12/+55 |