| Age | Commit message (Expand) | Author |
| 2011-02-19 | Allow getting the address of the value in a PointerUnion or PointerIntPair if... | Argyrios Kyrtzidis |
| 2011-02-19 | Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit... | Ted Kremenek |
| 2011-02-17 | Enhance constant folding of bitcast operations on vectors of floats. | Nadav Rotem |
| 2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally. | NAKAMURA Takumi |
| 2011-02-15 | Spelling fix: consequtive -> consecutive. | Duncan Sands |
| 2011-02-15 | fix comments | Chris Lattner |
| 2011-02-15 | fix some typos. | Chris Lattner |
| 2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
| 2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
| 2011-02-14 | add a new ArrayRef class. This is intended to replace the idiom we | Chris Lattner |
| 2011-02-14 | Fix typo in comment. | Nick Lewycky |
| 2011-02-13 | add a helper method. | Chris Lattner |
| 2011-02-11 | Poison the relational operators ==, !=, <, <=, >=, > on llvm::Optional | Douglas Gregor |
| 2011-02-09 | Optimize po_iterator: don't do redundant lookups. | Dan Gohman |
| 2011-02-02 | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands |
| 2011-02-01 | Patches to build EFI with Clang/LLVM. By Carl Norum. | Evan Cheng |
| 2011-01-27 | Add DenseSet::resize for API parity with DenseMap::resize. | Nick Lewycky |
| 2011-01-21 | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin |
| 2011-01-09 | Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results | Jakob Stoklund Olesen |
| 2011-01-09 | Use IndexedMap for MachineRegisterInfo as well. No functional change. | Jakob Stoklund Olesen |
| 2011-01-08 | Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister... | Jakob Stoklund Olesen |
| 2011-01-03 | add a handy typedef. | Chris Lattner |
| 2011-01-03 | really get this working with a custom allocator. | Chris Lattner |
| 2011-01-03 | Enhance ScopedHashTable to allow it to take an allocator argument. | Chris Lattner |
| 2010-12-21 | Use IntEqClasses to compute connected components of live intervals. | Jakob Stoklund Olesen |
| 2010-12-21 | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen |
| 2010-12-19 | Use the new way of silencing this warning. | Nick Lewycky |
| 2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
| 2010-12-17 | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen |
| 2010-12-17 | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen |
| 2010-12-17 | Support/Path: Deprecate PathV1::isAbsolute. | Michael J. Spencer |
| 2010-12-17 | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen |
| 2010-12-17 | Provide LiveIntervalUnion::Query::checkLoopInterference. | Jakob Stoklund Olesen |
| 2010-12-16 | Add basic test exposing many bugs. | Jakob Stoklund Olesen |
| 2010-12-16 | Add IntervalMapOverlaps - An iterator for overlapping intervals in two | Jakob Stoklund Olesen |
| 2010-12-14 | Remove debugging code. | Jakob Stoklund Olesen |
| 2010-12-09 | Support: Move c_str from SmallVector back to SmallString and add a free standing | Michael J. Spencer |
| 2010-12-07 | Fix begin() and end() on const IntervalMap. | Jakob Stoklund Olesen |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-06 | Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa... | Michael J. Spencer |
| 2010-12-04 | APInt: microoptimize a few methods. | Benjamin Kramer |
| 2010-12-04 | Simplify APInt::getAllOnesValue. | Benjamin Kramer |
| 2010-12-03 | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen |
| 2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-11-30 | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer |
| 2010-11-30 | Performance optimization on ImmutableMap/ImmutableSet: | Ted Kremenek |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-28 | Don't use std::copy and std::copy_backward, run 10% faster. | Jakob Stoklund Olesen |