| Age | Commit message (Expand) | Author |
| 2009-07-12 | Implement udiv for ConstantRanges. | Nick Lewycky |
| 2009-07-12 | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Fix handling of max and full set. | Nick Lewycky |
| 2009-07-11 | Clarify and simplify. | Nick Lewycky |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-09 | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene |
| 2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman |
| 2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman |
| 2009-07-09 | Add support for other GraphViz display tools. This can help | David Greene |
| 2009-07-08 | Allow users of GraphWriter to display graphs asynchronously. This | David Greene |
| 2009-07-07 | Fix build. | Mike Stump |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-07-07 | Fix braces. | Torok Edwin |
| 2009-07-07 | Introduce new error handling API. | Torok Edwin |
| 2009-07-02 | switch the .ll parser to use SourceMgr. | Chris Lattner |
| 2009-07-02 | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner |
| 2009-07-01 | Tweak FindExecutable so that relative executable paths work as well. | Daniel Dunbar |
| 2009-07-01 | Fix FindExecutable to work if given an absolute executable path name. | Daniel Dunbar |
| 2009-06-30 | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman |
| 2009-06-30 | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling |
| 2009-06-30 | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson |
| 2009-06-30 | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman |
| 2009-06-30 | Normalize SourceMgr messages. | Daniel Dunbar |
| 2009-06-29 | Add triple for OpenBSD. | Duncan Sands |
| 2009-06-26 | Use atomic operations for accessing this global counter. | Owen Anderson |
| 2009-06-26 | Fix linking of llvm-ld and lli with CMake, from Xerxes RÄnby | Douglas Gregor |
| 2009-06-25 | Support thread-local pretty stack traces. | Owen Anderson |
| 2009-06-23 | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson |
| 2009-06-23 | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson |
| 2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
| 2009-06-23 | Switched size_t to int64_t to prevent type mismatch in call to max. | Lang Hames |
| 2009-06-23 | Actually, these need to be signed integers, not unsigned. | Owen Anderson |
| 2009-06-23 | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson |
| 2009-06-23 | Make the lazy initialization of DefaultTimerGroup threadsafe. | Owen Anderson |
| 2009-06-23 | Revert r73923, which broke clang. | Owen Anderson |
| 2009-06-23 | Guard the plugin loader. | Owen Anderson |
| 2009-06-22 | Add guards around timer groups, which can be shared. | Owen Anderson |
| 2009-06-22 | Guard the statistics table. | Owen Anderson |
| 2009-06-22 | Guard the global annotation tables. | Owen Anderson |
| 2009-06-21 | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner |
| 2009-06-21 | move include searching logic from TGLexer to SourceMgr. | Chris Lattner |
| 2009-06-21 | Rename TGSourceMgr -> SourceMgr. | Chris Lattner |
| 2009-06-21 | rename TGLoc -> SMLoc. | Chris Lattner |
| 2009-06-21 | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner |
| 2009-06-19 | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands |
| 2009-06-18 | Update CMake files to account for new location of Threading.cpp. | Ted Kremenek |
| 2009-06-18 | Move Threading.[h|cpp] from Support to System. | Owen Anderson |